View Single Post
  #1  
Old 03-22-2013, 03:15
netseeker netseeker is offline
Friend
 
Join Date: Jan 2009
Posts: 23
Rept. Given: 14
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 1
Thanks Rcvd at 0 Times in 0 Posts
netseeker Reputation: 0
Question need to help for cracking ELF linux

Hi all,

I am pretty new to linux reversing. I have a target whcih I want to choose between either following techniques :

1- change a constant string
2- change a JNE to JMP

I analysed my target using IDA and found the correct place to patch. but since the ELF file is "stripped" I am not quite sure if I change the JNE to JMP in HEX mode, does it solve my problem?.

the other way is, to change the constant string in HEX mode but the string needs to be the same length or less.

my problem : I want a reliable debugger/disassembler running under linux for doing such task(either changing string without hassale or change OP codes). which tool do you suggest?

Best,
Reply With Quote