Skip to content

Commit ed3a340

Browse files
committed
Minor update
1 parent 64f5079 commit ed3a340

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ uint32_t tea_decrypt (uint32_t* v) {
112112

113113
We will show the protection effects after four compilation schemes:
114114

115-
- [Original build](####Original build)
116-
- [Tigress protection](####Tigress Protection)
117-
- [xVMP protection](####xVMP Protection)
118-
- [xVMP combined with Obfuscator-LLVM protection](####xVMP+Obfuscator-LLVM)
115+
- Original build
116+
- Tigress protection
117+
- xVMP protection
118+
- xVMP combined with Obfuscator-LLVM protection
119119

120120

121121

tests/build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
clang_path = os.path.dirname(os.path.realpath(__file__))+"/../build/bin/clang"
1818

1919
if not os.path.exists(OUTPUT_PATH):
20-
os.mkdir(OUTPUT_PATH)
21-
os.mkdir(OUTPUT_PATH+"original/")
22-
os.mkdir(OUTPUT_PATH+"govmp_out/")
20+
os.mkdir(OUTPUT_PATH)
21+
os.mkdir(OUTPUT_PATH+"original/")
22+
os.mkdir(OUTPUT_PATH+"govmp_out/")
2323

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

0 commit comments

Comments
 (0)