Re: objdump '--stop-address' option stop on a wrong ending address

2016-11-07 Thread BERBAR Florian
On 07/11/2016 21:01, Andreas Schwab wrote: > On Nov 07 2016, Nick Clifton wrote: > >> Hi Florian, >> >>> I try to extract function assembly code with objdump using >>> "--start-address" and "--stop-address" options but the stop address stop >>> on the second to last address. >> >>> $ objdump --st

Re: objdump '--stop-address' option stop on a wrong ending address

2016-11-07 Thread Andreas Schwab
On Nov 07 2016, Nick Clifton wrote: > Hi Florian, > >> I try to extract function assembly code with objdump using >> "--start-address" and "--stop-address" options but the stop address stop >> on the second to last address. > >> $ objdump --start-address=0x50c40 --stop-address=0x50c5f -d > >>

Re: objdump '--stop-address' option stop on a wrong ending address

2016-11-07 Thread BERBAR Florian
On 07/11/2016 17:09, Nick Clifton wrote: > Hi Florian, Hi Nick > >> I try to extract function assembly code with objdump using >> "--start-address" and "--stop-address" options but the stop address stop >> on the second to last address. > >> $ objdump --start-address=0x50c40 --stop-address=0x50c

Re: objdump '--stop-address' option stop on a wrong ending address

2016-11-07 Thread Nick Clifton
Hi Florian, > I try to extract function assembly code with objdump using > "--start-address" and "--stop-address" options but the stop address stop > on the second to last address. > $ objdump --start-address=0x50c40 --stop-address=0x50c5f -d >50c59: b8 01 00 00 00 mov$0x1,%

objdump '--stop-address' option stop on a wrong ending address

2016-11-04 Thread BERBAR Florian
Hi list, I try to extract function assembly code with objdump using "--start-address" and "--stop-address" options but the stop address stop on the second to last address. Exemple : Extraction of "printf_size_info" function form "libc.so.6" - Get "printf_size_info" function symbol address $ ob