SDarkMagic

Results 6 comments of SDarkMagic

Yes, I have tried running as admin, and yes I have a process called `notepad.exe`

`SeDebugPrivelege` gets enabled successfully. `Memory.GetProcessId` also functions correctly and returns a valid process ID, same goes for `OpenProcess`. When I run `GetLastError` it returns 0 up through `Memory.GetModuleBase`, upon which...

I tried doing this, but it kept yelling at me about `EnumProcessModulesEx` not being defined. I looked into it, but I couldn't figure out how to fix this issue. Stranger...

I tried looking into doing that, but I couldn't quite figure out how. Is there a guide for that that you could point me to by any chance?

So I've been tinkering with stuff trying to get this to work for a while, and I decided to have it output the current debug privelege value to the console,...