-
Zydis as introduces breaking changes that prevent nvlax from being compiled.
For the time being, you could use `CPMAddPackage("gh:zyantific/zydis#55dd08c210722aed81b38132f5fd4a04ec1943b5")` or `CPM…
-
And 900+ syntax errors :(
Microsoft Visual Studio 2022 latest (v143)
Microsoft Visual C++ (SDK v10.0)
-
Hello, i included everything from "EverythingYouNeed.zip" but its still gives me this error, can you help me?
LNK1218 warning treated as error; no output file generated
-
Because C style enums are loosely typed and aren't typed they tend to be expressed in C more loosely than they are actually used.
For example, one might have an enum like:
https://github.com/zyant…
-
Disassembling (for example) the byte sequence `62 f2 55 5b 64 5c 24 20` using the `ZYDIS_FORMATTER_STYLE_INTEL_MASM` formatting style yields
`
vpblendmd zmm3 {k3}, zmm5, dword ptr [rsp+80h] {1to1…
-
@flobernd
Sir,
While programming my own profiler as a learning project, I found myself in
need of a disassembler for various purposes, mostly when loading libraries during the
LOAD_DLL_DEBU…
-
Cannot compile it because include pathes are different and they are confusing somehow, like Zydis is Zycore || Zycore is Zydis so how about to improve some readme about adding coldhook in to projects …
-
After some testing and messing around I noticed that the encoder doesn't provide a lot info when it comes to failures.
Example 1:
```cpp
ZydisEncoderRequest req{};
req.mnemonic = ZYDIS_MNEMONIC_LE…
-
https://github.com/zyantific/zydis-py
-
I just pulled a recent zydis (4d4fe4c293c5438f32688b14b29017ae3f48369e) into Firefox. We run Coverity in the background on everything, and Coverity throws up a potential problem in zycore, the report…