Parcourir la source

Update FULLInj.sh

assume-breach il y a 2 ans
Parent
commit
dd104f9f4c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Harriet/Harriet/FULLInj/FULLInj.sh

+ 1 - 1
Harriet/Harriet/FULLInj/FULLInj.sh

@@ -150,7 +150,7 @@ rm proc*
 
 
 #Compiling Malware
 #Compiling Malware
 echo -e ${yellow}"+++Compiling Malware+++"${clear}
 echo -e ${yellow}"+++Compiling Malware+++"${clear}
-x86_64-w64-mingw32-g++ -o $MALWARE Harriet/FULLInj/Resources/template.cpp -fpermissive -Wno-narrowing >/dev/null 2>&1
+x86_64-w64-mingw32-g++ -o $MALWARE Harriet/FULLInj/Resources/template.cpp -fpermissive -Wno-narrowing -O2>/dev/null 2>&1
 echo ""
 echo ""
 sleep 2
 sleep 2
 rm shell*
 rm shell*