TCH RO root user Deep Dive Into Pe Structure Part 2 part 1: https://medium.com/@rootuser62/deep-dive-into-pe-structure-51b900c226f7
ECO RO root user MSVC Linker ok after msvc compiler generate pe/coff .obj file msvc call link.exe to handle merge obj to generate one exe file that can run. i skip how…
TCH ECO RO root user MSVC Mangle Name Overview when msvc done with preprocessor and Intermediate Representation process,it generate assembly code/MASM. compiler add decoration…