update to ida 7.6, add builds
This commit is contained in:
1393
idasdk76/module/script/ebc.py
Normal file
1393
idasdk76/module/script/ebc.py
Normal file
File diff suppressed because it is too large
Load Diff
14
idasdk76/module/script/makefile
Normal file
14
idasdk76/module/script/makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
include ../../allmake.mak
|
||||
|
||||
SCRIPTS += ebc.py
|
||||
SCRIPTS += msp430.py
|
||||
SCRIPTS += proctemplate.py
|
||||
|
||||
BIN_PATH = $(R)procs/
|
||||
GOALS += $(addprefix $(BIN_PATH),$(SCRIPTS))
|
||||
all: $(GOALS)
|
||||
|
||||
|
||||
$(BIN_PATH)%: %
|
||||
$(CP) $? $@
|
||||
|
||||
1408
idasdk76/module/script/msp430.py
Normal file
1408
idasdk76/module/script/msp430.py
Normal file
File diff suppressed because it is too large
Load Diff
1052
idasdk76/module/script/proctemplate.py
Normal file
1052
idasdk76/module/script/proctemplate.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user