mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-24 13:29:44 +08:00
il2cpp function&type and hook manager
This commit is contained in:
5
lib/src/il2cpp-functions.h
Normal file
5
lib/src/il2cpp-functions.h
Normal file
@@ -0,0 +1,5 @@
|
||||
using namespace Genshin;
|
||||
|
||||
DO_APP_FUNC(0x02BC1930, ByteArray*, MessageExtensions_ToByteArray, (IMessage msg, MethodInfo* method));
|
||||
DO_APP_FUNC(0x04E9B3F0, String*, Convert_ToBase64String, (ByteArray* arr, MethodInfo* method));
|
||||
DO_APP_FUNC(0x01591250, void, Packet_SetDispstchData, (ByteArray* data, MethodInfo* method));
|
||||
Reference in New Issue
Block a user