Files
Zygisk-MyInjector/module/src/main/cpp/hack.h
jiqiu2021 1076c1e711 feat: 成功加载了so 并且调用了riru hide等逻辑
准备增加自定义linker
2025-06-25 21:21:07 +08:00

13 lines
270 B
C

//
// Created by Perfare on 2020/7/4.
//
#ifndef ZYGISK_IL2CPPDUMPER_HACK_H
#define ZYGISK_IL2CPPDUMPER_HACK_H
#include <stddef.h>
void hack_prepare(const char *game_data_dir, const char *package_name, void *data, size_t length);
#endif //ZYGISK_IL2CPPDUMPER_HACK_H