quote:
Originally posted by Plamdi
which means it takes up less memory when it's run (that's how upx works).
What? No.. UPX packs the exe which makes it take up less disk space. When executed it unpacks itself in memory and uses exactly the same amount of RAM as the unpacked version of the file would.