bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/28818] objdump: disassembling raw binaries for x86-64 trun


From: hjl.tools at gmail dot com
Subject: [Bug binutils/28818] objdump: disassembling raw binaries for x86-64 truncates addresses
Date: Tue, 25 Jan 2022 16:01:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28818

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|WAITING                     |RESOLVED

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Ivan G from comment #0)
> Hello, I needed to disassemble some code dumped in raw binary format.
> Resulting output contains strange truncations of the addresses.
> 
> Command example:
> objdump --adjust-vma=0x7fff12312300 -D -Mintel,x86-64 -b binary -m i386
> <object>

'i386" tells objdump that the input is 32-bit.  Please use i386:x86-64
for 64-bit address.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]