Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Updated llvm-mingw compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTriboulet committed Jul 8, 2023
1 parent 727ea53 commit ac90374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Revenant.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def main():
file_path = "./llvm-mingw/bin/i686-w64-mingw32-gcc"
if not os.path.exists(file_path):
print("[*] Setting up llvm directory")
os.system("tar -xf llvm-mingw.tar.xz;mv llvm-mingw-20230504-ucrt-ubuntu-20.04-x86_64 llvm-mingw") # TODO: make this safer
os.system("tar -xf llvm-mingw.tar.xz;mv llvm-mingw-20230614-ucrt-ubuntu-20.04-x86_64 llvm-mingw") # TODO: make this safer

print("[*] Connect to Havoc service api")
havoc_service = HavocService(
Expand Down
Binary file modified llvm-mingw.tar.xz
Binary file not shown.

0 comments on commit ac90374

Please sign in to comment.