Day to day work issues we find with windows, mac, unix and internet, software apps etc. we get many many questions and find out some weird things tips and tricks about windows OS that might help others, some of these will help others and help our clients setup software to there requirements.
Thursday, 4 August 2011
c++ 'unresolved external symbol __security_cookie '
Long story short, the cause of this error is that /GS switch is a default switch in the compiler shipped with the PSDK.
To fix this problem you need to link your code to bufferoverflowU.lib. This should do it for most of applications out of there.
No comments:
Post a Comment