Re: Objdump missinterpretes padding bytes

2005-08-08 Thread Dominic Schell
Hi Nick, Nick Clifton wrote: > Hi Dominic, > >> I'm using objdump as a preprocessor for a tool which analyzes a binary's >> assembly and discovered that a jump instruction in the libc function >> "strrchr" has no target or rather the target lies within an instruction. >> Objdump missinterpretes 3

Re: Objdump missinterpretes padding bytes

2005-08-08 Thread Nick Clifton
Hi Dominic, I'm using objdump as a preprocessor for a tool which analyzes a binary's assembly and discovered that a jump instruction in the libc function "strrchr" has no target or rather the target lies within an instruction. Objdump missinterpretes 3 padding bytes and thus creates incorrect di