add core cmd
This commit is contained in:
parent
170d47ee1f
commit
20173464d2
4 changed files with 65 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ struct Elf
|
|||
ulong dynamic; /* offset to elf dynamic crap */
|
||||
|
||||
int (*coreregs)(Elf*, ElfNote*, uchar**);
|
||||
int (*corecmd)(Elf*, ElfNote*, char**);
|
||||
};
|
||||
|
||||
Elf* elfopen(char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue