MCPcopy Create free account

hub / github.com/AeonLucid/frida-il2cpp / functions

Functions40 in github.com/AeonLucid/frida-il2cpp

↓ 5 callersMethodfindClass
(searchNamespace: string, searchClassName: string)
lib/il2cpp_utils.ts:150
↓ 3 callersMethodil2cpp_object_unbox
(obj: Il2CppObject)
lib/il2cpp.ts:174
↓ 2 callersMethodfindField
(searchNamespace: string, searchClassName: string, searchFieldName: string)
lib/il2cpp_utils.ts:107
↓ 2 callersMethodil2cpp_class_get_fields
(clazz: Il2CppClass, iter: NativePointer)
lib/il2cpp.ts:130
↓ 2 callersMethodil2cpp_field_get_name
(field: FieldInfo)
lib/il2cpp.ts:145
↓ 2 callersMethodil2cpp_field_get_value
(obj: Il2CppObject, field: FieldInfo)
lib/il2cpp.ts:155
↓ 2 callersMethodil2cpp_field_static_get_value
(field: FieldInfo)
lib/il2cpp.ts:162
↓ 2 callersMethodil2cpp_type_get_name
(type: Il2CppType)
lib/il2cpp.ts:140
↓ 1 callersMethodgetAllClassFields
(namespace: string, className: string, classAddr: Il2CppClass | null = null)
lib/il2cpp_utils.ts:31
↓ 1 callersMethodgetAllClassMethods
(namespace: string, className: string, classAddr: Il2CppClass | null = null)
lib/il2cpp_utils.ts:69
↓ 1 callersMethodil2cpp_assembly_get_image
(assembly: Il2CppAssembly)
lib/il2cpp.ts:100
↓ 1 callersMethodil2cpp_class_get_methods
(clazz: Il2CppClass, iter: NativePointer)
lib/il2cpp.ts:135
↓ 1 callersMethodil2cpp_class_get_name
(clazz: Il2CppClass)
lib/il2cpp.ts:120
↓ 1 callersMethodil2cpp_class_get_namespace
(clazz: Il2CppClass)
lib/il2cpp.ts:125
↓ 1 callersMethodil2cpp_domain_get
()
lib/il2cpp.ts:90
↓ 1 callersMethodil2cpp_domain_get_assemblies
(domain: Il2CppDomain, size_t_out: NativePointer)
lib/il2cpp.ts:95
↓ 1 callersMethodil2cpp_field_get_type
(field: FieldInfo)
lib/il2cpp.ts:150
↓ 1 callersMethodil2cpp_image_get_class
(image: Il2CppImage, index: number)
lib/il2cpp.ts:115
↓ 1 callersMethodil2cpp_image_get_class_count
(image: Il2CppImage)
lib/il2cpp.ts:110
↓ 1 callersMethodil2cpp_method_get_name
(method: MethodInfo)
lib/il2cpp.ts:184
↓ 1 callersMethodil2cpp_method_get_return_type
(method: MethodInfo)
lib/il2cpp.ts:179
↓ 1 callersMethodil2cpp_runtime_invoke
(method: MethodInfo, obj: NativePointer, params: NativePointer[])
lib/il2cpp.ts:189
↓ 1 callersMethodunbox
(obj: Il2CppObject, type: IlTypes)
lib/il2cpp_class.ts:45
Methodconstructor
(namespace: string, className: string, classType: Il2CppClass | null = null)
lib/il2cpp_class.ts:11
Methodconstructor
()
lib/il2cpp.ts:45
Methodconstructor
(il2cpp: Il2Cpp)
lib/il2cpp_utils.ts:8
Methoddump_fields
()
lib/il2cpp_class.ts:62
Methoddump_methods
()
lib/il2cpp_class.ts:73
Methodget_instance_value
(obj: Il2CppObject, fieldName: string)
lib/il2cpp_class.ts:27
Methodget_static_value
(fieldName: string)
lib/il2cpp_class.ts:18
Methodil2cpp_image_get_name
(image: Il2CppImage)
lib/il2cpp.ts:105
Methodil2cpp_object_get_class
(obj: Il2CppObject)
lib/il2cpp.ts:169
Methodil2cpp_thread_attach
(domain: Il2CppDomain)
lib/il2cpp.ts:80
Methodil2cpp_thread_current
()
lib/il2cpp.ts:75
Methodil2cpp_thread_detach
(thread: Il2CppThread)
lib/il2cpp.ts:85
Methodil2cpp_value_box
(clazz: Il2CppClass, data: NativePointer)
lib/il2cpp.ts:207
Methodinvoke_instance_method
(obj: Il2CppObject, methodName: string, returnType: IlTypes, params: NativePointer[] = [])
lib/il2cpp_class.ts:36
MethodreadInstance
(namespace: string, className: string, fieldName: string, instance: Il2CppObject)
lib/il2cpp_utils.ts:22
MethodreadStatic
(namespace: string, className: string, fieldName: string)
lib/il2cpp_utils.ts:13
MethodtoIl2CppClass
(type: IlTypes)
lib/il2cpp_mapper.ts:6