MCPcopy Create free account
hub / github.com/MhmRdd/NoHello / dl_phdr_info

Class dl_phdr_info

module/src/main/cpp/utils.cpp:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 } state = { lib };
63
64 dl_iterate_phdr([](struct dl_phdr_info* info, size_t, void* data) -> int {
65 auto* s = static_cast<State*>(data);
66 if (info->dlpi_name && strstr(info->dlpi_name, s->needle)) {
67 struct stat st{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected