About the author
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, use the $SetPEOptFlags directive, or use the $DYNAMICBASE directive, which is new on Delphi 2007.
To do so, use either{$DYNAMICBASE ON}
or
{$SetPEOptFlags $40}
{$SetPEOptFlags IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE}
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!