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