XAntiDebug icon indicating copy to clipboard operation
XAntiDebug copied to clipboard

VMProtect 3.x Anti-debug Method Improved

Results 3 XAntiDebug issues
Sort by recently updated
recently updated
newest added

Hi, What's the purpose of this ? ``` unsigned char *pRandChar = (unsigned char *)_pagePtr; for (size_t i = 0; i < _pageSize; i++) { pRandChar[i] = LOBYTE(rand()); } ```...

I have some suggestions, would be nice to implement: - Don't call RtlGetVersion, use ASM and load PEB into RAX - Don't call get usermode functions... find a way to...

How to use your code with mingw compiler ?