yes sir I select virtual files options and add a dll. (dll file not packed or protect)
https://we.tl/5WUZrQBJae
Search found 3 matches
- Tue Dec 19, 2017 1:56 pm
- Forum: Enigma Virtual Box x86/x64
- Topic: C++ Problems
- Replies: 4
- Views: 14228
- Tue Dec 19, 2017 11:47 am
- Forum: Enigma Virtual Box x86/x64
- Topic: C++ Problems
- Replies: 4
- Views: 14228
Re: C++ Problems

I am getting the error that cannot find functions.

no error work normally
I mean I get an error when I use this and only use virtual box. Enigma protector work normally.
- Tue Dec 19, 2017 11:31 am
- Forum: Enigma Virtual Box x86/x64
- Topic: C++ Problems
- Replies: 4
- Views: 14228
C++ Problems
void HideModule(HINSTANCE hModule) { DWORD dwPEB_LDR_DATA = 0; _asm { pushad; pushfd; mov eax, fs:[30h]; mov eax, [eax + 0Ch]; mov dwPEB_LDR_DATA, eax; mov esi, [eax + 0Ch]; mov edx, [eax + 10h]; LoopInLoadOrderModuleList: lodsd; mov esi, eax; mov ecx, [eax + 18h]; cmp ecx, hModule; jne SkipA mov e...
