Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AeonLucid/frida-il2cpp
/ functions
Functions
40 in github.com/AeonLucid/frida-il2cpp
⨍
Functions
40
◇
Types & classes
8
↓ 5 callers
Method
findClass
(searchNamespace: string, searchClassName: string)
lib/il2cpp_utils.ts:150
↓ 3 callers
Method
il2cpp_object_unbox
(obj: Il2CppObject)
lib/il2cpp.ts:174
↓ 2 callers
Method
findField
(searchNamespace: string, searchClassName: string, searchFieldName: string)
lib/il2cpp_utils.ts:107
↓ 2 callers
Method
il2cpp_class_get_fields
(clazz: Il2CppClass, iter: NativePointer)
lib/il2cpp.ts:130
↓ 2 callers
Method
il2cpp_field_get_name
(field: FieldInfo)
lib/il2cpp.ts:145
↓ 2 callers
Method
il2cpp_field_get_value
(obj: Il2CppObject, field: FieldInfo)
lib/il2cpp.ts:155
↓ 2 callers
Method
il2cpp_field_static_get_value
(field: FieldInfo)
lib/il2cpp.ts:162
↓ 2 callers
Method
il2cpp_type_get_name
(type: Il2CppType)
lib/il2cpp.ts:140
↓ 1 callers
Method
getAllClassFields
(namespace: string, className: string, classAddr: Il2CppClass | null = null)
lib/il2cpp_utils.ts:31
↓ 1 callers
Method
getAllClassMethods
(namespace: string, className: string, classAddr: Il2CppClass | null = null)
lib/il2cpp_utils.ts:69
↓ 1 callers
Method
il2cpp_assembly_get_image
(assembly: Il2CppAssembly)
lib/il2cpp.ts:100
↓ 1 callers
Method
il2cpp_class_get_methods
(clazz: Il2CppClass, iter: NativePointer)
lib/il2cpp.ts:135
↓ 1 callers
Method
il2cpp_class_get_name
(clazz: Il2CppClass)
lib/il2cpp.ts:120
↓ 1 callers
Method
il2cpp_class_get_namespace
(clazz: Il2CppClass)
lib/il2cpp.ts:125
↓ 1 callers
Method
il2cpp_domain_get
()
lib/il2cpp.ts:90
↓ 1 callers
Method
il2cpp_domain_get_assemblies
(domain: Il2CppDomain, size_t_out: NativePointer)
lib/il2cpp.ts:95
↓ 1 callers
Method
il2cpp_field_get_type
(field: FieldInfo)
lib/il2cpp.ts:150
↓ 1 callers
Method
il2cpp_image_get_class
(image: Il2CppImage, index: number)
lib/il2cpp.ts:115
↓ 1 callers
Method
il2cpp_image_get_class_count
(image: Il2CppImage)
lib/il2cpp.ts:110
↓ 1 callers
Method
il2cpp_method_get_name
(method: MethodInfo)
lib/il2cpp.ts:184
↓ 1 callers
Method
il2cpp_method_get_return_type
(method: MethodInfo)
lib/il2cpp.ts:179
↓ 1 callers
Method
il2cpp_runtime_invoke
(method: MethodInfo, obj: NativePointer, params: NativePointer[])
lib/il2cpp.ts:189
↓ 1 callers
Method
unbox
(obj: Il2CppObject, type: IlTypes)
lib/il2cpp_class.ts:45
Method
constructor
(namespace: string, className: string, classType: Il2CppClass | null = null)
lib/il2cpp_class.ts:11
Method
constructor
()
lib/il2cpp.ts:45
Method
constructor
(il2cpp: Il2Cpp)
lib/il2cpp_utils.ts:8
Method
dump_fields
()
lib/il2cpp_class.ts:62
Method
dump_methods
()
lib/il2cpp_class.ts:73
Method
get_instance_value
(obj: Il2CppObject, fieldName: string)
lib/il2cpp_class.ts:27
Method
get_static_value
(fieldName: string)
lib/il2cpp_class.ts:18
Method
il2cpp_image_get_name
(image: Il2CppImage)
lib/il2cpp.ts:105
Method
il2cpp_object_get_class
(obj: Il2CppObject)
lib/il2cpp.ts:169
Method
il2cpp_thread_attach
(domain: Il2CppDomain)
lib/il2cpp.ts:80
Method
il2cpp_thread_current
()
lib/il2cpp.ts:75
Method
il2cpp_thread_detach
(thread: Il2CppThread)
lib/il2cpp.ts:85
Method
il2cpp_value_box
(clazz: Il2CppClass, data: NativePointer)
lib/il2cpp.ts:207
Method
invoke_instance_method
(obj: Il2CppObject, methodName: string, returnType: IlTypes, params: NativePointer[] = [])
lib/il2cpp_class.ts:36
Method
readInstance
(namespace: string, className: string, fieldName: string, instance: Il2CppObject)
lib/il2cpp_utils.ts:22
Method
readStatic
(namespace: string, className: string, fieldName: string)
lib/il2cpp_utils.ts:13
Method
toIl2CppClass
(type: IlTypes)
lib/il2cpp_mapper.ts:6