Code Monkey home page Code Monkey logo

ews's People

Contributors

deadeert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ews's Issues

Reduce loading time

When using EWS on firmware with a lot of (sparse) segments, the emulator initialization is really slow.

Timeless Emulation

This post is to engage a discussion on how being able to add memory state rewind capacity on the plugin.
Just pushing some idea in here...

  • Storing the all segments' memory is way too costly, so the mechanism must only track memory modification(s)
    between each step of the emulation.

4GB sized and more segment not handled.

Describe the bug

Bug occurs in emu/unicorn/generic.py in function do_mapping.

Line that causes the issue.

uc.mem_write(seg.start_ea,ida_bytes.get_bytes(seg.start_ea,seg.size()))

API get_bytes() is expecting a value less or equals to 4GB (0xffffffff).
Unicorn won't let map 4GB segment as well.

Correction: Split big segment in sub segments of size 1GB ?

Versions (please complete the following information):

  • IDA 8.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.