mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(go): attributes can now be quoted, symbols can now optionally include a data type (type=void*)
This commit is contained in:
parent
407d29a263
commit
de5bdadc78
4 changed files with 91 additions and 12 deletions
|
|
@ -31,6 +31,9 @@ type Entry struct {
|
|||
// Attributes
|
||||
// end=AABBCCEEDD
|
||||
EndAddress uint64
|
||||
// type=void*
|
||||
// The C syntax type of the data
|
||||
DataType string
|
||||
}
|
||||
|
||||
type Table interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue