EntropyAnalysis (version 1.0.0) | index entropyanalysis.py |
This package analyzes file entropy (shannon entropy) for forensic or
malware analysis
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__all__ = ['get_full_file_entropy', 'get_chunks_file_entropy', 'get_parts_chunks_file_entropy', 'print_chunks_file_entropy', 'charts_chunks_file_entropy', 'print_parts_chunks_file_entropy', 'EntropyAnalysis'] __author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nEntropyAnalysis Copyright (C) 2023, 2024 Maur...ome to redistribute it\nunder certain conditions.\n' __description__ = '\nThis package analyzes file entropy (shannon entropy) for forensic or\nmalware analysis\n' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/EntropyAnalysis' |
Author | ||
Maurice Lambert |