Search found 3 matches
- Mon Nov 27, 2023 10:15 pm
- Forum: Technical questions
- Topic: Newbie questions about using VMProtect
- Replies: 5
- Views: 4815
Re: Newbie questions about using VMProtect
Hello, Thanks for your reply. What is a problem with "#ifdef/ifndef DEBUG"? The issue with "#ifndef DEBUG" is that aside from creating lots of additional noise in the code, I still can't test my release version until it is packed or unless I include the VMProtect DLL. Of course, ...
- Sat Nov 25, 2023 11:36 pm
- Forum: Technical questions
- Topic: Newbie questions about using VMProtect
- Replies: 5
- Views: 4815
Re: Newbie questions about using VMProtect
Hello, Thank you for taking the time to reply. Regarding 1), do you know what happens if I use a .map file for the initial setup of naming which functions should be virtualized and subsequently not generate it any more? Does the application find the function by name or by address? Does that mean if ...
- Thu Nov 23, 2023 2:56 am
- Forum: Technical questions
- Topic: Newbie questions about using VMProtect
- Replies: 5
- Views: 4815
Newbie questions about using VMProtect
Hello, I am using VMProtect DEMO v3.8.5 for a VS C++ DLL and have a few questions: 1. It seems that when I add compiler markers inside my code, the DLL then becomes dependent on VMProtectSDK32.dll. From what I understand, VMProtect will remove this dependency when it processes the DLL, however what ...