I'm trying to make a simple asm call to IsDebuggerPresent and close if there is one.
For example:
I don't know what the hell I need to do. I might just have to use a debugger.Code:int main { _asm call 75FC4A45 _asm test al,al _asm je mem2 _asm retn _asm leave }