MCPcopy Create free account
hub / github.com/WrBug/dumpDex / new_opencommon

Function new_opencommon

app/src/main/cpp/util/deviceutils.cpp:137–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137static void *new_opencommon(void *DexFile_thiz, uint8_t *base, size_t size, void *location,
138 uint32_t location_checksum, void *oat_dex_file, bool verify,
139 bool verify_checksum,
140 void *error_meessage, void *verify_result) {
141 if (size > DEX_MIN_LEN) {
142 save_dex_file(base, size);
143 }
144 return (*old_opencommon)(DexFile_thiz, base, size, location, location_checksum,
145 oat_dex_file, verify, verify_checksum, error_meessage,
146 verify_result);
147}
148/////////////////////
149
150void **get_old_open_function_addr() {

Callers

nothing calls this directly

Calls 1

save_dex_fileFunction · 0.85

Tested by

no test coverage detected