Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #71477
Dump assemlby with objdump
Commands for dumping binary from DLLDynamic Link Library and using objdump (linux) to display Intel assembly
dd if=SilverFish.dll of=out.dll skip=3840 bs=1 count=256
objdump -D -S -l -b binary -M intel -m i386:x86-64 out.dll