Giter Site home page Giter Site logo

Comments (3)

cblichmann avatar cblichmann commented on May 21, 2024

That is not currently supported by any of the tools. A .BinExport files is supposed to represent a full binary. That said, if you have multiple disassembly databases that share the same address space (like in your case with a bunch of separate object files), this is a reasonable thing to want.

As a workaround, you could simply link the .o files together and use the resulting executable as some kind of container. Then you can create a single .idb and export that one.

IIRC, IDA also supports loading additional binary files into an IDB. So if you have a database open, File|Load input file (or similar, not near my IDA installation right now) should allow you to load another object file.

Failing that, it's is relatively straighforward to write a small tool that takes a set of .BinExport files and produces a "merged" one by iterating over all instructions/basic blocks/functions and adding them.

As for the batch diff/export case, take a look at issue 150583990 in the BinDiff bug tracker. That bug also has updated binaries that should allow you to export successfully.

from binexport.

VelocityRa avatar VelocityRa commented on May 21, 2024

Thank you @cblichmann! Good ideas.

I'm currently trying rizzo with Ghidra.
If i can't make that work I'll try the methods you suggested.

from binexport.

glitchnsec avatar glitchnsec commented on May 21, 2024

@cblichmann thanks so much for the referenced issue issue 150583990. However, I have encountered an issue in that was supposedly addressed in that issue. I added a follow-up comment on the issue. Hoping you can get around to checking it out! Let me know if I need to open a new issue here, on there

from binexport.

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.