This commit is contained in:
rsc 2005-01-07 20:45:11 +00:00
parent 1ab0f6f00b
commit 8b549a6214
3 changed files with 5 additions and 4 deletions

View file

@ -293,11 +293,12 @@ void uncrackhdr(Fhdr *hdr);
int crackelf(int fd, Fhdr *hdr);
int crackmacho(int fd, Fhdr *hdr);
int syminit(Fhdr*);
int symopen(Fhdr*);
int symdwarf(Fhdr*);
int symelf(Fhdr*);
int symstabs(Fhdr*);
int symmacho(Fhdr*);
void symclose(Fhdr*);
int mapfile(Fhdr *fp, ulong base, Map *map, Regs **regs);
void unmapfile(Fhdr *fp, Map *map);