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

Function reset_current_ins

app/src/main/cpp/And64InlineHook.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 inline void reset_current_ins(const intptr_t idx, uint32_t *__restrict outp) {
86 this->dat[idx].insp = outp;
87 }
88
89 void
90 insert_fix_map(const intptr_t idx, uint32_t *bp, uint32_t ls = 0u, uint32_t ad = 0xffffffffu) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected