13 lines
270 B
C
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
|