January 2008 - Posts

To make your Delphi application more secure, and support the No-Execute (NX) page protection feature, use the $SetPEOptFlags directive. To do so, use ...
Read more...

To generate an executable image that can be randomly rebased at load-time by using the address space layout randomization (ASLR) feature of Windows Vista...
Read more...

To make a Delphi application terminal services aware const IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE = $8000; Use the $SETPEOPTFLAGS directive: {...
Read more...
Posted by chuacw | with no comments

More Posts Next page »