first commit
This commit is contained in:
commit
7dd9dd689e
40 changed files with 4100 additions and 0 deletions
9
Core/il2cpp/Helper/Il2CppHelper.h
Normal file
9
Core/il2cpp/Helper/Il2CppHelper.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
#include "Il2CppApi.h"
|
||||
|
||||
class Il2CppHelper {
|
||||
public:
|
||||
static const uint8_t* FindMethodInHierarchy(Il2CppClass* klass, const std::string &methodName, const std::vector<std::string> paramCount);
|
||||
static const uint8_t* FindMethod(Il2CppClass* klass, const std::string &name, const std::vector<std::string> &arg_types);
|
||||
static uintptr_t* GetFieldDataPtr(uintptr_t* field, Il2CppObject* object);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue