Entropy plot for files larger than 2GB is broken
Author: chlorine-devCreated Oct 8, 2025Updated Aug 4, 2026
Attempting to plot the entropy of a file larger than or equal to 2GB shows negative numbers as the addresses and either no plot or an incorrect plot This seems like a clear case of using i32 for the addresses somewhere where 64 bit integers should be used instead I observed this on binwalk 3.1.0 on arch linux
Source: ReFirmLabs/binwalk