Samuel Tulach
Samuel Tulach
Yeah it's not really fixable. I have modified the `README` to state that more clearly.
a.) `KernelBase.sys` does not exist, `KernelBase.dll` does. That's a usermode module. b.) I have no idea how x86 emulation for ARM (Prism?) works on Windows. My best bet is that...
If minhook works, then there could be some issue with figuring out the correct instruction length. If that's the case, please dump the function start bytes before and after hook...