Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arsylk/gosofix
/ types & classes
Types & classes
25 in github.com/Arsylk/gosofix
⨍
Functions
59
◇
Types & classes
25
↓ 3 callers
TypeAlias
RelocationType
pkg/types.go:386
↓ 1 callers
TypeAlias
SymbolBinding
pkg/types.go:442
↓ 1 callers
TypeAlias
SymbolType
pkg/types.go:464
Struct
AddrRange
AddrRange represents a range of virtual addresses occupied by a section
pkg/types.go:541
Struct
ComputedSection
ComputedSection holds metadata for sections discovered during analysis
pkg/types.go:548
TypeAlias
DT_Tag
pkg/types.go:173
Struct
Elf64_Dyn
Elf64_Dyn represents a 64-bit dynamic section entry (Elf64_Dyn).
pkg/types.go:60
Struct
Elf64_Ehdr
Elf64_Ehdr represents the main ELF header structure (e_ident + rest of header).
pkg/types.go:10
Struct
Elf64_Phdr
Elf64_Phdr represents a 64-bit program header entry (Elf64_Phdr).
pkg/types.go:34
Struct
Elf64_Rel
Elf64_Rel represents a 64-bit relocation entry without addend (Elf64_Rel).
pkg/types.go:73
Struct
Elf64_Rela
Elf64_Rela represents a 64-bit relocation entry with explicit addend (Elf64_Rela).
pkg/types.go:66
Struct
Elf64_Shdr
Elf64_Shdr represents a 64-bit section header entry (Elf64_Shdr).
pkg/types.go:46
Struct
Elf64_Sym
Elf64_Sym represents a 64-bit ELF symbol table entry
pkg/types.go:79
Struct
Elf64_Verdaux
Elf64_Verdaux represents auxiliary information for version definitions
pkg/types.go:245
Struct
Elf64_Verdef
Elf64_Verdef represents GNU symbol version definitions
pkg/types.go:234
Struct
Elf64_Vernaux
Elf64_Vernaux represents auxiliary information for version requirements
pkg/types.go:225
Struct
Elf64_Verneed
Elf64_Verneed represents GNU symbol version requirements
pkg/types.go:216
Struct
ElfReader
pkg/reader.go:12
Struct
ElfRebuilder
pkg/rebuilder.go:11
Struct
GNUHashHeader
GNUHashHeader represents the initial part of the DT_GNU_HASH table.
pkg/types.go:533
Struct
HashHeader
HashHeader represents the initial part of the DT_HASH table.
pkg/types.go:527
TypeAlias
PF_Flags
pkg/types.go:117
TypeAlias
PT_Type
pkg/types.go:103
TypeAlias
SHT_Type
pkg/types.go:152
Struct
sectionInfo
pkg/rebuilder.go:183