From 39a054059e0d144f38f02151d15ca1c7c6aeb0d9 Mon Sep 17 00:00:00 2001 From: ParhamBandarchi <44086296+ParhamBandarchi@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:38:12 +0000 Subject: [PATCH 1/2] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 659e029e93cb5f10b809c5e118eddbd833f71de4 Mon Sep 17 00:00:00 2001 From: ParhamBandarchi <44086296+ParhamBandarchi@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:39:55 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!