Hello, I've downloaded The Enigma Protector Demo to test some functions of this program.
I found interesting option:
SS: http://prntscr.com/4roymk
I packed all files of my game client and when I open pack file in Notepad ++ I have this "bug":
SS: http://prntscr.com/4rozpo
My question is Why code in the red rectangle is not encode and how to encode it?
Encode "Packing File"
Re: Encode "Packing File"
Hi, sorry, that's not clear what application are you trying to protect, what weak points does it have, and what are you waiting from the protection, what advantage would you like to have?
Maybe post some unprotected files here.
Maybe post some unprotected files here.
Re: Encode "Packing File"
Hello Enigma.
I created online game via client and I want protect my file against theft and modification. I use open-source client:
https://github.com/edubart/otclient
This is a clear client without my editing, I will not give my client because there are a lot of new things.
I packed this flies:
Data Folder
Mods Folder
Modules Folder
init.lua
otclientrc.lua
In data folder is all graphics, in mods/modules you can see file:
*.lua eg: https://github.com/edubart/otclient/blo ... iplist.lua
*.otmod https://github.com/edubart/otclient/blo ... list.otmod
*.otuihttps://github.com/edubart/otclient/blo ... ddvip.otui
In lua, otmod, otui files there are things that should not be available for the player and I want encrypt it.
I created online game via client and I want protect my file against theft and modification. I use open-source client:
https://github.com/edubart/otclient
This is a clear client without my editing, I will not give my client because there are a lot of new things.
I packed this flies:
Data Folder
Mods Folder
Modules Folder
init.lua
otclientrc.lua
In data folder is all graphics, in mods/modules you can see file:
*.lua eg: https://github.com/edubart/otclient/blo ... iplist.lua
*.otmod https://github.com/edubart/otclient/blo ... list.otmod
*.otuihttps://github.com/edubart/otclient/blo ... ddvip.otui
In lua, otmod, otui files there are things that should not be available for the player and I want encrypt it.
Re: Encode "Packing File"
refresh, I need help
Re: Encode "Packing File"
Hi, you should use Virtual Box file embedding (Virtual Box - Files), not the the packaging. Files you select will be embedded into your executable during the protection, protected application won't require them being on hdd.
Re: Encode "Packing File"
When I packs files into exe I have problem with connected to game and declines fps in game :/
Re: Encode "Packing File"
The following features may affect fps:
1. All plugins
2. Protection Features - Import Protection
3. Protection Features - Inline Protection
Try to disable all these features and protect again.
1. All plugins
2. Protection Features - Import Protection
3. Protection Features - Inline Protection
Try to disable all these features and protect again.
