Git Product home page Git Product logo

Comments (5)

geohot avatar geohot commented on May 23, 2024

Consider using the one from static2, in fact, consider using static2 as a backing memory store.

AFAIK, BAP as a core library should just create and manipulate semantic representations of individual instructions, why does it need to load ELF files?

from bap.

XVilka avatar XVilka commented on May 23, 2024

Why not take something like radare2 framework to load various file formats and architectures? It is a C library, easy to use thorough FFI and has swig bindings - https://github.com/radare/radare2-bindings/tree/master/ocaml (need to be fixed though).

from bap.

ivg avatar ivg commented on May 23, 2024

@geohot, that's not true, BAP as a core library should provide all necessary facilities for binary analysis. In particular, it provides parsing binary files, disassembling, lifting them to MC and BIL, provide CFG, symbol tables, etc... This is only to mention what is planned on a next milestone. So, indeed, later it will be static2 who uses BAP, not vice verse.

from bap.

ivg avatar ivg commented on May 23, 2024

@XVilka, and who is saying that we wouldn't take it. BAP is supposed to be a pluggable framework, that can use any backends. And sooner or later I will add a plugin that uses radar, but I do not want to see it as a core component.

from bap.

XVilka avatar XVilka commented on May 23, 2024

@ivg Anyway happy to hear that - feel free to poke us if you think something wrong on the our side.

from bap.

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.