14 lines
299 B
C
14 lines
299 B
C
//
|
|
// Created by Perfare on 2020/7/4.
|
|
//
|
|
|
|
#ifndef ZYGISK_IL2CPPDUMPER_HACK_H
|
|
#define ZYGISK_IL2CPPDUMPER_HACK_H
|
|
|
|
#include <stddef.h>
|
|
#include <jni.h>
|
|
|
|
void hack_prepare(const char *game_data_dir, const char *package_name, void *data, size_t length, JavaVM *vm);
|
|
|
|
#endif //ZYGISK_IL2CPPDUMPER_HACK_H
|