diff options
Diffstat (limited to 'obfuscator/run.sh')
-rwxr-xr-x | obfuscator/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obfuscator/run.sh b/obfuscator/run.sh index 68d0632..e988a1a 100755 --- a/obfuscator/run.sh +++ b/obfuscator/run.sh @@ -1,7 +1,7 @@ #!/bin/bash cd $(dirname $0) -"./obfuscator" ./test/test.cpp -"./obfuscator" ./test/header.hpp -- +"./obfuscator" --shake 256 --shake_len 44 ./test/test.cpp +"./obfuscator" --shake 256 --shake_len 44 ./test/header.hpp -- "g++" ./FILE15118982290295364091.cpp #expected to return 128 ./a.out |