About the author
To make your Delphi application more secure, and support the No-Execute (NX) page protection feature, use the $SetPEOptFlags directive.
To do so, use {$SetPEOptFlags $100}.
This causes Windows to use the AMD NX (No-Execute) feature, or Intel XD (Disable Execution) and marks all memory locations in a process as non-executable unless the application marks the memory region as executable using VirtualAlloc* or VirtualProtect APIs.
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!