diff options
author | bloodstalker <thabogre@gmail.com> | 2018-05-25 23:45:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-05-25 23:45:50 +0000 |
commit | a2afe6ff184bc20993f58388887a2d4f1454c140 (patch) | |
tree | 98c3928c40cd268bfbaeb78abbcce50914ef9ea2 /extra-tools | |
parent | wip:added a wasm backend. i need to setup an interface with the main c++ code... (diff) | |
download | mutator-a2afe6ff184bc20993f58388887a2d4f1454c140.tar.gz mutator-a2afe6ff184bc20993f58388887a2d4f1454c140.zip |
load.py is now imported bt another python module, should cut down on startup time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests.
Diffstat (limited to 'extra-tools')
-rwxr-xr-x | extra-tools/pretestprep.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra-tools/pretestprep.sh b/extra-tools/pretestprep.sh new file mode 100755 index 0000000..30c564c --- /dev/null +++ b/extra-tools/pretestprep.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash +(cd ../obfuscator/test && make clean && bear make) +(cd ../bfd/test && make) |