Entroplot
entroplot
is a Rust-based command-line tool for analyzing and visualizing file entropy.
It helps reverse engineers, security researchers, and developers uncover patterns, randomness, or structure in binary data.
โจ Features
- ๐ Analyze the entropy of any file
- ๐ Generate entropy plots to visualize randomness and structure
- ๐ ๏ธ Simple CLI interface
๐ Installation
Clone the repository and build with Cargo:
The compiled binary will be available at target/release/entroplot
.
๐ฅ๏ธ Usage
Basic usage:
Example:
This generates a plot (entropy_chart.png
by default) showing the entropy distribution of the file.
Output file customization
# or shorthand
Help
Generate entropy plots
Usage: entroplot [OPTIONS] <INPUT_FILE>
Arguments:
<INPUT_FILE> The path to the input file whose entropy will be calculated
Options:
-o, --output-file <OUTPUT_FILE> Path to save the entropy chart [default: entropy_chart.png]
-h, --help Print help
-V, --version Print version
๐ Example Output
๐งช Development
Run tests with:
๐ฃ๏ธ Roadmap
- Add interactive entropy visualization
- Support additional file formats
- Export results to JSON/CSV
- Include more statistical measures beyond Shannon entropy
๐ค Contributing
Contributions, bug reports, and feature requests are welcome! Please open an issue or submit a pull request.
๐ License
This project is licensed under the GNU GPL v3. See the LICENSE file for details.
Made with โค๏ธ by Piyush Bhor