View Full Version : Reverse Engineering Tool (eg Ollydbg)
AndiC500
01-02-2008, 08:37 PM
Does a tool exist where i can run it, and it can track which jumps were and weren't taken in the code, and them compare that to another instance of the same program running in the debugger?
I hope this makes sense.
Cheers
archangel.amael
01-02-2008, 08:43 PM
Does a tool exist where i can run it, and it can track which jumps were and weren't taken in the code, and them compare that to another instance of the same program running in the debugger?
I hope this makes sense.
Cheers
Google shows us :
Web Results 1 - 50 of about 998,000 for debugging tools . (0.22 seconds)
If you are looking for a debugger then look there,
if you are looking for tools in backtrack then look at the backtrack wiki
type either one of those into google and it will show up
There is a whole menu section in backtrack called "reverse engineering"
It has lots of tools like the one mentioned in your title.
Hope that helps :)
Re@lity
01-02-2008, 09:19 PM
If you're serious about it, look at Ida Pro :)
There is a (feature limited) freeware version too ;)
white scorpion
01-03-2008, 01:51 PM
Does a tool exist where i can run it, and it can track which jumps were and weren't taken in the code, and them compare that to another instance of the same program running in the debugger?
I hope this makes sense.
Cheers
You want a tool which allows you to run 2 instances of the same program and make 2 different choices for the program.
This would allow you to display exactly where the check is for the choice you've made.
Theoretically it would be possible but I haven't seen any tools capable of doing so, IDApro also doesn't have the ability to do this AFAIK.
thetom
01-04-2008, 05:25 AM
You can trace program instructions to file.
So you do two seperate session where each instruction is traced.
After that compare trace output of programs.
First differents of compared traceoutput is where program runs seperate commands .
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.