1 Star 0 Fork 0

luofr/frida-il2cpp-bridge

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
vfsfitvnm 提交于 2023-07-29 20:32 +08:00 . Add more tests
MAKEFLAGS += --no-builtin-rules
.SUFFIXES:
UNITY_DIRS := $(wildcard unity/*/)
dist: node_modules $(shell find src) tsconfig.json
@ ./node_modules/.bin/tspc
@ touch -m dist
node_modules:
@ npm i
@ touch -m node_modules
test: test/index.js test/agent.js dist build/host
@ node "$<"
build/host: test/host.c
@ mkdir -p build
@ gcc -o "$(@)" "$<"
$(UNITY_DIRS):
make -C "$@" assembly
assembly: $(UNITY_DIRS);
clean:
@ rm -r dist
.DEFAULT_GOAL := dist
.PHONY: clean test assembly $(UNITY_DIRS)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luofr/frida-il2cpp-bridge.git
git@gitee.com:luofr/frida-il2cpp-bridge.git
luofr
frida-il2cpp-bridge
frida-il2cpp-bridge
master

搜索帮助