Search found 3 matches
- Mon Mar 21, 2011 6:17 pm
- Forum: Problems
- Topic: [HELP] How to apply VM Markers in C++ [DLL]
- Replies: 6
- Views: 30408
Re: [HELP] How to apply VM Markers in C++ [DLL]
i dont know to start begin coding , because no example for c++........
- Mon Mar 21, 2011 6:41 am
- Forum: Problems
- Topic: [HELP] How to apply VM Markers in C++ [DLL]
- Replies: 6
- Views: 30408
Re: [HELP] How to apply VM Markers in C++ [DLL]
ok, now i can place vm marker in my dll, but the string still viewable, in olldbg string is not viewable ^^, i try scan with cheat engine and the string is viewable >.<.....
now,, my question, help me to protect the string
void Password()
{
if(Input = "blablabla")
{
MessageBox(0,"Correct ...
now,, my question, help me to protect the string
void Password()
{
if(Input = "blablabla")
{
MessageBox(0,"Correct ...
- Sun Mar 20, 2011 1:47 am
- Forum: Problems
- Topic: [HELP] How to apply VM Markers in C++ [DLL]
- Replies: 6
- Views: 30408
[HELP] How to apply VM Markers in C++ [DLL]
hey, i am very happy using Enigma Protector :D
but i have a few question :
1. How to apply VM Markes in C++ ? i want to protect my DLL
void Test();
{
(VM MARKER BEGIN)
MessageBox(0,"Hello Word !","Test", MB_OK);
(VM MARKER END)
}
2. If i apply VM Marker to specific location, the string in that ...
but i have a few question :
1. How to apply VM Markes in C++ ? i want to protect my DLL
void Test();
{
(VM MARKER BEGIN)
MessageBox(0,"Hello Word !","Test", MB_OK);
(VM MARKER END)
}
2. If i apply VM Marker to specific location, the string in that ...
