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

Function process_fix_map

app/src/main/cpp/And64InlineHook.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void process_fix_map(const intptr_t idx) {
103 for (auto &f : this->dat[idx].fmap) {
104 if (f.bp == NULL) break;
105 *(f.bp) = *(f.bp) |
106 (((int32_t(this->dat[idx].ins - reinterpret_cast<int64_t>(f.bp)) >> 2)
107 << f.ls) & f.ad);
108 f.bp = NULL;
109 }
110 }
111} context;
112
113//-------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected