• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering IDA2Obj: tool to implement Static Binary Instrumentation

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,602
Solutions
2
Reputation
32
Reaction score
100,445
Points
2,313
Credits
32,540
‎6 Years of Service‎
 
76%
screenshot-4660.png


IDA2Obj is a tool to implement SBI (Static Binary Instrumentation).

The working flow is simple:

    Dump object files (COFF) directly from one executable binary.
    Link the object files into a new binary, almost the same as the old one.
    During the dumping process, you can insert any data/code at any location.
        SBI is just one of the using scenarios, especially useful for black-box fuzzing.

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top