Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
-
leverage
- Posts: 6
- Joined: Mon May 10, 2021 6:43 am
Post
by leverage » Mon Jun 14, 2021 5:09 pm
If I changed no settings, loaded the file into Enigma, and then pressed 'Protect', would my code be obfuscated?
I have trialled this with a Python exe, and I am still able to unpack the code to reveal the source code.
Do I need to use markers? Are they a necessary part of the Enigma protection process?
Thank you

-
Enigma
- Site Admin
- Posts: 2731
- Joined: Wed Aug 20, 2008 2:24 pm
Post
by Enigma » Wed Jun 16, 2021 11:24 am
Hi, the code of program is not being obfuscated without markers. It is impossible to obfuscate all the code of application, moreover such specific as phyton files.
Using markers is very recommended.
There is an article, how to do that for x64 in phyton:
http://www.softwareprotection.info/2020 ... in-python/
-
leverage
- Posts: 6
- Joined: Mon May 10, 2021 6:43 am
Post
by leverage » Mon Jun 21, 2021 1:15 pm
Enigma wrote: ↑Wed Jun 16, 2021 11:24 am
Hi, the code of program is not being obfuscated without markers. It is impossible to obfuscate all the code of application, moreover such specific as phyton files.
Using markers is very recommended.
There is an article, how to do that for x64 in phyton:
http://www.softwareprotection.info/2020 ... in-python/
Thank you for the response.
Does one need to use markers for a C# project also, or can that all be onfuscated through the exe alone?
-
leverage
- Posts: 6
- Joined: Mon May 10, 2021 6:43 am
Post
by leverage » Wed Jul 07, 2021 7:25 am
Anyone know if you need markers for a C# project?
-
Enigma
- Site Admin
- Posts: 2731
- Joined: Wed Aug 20, 2008 2:24 pm
Post
by Enigma » Wed Jul 07, 2021 2:30 pm
C# and any .net program can't use markers.
Markers available for native applications only.
For C#, we usually recommend to move part of the code to native dll, which can be used from C# application and protect this native dll with markers and whole power of Enigma Protector.