From: Cyrill G. <gor...@gm...> - 2016-05-04 07:17:42
|
On Sun, May 01, 2016 at 12:00:12AM +0300, Ruslan Kabatsayev wrote: > This fixes disassembly of instructions like jmp/call when target address > is larger than 2^32-1, and also printing of current address when it's large. > After this change ndisasm still assumes that the files to disassemble > will never reach 4GiB: only offsets are made 64 bit, but not lengths. > > Signed-off-by: Ruslan Kabatsayev <b7....@gm...> Will take a look, thanks! |