malware_training_vol1 icon indicating copy to clipboard operation
malware_training_vol1 copied to clipboard

vol1-Mod1.2PE-S44 - Suggestion DUMPBIN & EDITBIN

Open BlueSkeye opened this issue 3 years ago • 0 comments

The DUMPBIN & EDITBIN command line tools (available with all editions of Visual Studio when VC++ workload is installed) might be interesting references. The tools allows extensive dump/modification of many parts of a PE/OBJ file except those compiled with global optimization (/GL compiler option). These tools are helpfull when experimenting with PE files.

https://docs.microsoft.com/fr-fr/cpp/build/reference/dumpbin-reference?view=msvc-160 https://docs.microsoft.com/fr-fr/cpp/build/reference/editbin-reference?view=msvc-160

BlueSkeye avatar Mar 30 '21 05:03 BlueSkeye