MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / kt_so_data_t

Class kt_so_data_t

KittyMemoryEx/KittyScanner.cpp:1792–1798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790 }
1791
1792 struct kt_so_data_t
1793 {
1794 uintptr_t soinfo = 0;
1795 int soinfo_next_count = 0;
1796 ElfScanner elf{};
1797 kitty_soinfo_offsets_t offsets{};
1798 };
1799
1800 std::vector<kt_so_data_t> soheads;
1801 static const char *heads[] = {"/app_process", "/app_process64", "/libdl.so"};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected