-
Thanks in advance for your answer.
-
-
`IHF_EXPORT NTSTATUS FixInfinityHook( void* IfhpInternalGetCpuClock, BOOLEAN Verbose )
{
ClockRedirect = IfhpInternalGetCpuClock;
return ByePgInitialize( [ ] ( CONTEXT* ContextRecord, EXCEPTION…
-
After I repeatedly load and unload the driver, I get a bugcheck with code 0xCE.
```
[+] infinityhook: Loaded.
[!] infinityhook: Unloading... BYE!
[+] infinityhook: Loaded.
[!] infinityhook: U…
-
https://github.com/everdox/InfinityHook/blob/b4ee7cf37ba584b74bbbbfd8bcb1b3652b2ce3c4/src/libinfinityhook/mm.cpp#L37
`for (size_t i = 0; i < (SizeOfBuffer - SizeOfSignature); ++i)`
should be
`for…
-
`Buffer` leaks in a successful path of `ImgGetBaseAddress`.