OiO.lk Blog C# Gen code without runtime checks in VC++
C#

Gen code without runtime checks in VC++


How do I generate pure code (without runtime checks) in VC++ 2010 Express ? For example I removed Buffer Security Check ( set compile opt /GS-), but in my code I again saw these calls

call __security_init_cookie
...
call _RTC_CheckEsp
...
call _RTC_CheckEsp
...

How do I remove these calls?



You need to sign in to view this answers

Exit mobile version