Skip to content

Commit

Permalink
adding Gofunc field to pclntabcandidate struct
Browse files Browse the repository at this point in the history
  • Loading branch information
brigadier-general authored Jun 10, 2024
1 parent 0d5caca commit d0f297e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objfile/objfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type StompMagicCandidate struct {
type PclntabCandidate struct {
SecStart uint64
PclntabVA uint64
GofuncVA uint64
StompMagicCandidateMeta *StompMagicCandidate // some search modes might optimistically try to find moduledata or guess endianess, these hints must match the found moduleData VA later to be considered good candidate
Pclntab []byte
Symtab []byte // optional
Expand Down

0 comments on commit d0f297e

Please sign in to comment.