Skip to content

Releases: mauricelambert/ProgramExecutableAnalyzer

ProgramExecutableAnalyzer

Choose a tag to compare

@mauricelambert mauricelambert released this 23 May 14:35
a7bd450
v1.1.0

[1.1.0] Set VirtualTerminal && fix bug on Linux

ProgramExecutableAnalyzer

Choose a tag to compare

@mauricelambert mauricelambert released this 10 Dec 17:10
5c3d6ba
v1.0.1

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

ProgramExecutableAnalyzer, analyze signature

Choose a tag to compare

@mauricelambert mauricelambert released this 20 Nov 21:49
886de6b
v1.0.0

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

0.0.11 PE analysis with Entropy Analysis

Choose a tag to compare

@mauricelambert mauricelambert released this 09 Sep 13:18
de26b3e

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

Choose a tag to compare

@mauricelambert mauricelambert released this 11 Aug 22:12
de78a0b

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)