AltDel is a lexical compiler that enables obfuscation of Delphi source projects by reducing the language level. This script-driven software follows a 5-phase process.
The main purpose of AltDel is to serve as a deterrent against reverse engineering. Delphi executables, in particular, are relatively easy to reverse-engineer because they contain vast amounts of source code information. Good Delphi decompilers are capable of reconstructing all aspects of a project, including forms, source names, and even strings. By using AltDel to maintain well-formed source projects while releasing ever-changing obfuscated versions, developers can keep their Delphi programming hidden from bad actors.
Overall, I was impressed with AltDel's ability to obfuscate Delphi projects and protect them from reverse engineering. While the software is not perfect and may require some additional fine-tuning, it is certainly a step in the right direction for those who want to ensure their Delphi programming remains hidden from prying eyes.
Version 2.21: Improved shell execution
Version 2.2: Improved user interface
Version 2.1: N/A
Version 1.0: N/A