How use Enigma-Api for Controlsum, Anti-debugger, executing processes?

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
AnilaS
Posts: 1
Joined: Wed Jun 17, 2020 1:30 pm

How use Enigma-Api for Controlsum, Anti-debugger, executing processes?

Post by AnilaS »

Unfortunately we are forced to translate every label that may be displayed by Enigma into multiple languages.
We are programming with Delphi Tokyo.

I wanted to use the Enigma designs which can be configured in "The enigma protector", but I am afraid I need to design every message and dialogue myself, using Enigma-API - to be able to use our translations.

The Delphi examples are great and I figured out many things - but not all.

How do I have to use Enigma API to check for
- Anti debugger
- control sum
- executed processes

For executed processes I have probably to use EP_CheckupFindProcess? How do I check for anti debugger and control sum?

Thanks in advance
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: How use Enigma-Api for Controlsum, Anti-debugger, executing processes?

Post by Enigma »

Hi,

We are planning to add multi-language functionality for Enigma Protector messages in future versions.

For now, I recommend you to develop a plugin for Enigma (see EnigmaPluginSDK folder), hook the function Enigma_Plugin_OnShowMessage and show own message there, depending on a language.
Post Reply