mirror of
https://github.com/mandiant/GoReSym
synced 2026-06-08 15:40:15 +00:00
adding Gofunc field to pclntabcandidate struct
This commit is contained in:
committed by
GitHub
parent
0d5cacac35
commit
d0f297e470
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user