Search found 1 match
- Sat Jan 23, 2016 4:01 pm
- Forum: Technical questions
- Topic: Inserting markers in functions
- Replies: 1
- Views: 4537
Inserting markers in functions
Hello, is this correct way to insert markers inside of code? or not? DWORD dwGetVMTCount( PDWORD pdwVMT ) { VMProtectBeginMutation( "vmthook_count" ); DWORD dwIndex = 0; blablabla ... ... VMProtectEnd( ); return dwIndex; } or should I insert it in other place? I'm asking it because of retu...