This commit is contained in:
olari
2021-06-05 21:10:25 +03:00
parent 807cffd9de
commit e0e0f2be99
923 changed files with 911857 additions and 15 deletions

View File

@@ -0,0 +1,22 @@
#__FUZZ_PROCS__=1
SRC_PATH = $(IDA)module/
BIN_PATH = $(R)procs/
BASE_OBJS += $(F)ana$(O)
BASE_OBJS += $(F)emu$(O)
BASE_OBJS += $(F)ins$(O)
BASE_OBJS += $(F)out$(O)
BASE_OBJS += $(F)reg$(O)
ifdef __NT__
DLLFLAGS += /BASE:0x130000000
endif
# IDA Home edition has processor modules linked into the kernel
ifdef IDAHOME
BUILD_STATIC_LIBRARY = 1
endif
include ../../module.mak