aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/asm.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-03-01 22:30:12 +0000
committerbloodstalker <thabogre@gmail.com>2018-03-01 22:30:12 +0000
commit886cf65360c9efcc73632cad725d6fe6db4dcf5e (patch)
treee5cbd47544373337181e2f4095dd72458567454b /bruiser/asm.sh
parentwip-the asm rewriter module plus the assembly jump table lua module implement... (diff)
downloadmutator-886cf65360c9efcc73632cad725d6fe6db4dcf5e.tar.gz
mutator-886cf65360c9efcc73632cad725d6fe6db4dcf5e.zip
some fixes for the jump table lua module
Diffstat (limited to 'bruiser/asm.sh')
-rwxr-xr-xbruiser/asm.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bruiser/asm.sh b/bruiser/asm.sh
new file mode 100755
index 0000000..e45f022
--- /dev/null
+++ b/bruiser/asm.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+cd $(dirname $0)
+clang ./asmrewriter.c -llua -o asmrewriter
+./asmrewriter || exit 1
+rm ./asmrewriter