malware_training_vol1
malware_training_vol1 copied to clipboard
Vol1-Mod1.5Shellcode-Slide12 - /FA flag
It might be usefull for people not familiar with /Fa flag to clarify that it generates a listing of the assembly code default named <file_name>.asm, otherwise readers may wonder where the <file_name>.asm comes from. Personnally, I prefer using /FAs instead so that the original C source code appears as comments in the .asm file which help during refactoring.