- Joined
- Jan 8, 2019
- Messages
- 56,623
- Solutions
- 2
- Reputation
- 32
- Reaction score
- 100,456
- Points
- 2,313
- Credits
- 32,750
6 Years of Service
76%

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.