File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ uint32_t tea_decrypt (uint32_t* v) {
112112
113113We 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
Original file line number Diff line number Diff line change 1717clang_path = os .path .dirname (os .path .realpath (__file__ ))+ "/../build/bin/clang"
1818
1919if 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
2424def run_cmd (cmd ):
2525 print ("\033 [31;43;1m" , "Running command: " , cmd , "\033 [0m" )
You can’t perform that action at this time.
0 commit comments