Skip to content

Releases: mauricelambert/ProgramExecutableAnalyzer

ProgramExecutableAnalyzer

23 May 14:35
a7bd450

Choose a tag to compare

v1.1.0

[1.1.0] Set VirtualTerminal && fix bug on Linux

ProgramExecutableAnalyzer

10 Dec 17:10
5c3d6ba

Choose a tag to compare

v1.0.1

[1.0.1] Fix: Section without EntropyEncoding && Infinite ressources

ProgramExecutableAnalyzer, analyze signature

20 Nov 21:49
886de6b

Choose a tag to compare

v1.0.0

[1.0.0] Verify signatures and print signatures informations && Fix: m…

0.0.11 PE analysis with Entropy Analysis

09 Sep 13:18
de26b3e

Choose a tag to compare

This script analyzes MZ-PE (MS-DOS) executable file.

This tool is useful for malware analysis or debug/understand compiled dependencies.

  1. Analyze DLLs and imported functions name
  2. Analyze exported functions name
  3. Get executable filename at the compiled time
  4. Get encodings and languages used for compilation
  5. Get timestamps saved in executable
  6. Get architecture, system version, resources (Version file, Manifest)
  7. Get company name, product name, product version, copyright
  8. Sections names, sizes, addresses and characteristics
  9. When matplotlib and EntropyAnalysis are installed, generate charts for entropy analysis (with sections)

0.0.7 PE analysis with Entropy Analysis

11 Aug 22:12
de78a0b

Choose a tag to compare

This script analyzes MZ-PE (MS-DOS) executable file.

This tool is useful for malware analysis or debug/understand compiled dependencies.

  1. Analyze DLLs and imported functions name
  2. Analyze exported functions name
  3. Get executable filename at the compiled time
  4. Get encodings and languages used for compilation
  5. Get timestamps saved in executable
  6. Get architecture, system version, resources (Version file, Manifest)
  7. Get company name, product name, product version, copyright
  8. Sections names, sizes, addresses and characteristics
  9. When matplotlib and EntropyAnalysis are installed, generate charts for entropy analysis (with sections)