update to ida 7.6, add builds

This commit is contained in:
2021-10-31 21:20:46 +02:00
parent e0e0f2be99
commit b1809fe2d9
1408 changed files with 279193 additions and 302468 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