feat: Update README to Include dependencies for Custom MBA Obfuscation Passes

- Add vcpkg command into README.md
- Add exact development environment version of z3 into README.md
This commit is contained in:
keowu
2025-11-03 21:32:54 -03:00
parent 22813fcd07
commit 1a96cc67e6

View File

@@ -67,6 +67,7 @@ To compile RyujinCore, RyujinConsole, and RyujinGUI, critical dependencies must
```
vcpkg install asmjit
vcpkg install zydis
vcpkg install z3
```
For a consistent development environment, consider the following versions:
@@ -75,6 +76,7 @@ For a consistent development environment, consider the following versions:
asmjit:x64-windows - 2024-06-28
zycore:x64-windows - 1.5.0
zydis:x64-windows - 4.1.0
z3:x64-windows - 4.13.0
```
In addition to these critical dependencies, some optional ones exist, for example, ```wxWidgets```, which is required to build RyujinGUI. It can be obtained from the [wxWidgets website](https://wxwidgets.org/downloads/).