October 23, 2024
Chicago 12, Melborne City, USA
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

Leave feedback about this

  • Quality
  • Price
  • Service

PROS

+
Add Field

CONS

+
Add Field
Choose Image
Choose Video