masm_shc icon indicating copy to clipboard operation
masm_shc copied to clipboard

A helper utility for creating shellcodes. Cleans MASM file generated by MSVC, gives refactoring hints.

Results 1 masm_shc issues
Sort by recently updated
recently updated
newest added

When the size of all local variables for a function (combined) is greater than the stack page size (4k bytes for x86, 8k bytes for x64) a compiler routine adds...