Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Perfare/Zygisk-Il2CppDumper
/ functions
Functions
93 in github.com/Perfare/Zygisk-Il2CppDumper
⨍
Functions
93
◇
Types & classes
50
↓ 7 callers
Function
xdl_sym
module/src/main/cpp/xdl/xdl.c:625
↓ 7 callers
Function
xdl_util_ends_with
module/src/main/cpp/xdl/xdl_util.c:45
↓ 6 callers
Function
xdl_util_get_api_level
module/src/main/cpp/xdl/xdl_util.c:82
↓ 5 callers
Function
xdl_dsym
module/src/main/cpp/xdl/xdl.c:654
↓ 4 callers
Function
xdl_find
module/src/main/cpp/xdl/xdl.c:468
↓ 4 callers
Function
xdl_read_file_to_heap_by_section
module/src/main/cpp/xdl/xdl.c:191
↓ 4 callers
Function
xdl_util_trim_ending
module/src/main/cpp/xdl/xdl_util.c:54
↓ 3 callers
Function
get_method_modifier
module/src/main/cpp/il2cpp_dump.cpp:41
↓ 3 callers
Function
xdl_close
module/src/main/cpp/xdl/xdl.c:543
↓ 3 callers
Function
xdl_find_from_auxv
module/src/main/cpp/xdl/xdl.c:385
↓ 3 callers
Function
xdl_linker_get_caller_addr
module/src/main/cpp/xdl/xdl_linker.c:104
↓ 3 callers
Function
xdl_open
module/src/main/cpp/xdl/xdl.c:532
↓ 3 callers
Function
xdl_sym_is_match
module/src/main/cpp/xdl/xdl.c:732
↓ 2 callers
Function
_il2cpp_type_is_byref
module/src/main/cpp/il2cpp_dump.cpp:87
↓ 2 callers
Function
dump_type
module/src/main/cpp/il2cpp_dump.cpp:249
↓ 2 callers
Function
xdl_dynsym_load
load from memory
module/src/main/cpp/xdl/xdl.c:116
↓ 2 callers
Function
xdl_elf_is_match
module/src/main/cpp/xdl/xdl.c:681
↓ 2 callers
Function
xdl_iterate_do_callback
module/src/main/cpp/xdl/xdl_iterate.c:164
↓ 2 callers
Function
xdl_iterate_get_min_vaddr
module/src/main/cpp/xdl/xdl_iterate.c:63
↓ 2 callers
Function
xdl_iterate_get_pathname_from_maps
module/src/main/cpp/xdl/xdl_iterate.c:84
↓ 2 callers
Function
xdl_iterate_phdr
module/src/main/cpp/xdl/xdl.c:849
↓ 2 callers
Function
xdl_iterate_phdr_impl
module/src/main/cpp/xdl/xdl_iterate.c:282
↓ 2 callers
Function
xdl_linker_init
module/src/main/cpp/xdl/xdl_linker.c:64
↓ 2 callers
Function
xdl_linker_load
module/src/main/cpp/xdl/xdl_linker.c:153
↓ 2 callers
Function
xdl_linker_lock
module/src/main/cpp/xdl/xdl_linker.c:94
↓ 2 callers
Function
xdl_linker_unlock
module/src/main/cpp/xdl/xdl_linker.c:100
↓ 2 callers
Function
xdl_read_file_to_heap
module/src/main/cpp/xdl/xdl.c:169
↓ 2 callers
Function
xdl_read_memory_to_heap
module/src/main/cpp/xdl/xdl.c:195
↓ 2 callers
Function
xdl_read_memory_to_heap_by_section
module/src/main/cpp/xdl/xdl.c:207
↓ 2 callers
Function
xdl_symtab_load
load from disk and memory
module/src/main/cpp/xdl/xdl.c:290
↓ 2 callers
Function
xdl_util_starts_with
module/src/main/cpp/xdl/xdl_util.c:36
↓ 1 callers
Function
GetLibDir
module/src/main/cpp/hack.cpp:38
↓ 1 callers
Function
GetNativeBridgeLibrary
module/src/main/cpp/hack.cpp:86
↓ 1 callers
Function
NativeBridgeLoad
module/src/main/cpp/hack.cpp:114
↓ 1 callers
Function
dump_field
module/src/main/cpp/il2cpp_dump.cpp:197
↓ 1 callers
Function
dump_method
module/src/main/cpp/il2cpp_dump.cpp:95
↓ 1 callers
Function
dump_property
module/src/main/cpp/il2cpp_dump.cpp:158
↓ 1 callers
Method
getModuleDir
module/src/main/cpp/zygisk.hpp:298
↓ 1 callers
Function
hack_start
module/src/main/cpp/hack.cpp:20
↓ 1 callers
Function
il2cpp_api_init
module/src/main/cpp/il2cpp_dump.cpp:325
↓ 1 callers
Function
il2cpp_dump
module/src/main/cpp/il2cpp_dump.cpp:346
↓ 1 callers
Function
init_il2cpp_api
module/src/main/cpp/il2cpp_dump.cpp:28
↓ 1 callers
Method
onLoad
This function is called when the module is loaded into the target process. A Zygisk API handle will be sent as an argument; call utility functions or
module/src/main/cpp/zygisk.hpp:61
↓ 1 callers
Method
postAppSpecialize
This function is called after the app process is specialized. At this point, the process has all sandbox restrictions enabled for this application. Th
module/src/main/cpp/zygisk.hpp:80
↓ 1 callers
Method
postServerSpecialize
This function is called after the system server process is specialized. At this point, the process runs with the privilege of system_server.
module/src/main/cpp/zygisk.hpp:88
↓ 1 callers
Method
preAppSpecialize
This function is called before the app process is specialized. At this point, the process just got forked from zygote, but no app specific specializat
module/src/main/cpp/zygisk.hpp:75
↓ 1 callers
Method
preServerSpecialize
This function is called before the system server process is specialized. See preAppSpecialize(args) for more info.
module/src/main/cpp/zygisk.hpp:84
↓ 1 callers
Method
setOption
module/src/main/cpp/zygisk.hpp:301
↓ 1 callers
Function
xdl_dsym_by_addr
module/src/main/cpp/xdl/xdl.c:775
↓ 1 callers
Function
xdl_dynsym_find_symbol_use_gnu_hash
module/src/main/cpp/xdl/xdl.c:590
↓ 1 callers
Function
xdl_dynsym_find_symbol_use_sysv_hash
module/src/main/cpp/xdl/xdl.c:577
↓ 1 callers
Function
xdl_get_memory
module/src/main/cpp/xdl/xdl.c:211
↓ 1 callers
Function
xdl_get_memory_by_section
module/src/main/cpp/xdl/xdl.c:219
↓ 1 callers
Function
xdl_gnu_hash
module/src/main/cpp/xdl/xdl.c:568
↓ 1 callers
Function
xdl_iterate_by_linker
module/src/main/cpp/xdl/xdl_iterate.c:182
↓ 1 callers
Function
xdl_iterate_by_maps
module/src/main/cpp/xdl/xdl_iterate.c:210
↓ 1 callers
Function
xdl_iterate_get_full_pathname
module/src/main/cpp/xdl/xdl_iterate.c:292
↓ 1 callers
Function
xdl_iterate_get_linker_base
module/src/main/cpp/xdl/xdl_iterate.c:154
↓ 1 callers
Function
xdl_iterate_open_or_rewind_maps
module/src/main/cpp/xdl/xdl_iterate.c:74
↓ 1 callers
Function
xdl_linker_load_caller_addr
module/src/main/cpp/xdl/xdl_linker.c:146
↓ 1 callers
Function
xdl_lzma_decompress
module/src/main/cpp/xdl/xdl_lzma.c:119
↓ 1 callers
Function
xdl_lzma_init
LZMA init
module/src/main/cpp/xdl/xdl_lzma.c:88
↓ 1 callers
Function
xdl_open_always_force
module/src/main/cpp/xdl/xdl.c:498
↓ 1 callers
Function
xdl_open_by_addr
module/src/main/cpp/xdl/xdl.c:722
↓ 1 callers
Function
xdl_open_try_force
module/src/main/cpp/xdl/xdl.c:513
↓ 1 callers
Function
xdl_sym_by_addr
module/src/main/cpp/xdl/xdl.c:743
↓ 1 callers
Function
xdl_symtab_load_from_debugdata
load from disk and memory
module/src/main/cpp/xdl/xdl.c:224
↓ 1 callers
Function
xdl_sysv_hash
module/src/main/cpp/xdl/xdl.c:556
↓ 1 callers
Function
xdl_util_get_api_level_from_build_prop
module/src/main/cpp/xdl/xdl_util.c:63
Method
AppSpecializeArgs
module/src/main/cpp/zygisk.hpp:111
Function
JNI_OnLoad
module/src/main/cpp/hack.cpp:205
Method
ServerSpecializeArgs
module/src/main/cpp/zygisk.hpp:122
Method
connectCompanion
module/src/main/cpp/zygisk.hpp:295
Function
entry_impl
module/src/main/cpp/zygisk.hpp:284
Method
getFlags
module/src/main/cpp/zygisk.hpp:304
Method
hookJniNativeMethods
module/src/main/cpp/zygisk.hpp:307
Method
module_abi
module/src/main/cpp/zygisk.hpp:257
Method
onLoad
module/src/main/cpp/main.cpp:20
Method
pltHookCommit
module/src/main/cpp/zygisk.hpp:316
Method
pltHookExclude
module/src/main/cpp/zygisk.hpp:313
Method
pltHookRegister
module/src/main/cpp/zygisk.hpp:310
Method
postAppSpecialize
module/src/main/cpp/main.cpp:33
Method
preAppSpecialize
module/src/main/cpp/main.cpp:25
Method
preSpecialize
module/src/main/cpp/main.cpp:48
Function
xdl_addr
module/src/main/cpp/xdl/xdl.c:795
Function
xdl_addr_clean
module/src/main/cpp/xdl/xdl.c:837
Function
xdl_find_iterate_cb
module/src/main/cpp/xdl/xdl.c:426
Function
xdl_info
module/src/main/cpp/xdl/xdl.c:855
Function
xdl_iterate_by_linker_cb
module/src/main/cpp/xdl/xdl_iterate.c:109
Function
xdl_linker_get_caller_addr_cb
module/src/main/cpp/xdl/xdl_linker.c:114
Function
xdl_lzma_internal_alloc
LZMA internal alloc / free
module/src/main/cpp/xdl/xdl_lzma.c:110
Function
xdl_lzma_internal_free
module/src/main/cpp/xdl/xdl_lzma.c:114
Function
xdl_open_by_addr_iterate_cb
module/src/main/cpp/xdl/xdl.c:696