From f6fdf5cb7f32ba913b93bd7a74b26c6ca7f9088c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Mon, 10 Apr 2006 12:21:15 +0000 Subject: [PATCH] show image size change in info mode committer: ml1050 1144671675 +0000 --- src/p_armpe.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/p_armpe.cpp b/src/p_armpe.cpp index 009518af..a98eab15 100644 --- a/src/p_armpe.cpp +++ b/src/p_armpe.cpp @@ -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