>>109430458
>I can deeply inspect stack, memory usage, allocation calls, system calls.
you must see some T.Davis memory inspection procedures, hehehe.
dude, youre deep in the swamp, thats why you use a debugger, because you cannot transit states to the test in question in a few seconds, because your thing is so monolitic, it builds 20 minutes and the only way to get to the test is after clicking a mouse a hundred of times. that is why, not because "ama cool hacker inspecting the stack".. that stack is infested with exceptions and other binary safety crap by default.
:: disable frame pointer
:: used by bloatware like profilers and sanitizers
set OPT=%OPT% -fomit-frame-pointer
:: disable stack tinkertroonerism
set OPT=%OPT% -fno-asynchronous-unwind-tables
set OPT=%OPT% -fno-unwind-tables
:: disable __chkstk tranny before each stack increment
set OPT=%OPT% -mno-stack-arg-probe