diff options
Diffstat (limited to 'utils/5coff/5coff.c')
| -rw-r--r-- | utils/5coff/5coff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/5coff/5coff.c b/utils/5coff/5coff.c index cae73108..540ed02b 100644 --- a/utils/5coff/5coff.c +++ b/utils/5coff/5coff.c @@ -126,7 +126,7 @@ get_file(char *ifile) h = crackhdr(ifd, &ihdr); if (!h || dflag){ fprint(2, "Crackhdr: %d, type: %d, name: %s\n", h, ihdr.type, ihdr.name); - fprint(2, "txt %lux, ent %lux, txtsz %lux, dataddr %lux\n", + fprint(2, "txt %llux, ent %llux, txtsz %lux, dataddr %llux\n", ihdr.txtaddr, ihdr.entry, ihdr.txtsz, ihdr.dataddr); } if (!h) @@ -159,7 +159,7 @@ get_file(char *ifile) } if(0){ print("H=%lux T=%lux D=%lux t=%lux d=%lux b=%lux e=%lux\n", HEADR, INITTEXT, INITDAT, textsize, datsize, bsssize, INITENTRY); - print("%lux %lux %lux %lux %lux %lux\n", ihdr.txtaddr, ihdr.dataddr, ihdr.entry, ihdr.txtsz, ihdr.datsz, ihdr.bsssz); + print("%llux %llux %llux %lux %lux %lux\n", ihdr.txtaddr, ihdr.dataddr, ihdr.entry, ihdr.txtsz, ihdr.datsz, ihdr.bsssz); } readsyms(); |
