Search found 3 matches

by RunninThruLife
Tue Jun 02, 2020 2:01 pm
Forum: Technical questions
Topic: Code Markers
Replies: 3
Views: 3153

Re: Code Markers

Thank you for responding. Would you mind answering the other part to the question? What happened to the VMProtectEnd marker? Is it still used? I couldn't find it in the SDK. ****** Also, the reference to VMProtect doesn't seem to have a definition for VMProtectEnd. How is this marker placed? Thank y...
by RunninThruLife
Mon Jun 01, 2020 6:38 pm
Forum: Technical questions
Topic: Code Markers
Replies: 3
Views: 3153

Code Markers

When placing code markers in the source, is there a need for a marker to be placed above every single method, or just the method at the top of the section to protect? For example... [VMProtect.Ultra] public void TestMe(string testingParam) { System.Windows.Messagebox.Show(testingParam); } [VMProtect...
by RunninThruLife
Wed Apr 15, 2020 6:14 pm
Forum: Technical questions
Topic: Protect the existing DLL
Replies: 1
Views: 2663

Protect the existing DLL

Hello, I'm new to this forum and to this software. Please excuse me if this topic has been discussed elsewhere. I've made an example below that illustrates how I believe we will have to incorporate the VMProtect software, and another example illustrating how we'd like it to work. Can someone please ...