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

Class fix_info

app/src/main/cpp/And64InlineHook.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51typedef uint32_t *__restrict *__restrict instruction;
52typedef struct {
53 struct fix_info {
54 uint32_t *bp;
55 uint32_t ls; // left-shift counts
56 uint32_t ad; // & operand
57 };
58 struct insns_info {
59 union {
60 uint64_t insu;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected