PDA

View Full Version : Which debug tool can support "EBFE" break under Linux?


joyung
March 31st, 2014, 23:31
There is ELF file that call .so dynamic library, I want set "EBFE" to make the run break at the entrance of the .so file, any debug tool can support this? Whether IDA remote Linux debug can do this?

I know on windows platform, ollydbg can do this, and F12 to jump to the entrance, just want to know whether can do similiar way under Linux.

blabberer
April 1st, 2014, 07:09
ebfe is a mnemonic it is a jmp instruction to processor

every os needs processor so every os including linux and every debuggers even that of linux will support EBFE

2920

disavowed
April 2nd, 2014, 09:59
Quote:
[Originally Posted by blabberer;96309]ebfe is a mnemonic it is a jmp instruction to processor

every os needs processor so every os including linux and every debuggers even that of linux will support EBFE


For x86/x64, yes. Though different machine code would be required for different processor families.

joyung
April 2nd, 2014, 21:47
Dear blabberer,

Yes, really that way, thanks.

joyung
April 2nd, 2014, 21:49
Thank you, disavower. I try edb, but still some in-convenient compared with ollydbg under windows.

disavowed
April 3rd, 2014, 08:58
If you want a GUI, use EDB (http://www.woodmann.com/collaborative/tools/EDB_Linux_Debugger) or IDA Pro.