Files
Zygisk-MyInjector/module/src/main/cpp/hack.h

13 lines
270 B
C
Raw Normal View History

2024-10-05 15:26:16 +08:00
//
// 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);
2024-10-05 15:26:16 +08:00
#endif //ZYGISK_IL2CPPDUMPER_HACK_H