diff options
author | bloodstalker <thabogre@gmail.com> | 2017-12-16 13:31:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-12-16 13:31:54 +0000 |
commit | 453ccbcb228b7f39adf087bfe955c770e4640f64 (patch) | |
tree | 730b6b5fbcf8e7aaf65df822ac2c8c70417f3dd2 /obfuscator/test/compile_commands.json | |
parent | wip, added methods for dealing with filename changes to obfuscator (diff) | |
download | mutator-453ccbcb228b7f39adf087bfe955c770e4640f64.tar.gz mutator-453ccbcb228b7f39adf087bfe955c770e4640f64.zip |
obfuscator should handle macro expansions just fine now, also there was no rewriter for macro expansion so added one and added a test folder for obfuscator, also added a new method for getting the spellingloc to aux methods
Diffstat (limited to '')
-rw-r--r-- | obfuscator/test/compile_commands.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/obfuscator/test/compile_commands.json b/obfuscator/test/compile_commands.json new file mode 100644 index 0000000..ea76446 --- /dev/null +++ b/obfuscator/test/compile_commands.json @@ -0,0 +1,7 @@ +[ + { + "command": "c++ -c -I/usr/lib/gcc/x86_64-redhat-linux/6.3.1/include -o test.o test.cpp", + "directory": "/home/bloodstalker/devi/hell2/obfuscator/test", + "file": "/home/bloodstalker/devi/hell2/obfuscator/test/test.cpp" + } +]
\ No newline at end of file |