Who can help me about topic -.-
Who can help me about topic -.-
If you mean how to hide serial&ip from main.exe then the answer is using an executable packer just like aspack, molebox, themida ...
ASPACK SOFTWARE - Best Choice Compression and Protection Tools for Software Developers
Virtualization and Protection Tools at Molebox.com
Add this to an dll and pack the dll.
Code:YourFile.cpp // Version memset((char*)MAINVERSION,0,5); memcpy((char*)MAINVERSION,"89:;<",5); //89:;< = 7.77.77 // Serial memset((char*)MAINSERIAL,0,20); memcpy((char*)MAINSERIAL,"www1ragezone1com",20);//what serial you wantCode:YourFile.h #define MAINVERSION (0x00000000)//your main offset #define MAINSERIAL (0x00000000)//your main offset
Last edited by CodeBlocks; 13-09-11 at 09:22 PM.
Explain what?
Copy all that in an dll (cpp and h file), compile the dll, hooked to main, and pack the dll.
how i see my main offset ?