Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Arsylk/gozinject
/ types & classes
Types & classes
5 in github.com/Arsylk/gozinject
⨍
Functions
47
◇
Types & classes
5
Struct
MapRange
MapRange is one entry from /proc/<pid>/maps.
src/maps.go:12
Struct
SoinfoHideResult
SoinfoHideResult reports what UnlinkSoinfo accomplished for one payload, so the caller can render an accurate terminal status instead of an unconditio
src/soinfo.go:254
Struct
SoinfoOffsets
SoinfoOffsets holds version-specific offsets into the linker's soinfo struct. `Next` is stable across API levels (since at least API 26). `Realpath` i
src/soinfo.go:14
Struct
payloadVmaRange
src/soinfo.go:89
TypeAlias
stringSlice
stringSlice collects a repeatable string flag into an ordered slice, so `-lib a.so -lib b.so` yields ["a.so", "b.so"] in command-line order.
src/main.go:20