diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fa8620..726580c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ project(nvlax CXX) include(ExternalProject) include(cmake/FetchCPM.cmake) -CPMAddPackage("gh:zyantific/zydis#master") +CPMAddPackage("gh:zyantific/zydis#55dd08c210722aed81b38132f5fd4a04ec1943b5") CPMAddPackage( NAME LIEF_SRC diff --git a/README.md b/README.md index 64617cc..a4ce939 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ I have tested this patcher against the following versions (on Linux): - 470.74 - 495.29.05 - 495.44 + - 510.39.01 It *should* work on previous versions as well. Please don't open-up new issues if you're using ancient drivers, thanks. @@ -63,4 +64,4 @@ It *should* work on previous versions as well. Please don't open-up new issues i `nvlax_encode` accepts NVIDIA DLLs as input files. NvFBC patching is not supported yet, though. # Credits -[keylase/nvidia-patch](https://github.com/keylase/nvidia-patch) - this project wouldn't exist if it wasn't for their outstanding reverse-engineering efforts. thanks! \ No newline at end of file +[keylase/nvidia-patch](https://github.com/keylase/nvidia-patch) - this project wouldn't exist if it wasn't for their outstanding reverse-engineering efforts. thanks!