Detecting Packed Binaries
Dec 18, 2022
Recently, I was scanning my system to detect packed binaries on my machine. There are different approaches to tackling this problem. One of them is finding binaries entropy. When the entropy is small, it’s a sign of compression.
The following snippet is a rough batch script I wrote for this purpose:
Happy hacking.