Wednesday, January 06, 2021

Export the code section of a DLL or EXE to a file

How to export the code section of a DLL or EXE to a file using dumpbin.

  • Open Developer Command Prompt for VS 2019
  • Export disassembly for a DLL, like
  • c:\> dumpbin /disasm mydll.dll > mydll.asm
    

References:

https://docs.microsoft.com/en-us/cpp/build/reference/disasm?view=msvc-160

http://ntcoder.com/bab/2007/06/06/disassembling-a-dll-or-exe/


No comments:

Error opening directory '/media/sf_C_DRIVE': Permission denied

I tried to share a folder from Windows 10 host to Kali 2020.1 Linux guest using VirtualBox but I am getting the following error message: ...