Git Product home page Git Product logo

Comments (5)

artemdinaburg avatar artemdinaburg commented on April 28, 2024

Hi,

I'll answer the second part first: the wide nop support should be pushed soon, along with many other changes (like newer LLVM version support). For now you have two options: edit x86Instrs_misc.cpp, add an entry for the wide nop and point it to the current NOP handler. Alternatively, you can try passing the -ignore-unsupported option to cfg_to_bc to ignore unsupported instructions during translation.

As for the jump tables, the current recommended solution is to use IDA for CFG recovery. It has much better jump table heuristics than we do. We would really like to make bin_descend work better, but other priorities have taken up most of our resources.

from mcsema.

artemdinaburg avatar artemdinaburg commented on April 28, 2024

Pushed supported for wide nop amongst many other new instructions.

from mcsema.

ianamason avatar ianamason commented on April 28, 2024

Thanks we'll give it a spin first thing next week, and report back (we tried the above suggestions,
which allowed us to build executables, but they would SIGSEGV.

Just a time frame question. How far down the track is 64 bits?

from mcsema.

artemdinaburg avatar artemdinaburg commented on April 28, 2024

Its not currently on our radar, but it shouldn't be too much of a problem. Most (all?) of the instruction translation is parametrized by bit width. The big changes that would be needed is finding and removing some 32-bit-isms, adding new registers, and probably 64-bit calling convention/stack layout for some of the callback/external call stuff.

from mcsema.

artemdinaburg avatar artemdinaburg commented on April 28, 2024

Closing since the issues seem to have been kind of resolved.

from mcsema.

Related Issues (20)

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.