maandag 26 februari 2024

Dumpbin.exe is more powerful than you might think

dumpbin.exe /exports msvcrt.dll > msvcrt.exports
dumpbin.exe /headers hello.dll
dumpbin.exe /rawdata /section:.text hello.dll
dumpbin.exe /disasm /section:.text hello.dll

dumpbin.exe /dependents PrintGreeting.exe     -> which DLL's are loaded as dependencies
dumpbin.exe /imports PrintGreeting.exe        -> which functions are used in the dependencies

dumpbin.exe /exports hello.lib

Geen opmerkingen:

Een reactie posten