Log in

View Full Version : LInux ELF reversing?


Anonymous
July 10th, 2003, 14:16
OllyDbg gives a really nice environment for debugging/disassembling applications; I was wondering if it was possible to add support for reversing Linux ELF binaries in OllyDbg, and if someone WAS to go through the trouble of writing code to do such a thing, would it be in the actual OllyDbg source or would it be as a plugin?
Frankly, for UNIX/LInux reversing tools, a nice graphical layout of code, data, jmp arrows, string references, and references to library calls/function calls is very difficult to find, and i was wondering if there could be a windows prog. to do it. Offline disassembly would be a good start, and in some cases more then enough.

/M.A.R

Anonymous
July 10th, 2003, 14:43
There are many of these kind of disassemblers on freshmeat, and IDA also supports disassembling Linux executables if you want to pay for a disassembler.