Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
GANGE666 committed Mar 13, 2023
1 parent 64f5079 commit ed3a340
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ uint32_t tea_decrypt (uint32_t* v) {

We will show the protection effects after four compilation schemes:

- [Original build](####Original build)
- [Tigress protection](####Tigress Protection)
- [xVMP protection](####xVMP Protection)
- [xVMP combined with Obfuscator-LLVM protection](####xVMP+Obfuscator-LLVM)
- Original build
- Tigress protection
- xVMP protection
- xVMP combined with Obfuscator-LLVM protection



Expand Down
6 changes: 3 additions & 3 deletions tests/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
clang_path = os.path.dirname(os.path.realpath(__file__))+"/../build/bin/clang"

if not os.path.exists(OUTPUT_PATH):
os.mkdir(OUTPUT_PATH)
os.mkdir(OUTPUT_PATH+"original/")
os.mkdir(OUTPUT_PATH+"govmp_out/")
os.mkdir(OUTPUT_PATH)
os.mkdir(OUTPUT_PATH+"original/")
os.mkdir(OUTPUT_PATH+"govmp_out/")

def run_cmd(cmd):
print("\033[31;43;1m", "Running command: ", cmd, "\033[0m")
Expand Down

0 comments on commit ed3a340

Please sign in to comment.