winapi - DEP and ASLR and how to use it? -


There are two technologies that are used to protect applications from hackers. There are more security-awareness with many modern applications, these techniques are becoming more important. For now, I'm just focused on Windows 7 and I wonder how and when I can use these techniques best, especially when developing desktop applications using the developer tool in addition to the .NET compilers. (For .NET security, will provide an answer.) I am particularly interested in compilers like Delphi and C ++ Builder, but other WIN32 compilers too. In fact, how do I support those applications both DEP and ASLR? And is there any such way that I can control these options with my own (Win32) code?

This is just a matter of using the right linker option, so it's a little flip in executable headers Does the Microsoft Linker option / NXCOMPAT (DEMP) and / DynamicBase (ASLR) I do not know my devices well enough to know if they have the same options. Editbin.exe also supports these options, Build can run in the event.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -