Closed gurachan closed 2 years ago
What version do you use? I have updated Zydis to the latest release (3.2.1) and it works without changes in code
What version do you use? I have updated Zydis to the latest release (3.2.1) and it works without changes in code
i use the master branch xD
also how do i use it without the xD ntoskernel is not running popping up xD
void *rverify = hook(address, Verify);
i did it like that.. but ntoskernel.exe is not found or running is popping up from nowhere. i don't know if I'm doing it right XD i dont plan to hook at driver just normal hook
The master branch maybe unstable and even may be not buildable at all.
And what about ntoskrnl? You want to hook kernel functions from the usermode app, right?
The master branch maybe unstable and even may be not buildable at all.
And what about ntoskrnl? You want to hook kernel functions from the usermode app, right?
nope, I just want to use it as a regular hook. is this for driver only ? cant use as normal hook? inside dll. sorry i dont know what im looking at really i just finding a tramp hook base on zydis ..
Obviously, it's possible and there are samples in the test app. But if you have problems with it, show me your code. And use Zydis linked with repo: clone in recursively (git clone --recursive https://github.com/HoShiMin/HookLib) and it will download HookLib with Zydis and Zycore of the required versions.
I end up making my own xD but thanks anyway.
32 bit
64
also i use the new zydis
and only change this part