diff options
author | bloodstalker <thabogre@gmail.com> | 2017-12-16 18:41:57 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-12-16 18:41:57 +0000 |
commit | 74cf19291ad7f4effd15476d0576c4b0b35e6391 (patch) | |
tree | 65c49b4125a1cd98eca7df8fb274ec26f02c0f4c | |
parent | now handles changing header names as well (diff) | |
download | mutator-74cf19291ad7f4effd15476d0576c4b0b35e6391.tar.gz mutator-74cf19291ad7f4effd15476d0576c4b0b35e6391.zip |
forgot the test header for obfuscator [ci skip]
-rwxr-xr-x | bfd/load.py | 1 | ||||
-rw-r--r-- | obfuscator/test/header.hpp | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/load.py b/bfd/load.py index 94e51ad..d8595b0 100755 --- a/bfd/load.py +++ b/bfd/load.py @@ -538,7 +538,6 @@ def main(): #elf.dump_objs() return elf.dump_objs() - #return 0; if __name__ == "__main__": main() diff --git a/obfuscator/test/header.hpp b/obfuscator/test/header.hpp new file mode 100644 index 0000000..767e2bc --- /dev/null +++ b/obfuscator/test/header.hpp @@ -0,0 +1,6 @@ + +#define CONSTANT1 1 +#define CONSTANT2 2 +#define CONSTANT3 3 +#define CONSTANT4 4 +#define CONSTANT5 5 |