Demo: UPX
Choose a file that contains strings, and run:
upx -o <packedFileName> <fileToPack>
strings <fileToPack> | wc
strings <packedFileName> | wc
What do you see?
Last updated
Choose a file that contains strings, and run:
upx -o <packedFileName> <fileToPack>
strings <fileToPack> | wc
strings <packedFileName> | wc
What do you see?
Last updated