Przeglądaj źródła

Update NativeAPI.sh

Changed compile options
assume-breach 2 lat temu
rodzic
commit
5f3ab6b565
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Harriet/Harriet/NativeAPI/NativeAPI.sh

+ 1 - 1
Harriet/Harriet/NativeAPI/NativeAPI.sh

@@ -101,7 +101,7 @@ sed -i "s/Random9/$Random9/g" Harriet/NativeAPI/Resources/template.cpp
 
 
 
 
 echo -e ${yellow}"+++Compiling Malware+++"${clear}
 echo -e ${yellow}"+++Compiling Malware+++"${clear}
-x86_64-w64-mingw32-g++ -o $MALWARE Harriet/NativeAPI/Resources/template.cpp -fpermissive -Wno-narrowing -O2 -O3 -Os>/dev/null 2>&1
+x86_64-w64-mingw32-g++ -o $MALWARE Harriet/NativeAPI/Resources/template.cpp -fpermissive -Wno-narrowing -O2>/dev/null 2>&1
 echo ""
 echo ""
 sleep 2
 sleep 2
 rm shell*
 rm shell*