
Originally Posted by
MemoryThePast
blocking driver xhunter1.sys it wouldn't work.. what i've seen here xigncode hooked writeprocessmemory and the other stuff and i think they use this way to prevent injecting dll's? well i'm not sure about that sorry for being so dumb but its just my theory.
Edit: well you can try it as freely so you will see it

well, I don't use it that way. but it works in cfbr.
I don't know in other regions how it works, but here xigncode only works to "protect" the game memory and nothing else.
it is very unlikely that xigncode will hook WPM as many other processes like some AVs use it...
but if it actually does that, you could just unhook it and inject the dll
remembering that all you need is WriteProcessMemory(or Nt function), VirtualAllocEx(or Nt function), and some function that starts a remote thread, such as CreateThreadEx, RtlCreateUserThread, etc...
so just look if some of these are hooked, and unhook again
there are many ways to do this
sorry for the bad english