-
https://en.wikibooks.org/wiki/X86_Disassembly/Disassemblers_and_Decompilers
https://github.com/zyantific/zydis
https://github.com/stevemk14ebr/PolyHook_2_0/issues/10
-
Hi, I'm getting this error when trying to compile with msbuild
Build started 2/21/2023 7:58:28 PM.
Project "C:\Users\this1\Desktop\Anonfiles-xss\Alcatraz\Alcatraz-gui\Alcatraz-gui.vcxproj" on node…
-
I think functions with RIP-relative instructions at the start are common enough to justify such a feature. I did a bunch of research, and it looks like PolyHook was able to do it by translating the in…
-
I am looking at the code here as an example of building a DLL based mod, however it seems like there might be some missing content that has been blocked by your `.gitignore`.
I have made some assum…
-
Doing a bunch of tests with Zydis, I've identified instructions that it doesn't decode properly:
- RDSSPD in 64-bit mode. "ZydisInfo -64 f3 0f 1e c8" returns "nop eax,ecx" and not the expected "rds…
-
Hi!
Since I have system's DLL patched correctly (your patcher doesn't seem to pick up even 472.12, that's last patched driver by `keylase/nvidia-patch`), and from Windows itself invoking `ffmpeg` w/ …
-
The following analyses are needed:
- [x] `size-discrepancies`: Find all cohorts where all decoders succeed, but one or more disagree on the decoded instruction's size
- [x] `destroy-xed`: Try to …
-
Please propose new milestones and features for the project here. I want to create a queue of actionable tickets for myself and contributors to work on. What do you all want next, and in what order? So…
-
Hi there,
while running some tests in Zydis, we found a few instructions that do decode in Zydis, but not in XED. After looking at it in detail, I think this might be a bug in XED.
For example:
…
-
Our internal structs are using `IFDEF`s to enable/disable feature specific fields on deman (e.g. `AVX-512` related fiels). As well, bitfields are used to optimize struct sizes.
While bindings preve…