Delphi / C++ Builder MAP File Configuration
To generate a MAP file in modern versions of RAD Studio, access the Project Options.
For Delphi:
Navigate to Building -> Delphi Compiler -> Linking. Set the Map file option to Detailed. Ensure this configuration is applied to the Release build configuration.
For C++ Builder:
Navigate to Building -> C++ Linker -> Output. Set the Map file type to Detailed segment map. Apply this to the Release build configuration.
After recompiling, a `.map` file will be generated alongside your executable. DotFix NiceProtect will automatically detect and load this file during the protection process.
Note: The MAP file is required only for the protection process and should NOT be distributed to end-users.