show image size change in info mode
committer: ml1050 <ml1050> 1144671675 +0000
This commit is contained in:
parent
1879ccd27d
commit
f6fdf5cb7f
@ -2002,6 +2002,9 @@ void PackArmPe::pack(OutputFile *fo)
|
||||
// set_le32(ibuf + ic,get_le32("UPX "));
|
||||
ibuf.clear(0, oh.filealign);
|
||||
|
||||
info("Image size change: %u -> %u kBytes",
|
||||
ih.imagesize / 1024, oh.imagesize / 1024);
|
||||
|
||||
infoHeader("[Writing compressed file]");
|
||||
|
||||
// write loader + compressed file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user