diff --git a/Makefile_mutator b/Makefile_mutator index 00d58b5..8883ff9 100644 --- a/Makefile_mutator +++ b/Makefile_mutator @@ -5,6 +5,8 @@ LIBINCLUDE := # Compiler settings # -nostdlib is used to prevent linking against standard system startup files MUTATOR := ./mutator/docker_mutator.sh +override OBFUSCATIONS := flattening,substitution,split-basic-blocks,bogus +export OBFUSCATIONS CC_x64 := $(MUTATOR) x64 -nostdlib CC_x86 := $(MUTATOR) x86 -nostdlib CXX_x64 := x86_64-w64-mingw32-g++ @@ -71,4 +73,4 @@ check: clean: rm -f $(BOFNAME).*.exe - rm -rf build dist + rm -rf build dist \ No newline at end of file