Search found 6 matches

by Cataclismo
Tue May 19, 2015 3:04 pm
Forum: Plugins
Topic: Internal protection error
Replies: 3
Views: 25712

Re: Internal protection error

I solved the error. It was caused by my code. Sorry.
It's working quite good until now :)
by Cataclismo
Thu May 14, 2015 4:29 pm
Forum: Plugins
Topic: Internal protection error
Replies: 3
Views: 25712

Re: Internal protection error

It may be working. Also, I got this message after I did the changes you said: error LNK2001: unresolved external symbol __imp__MessageBoxA@16 So I've added following libraries in "Additional dependencies": kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib...
by Cataclismo
Thu May 14, 2015 3:43 pm
Forum: Plugins
Topic: Internal protection error
Replies: 3
Views: 25712

Internal protection error

So, I've did a very advanced protection for a game on the main source and is working perfectly, but I want to do a plugin which can be used by older versions of this game which hasn't source... so I did it, but when I'm trying to protect my files with this plugin I ecounter the error "Internal ...
by Cataclismo
Mon Mar 02, 2015 7:07 pm
Forum: Problems
Topic: Enigma extra threads
Replies: 7
Views: 20798

Re: Enigma extra threads

Well, thank you for helping. Yeah, I've found that the threads count is different on every operating system. On Windows XP is always 15, but in Windows 7 it's between 25 and 30.
I wanted to do that to detect injection, but it seems I can't.
by Cataclismo
Fri Feb 20, 2015 3:57 pm
Forum: Problems
Topic: Enigma extra threads
Replies: 7
Views: 20798

Re: Enigma extra threads

I'm doing a thread check from inside my application. If the threads would close then that could be a problem. I've tested a bit (for about 2 mins) and I saw they are not closing. I hope they won't do it later.
by Cataclismo
Thu Feb 19, 2015 6:25 pm
Forum: Problems
Topic: Enigma extra threads
Replies: 7
Views: 20798

Enigma extra threads

Hi,
I've got a problem with The Engima Protector. After I protect (JUST protecting, no plugins, no checks, no virtualize, nothing) my executable it adds two threads (as I could see) and I am wondering if threads does ever close or not during the execution of the software.