Search found 25 matches

by johndoe
Mon Jul 08, 2013 9:36 pm
Forum: Plugins
Topic: Possible Anti Cheat: anti WriteProcessMemory
Replies: 25
Views: 114354

Re: Possible Anti Cheat: anti WriteProcessMemory

Hi Enigma,

I would like to test it too.

If possible, send me by PM.

Thank you.
by johndoe
Fri Nov 23, 2012 6:34 am
Forum: Plugins
Topic: Possible Anti-DLL
Replies: 12
Views: 48512

Re: Possible Anti-DLL

Error:
types of actual and formal var parameters must be identical
line:
Result := WriteProcessMemory(hProcess, pAddr, @pRet, 1, dwRet);
Help-me? :/
by johndoe
Thu May 10, 2012 8:29 pm
Forum: Basic
Topic: Inject virtualized dll
Replies: 6
Views: 14082

Re: Inject virtualized dll

Hi enigma, sorry for not explain it correctly..
I mean 'Virtual Box' feature..
by johndoe
Thu May 10, 2012 2:04 am
Forum: Basic
Topic: Inject virtualized dll
Replies: 6
Views: 14082

Re: Inject virtualized dll

The virtualized DLL isn't injected :(
by johndoe
Thu May 10, 2012 2:02 am
Forum: Basic
Topic: DLL Injector protected with Enigma
Replies: 5
Views: 19106

Re: DLL Injector protected with Enigma

Works perfectly Enigma, thank you!
by johndoe
Sat May 05, 2012 5:45 pm
Forum: Basic
Topic: DLL Injector protected with Enigma
Replies: 5
Views: 19106

Re: DLL Injector protected with Enigma

Hi enigma,
Is this version fixed against the error when using plugins also protected with enigma?

Keep me informed..

Thank you :D
by johndoe
Sat May 05, 2012 12:25 am
Forum: Basic
Topic: DLL Injector protected with Enigma
Replies: 5
Views: 19106

Re: DLL Injector protected with Enigma

Please, my customers are waiting for a new version that I can't release without it... :(
by johndoe
Sat Apr 28, 2012 5:22 pm
Forum: Basic
Topic: DLL Injector protected with Enigma
Replies: 5
Views: 19106

DLL Injector protected with Enigma

Hi again Enigma, I'm trying to protect a simple DLL Injector with enigma, but when I try to inject the dll into target process, the process crashes. Note: The DLL is in same directory as the injector. (is NOT virtualized!) Note 2: With Themida works perfectly. :shock: Can you see it, please? Injecto...
by johndoe
Fri Apr 27, 2012 2:32 pm
Forum: Basic
Topic: Inject virtualized dll
Replies: 6
Views: 14082

Re: Inject virtualized dll

Hi enigma, I've tried to use all these functions: http://www.progamercity.net/delphi/647-delphi-dll-injection-functions.html All crashes the target process/program. Maybe you can change your application so it will call the protected dll instead of injecting it? I don't understand.. Anyway, I'll send...
by johndoe
Thu Apr 26, 2012 12:17 pm
Forum: Basic
Topic: Inject virtualized dll
Replies: 6
Views: 14082

Inject virtualized dll

Hi Enigma,
I'm trying to inject a virtualized DLL in a process..
It inject sucessfully, but the process crashes..

Is it possible, enigma?

PS: I don't want to write to disk..