Skip to content

mike-forked/MALWARE-ANALYSIS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MALWARE-ANALYSIS

Does the following:

#Import and Export Dumping:
Extract and display import and export tables from executables.

#String Extraction:
Extract embedded textual data, such as API calls, URLs, and file paths.

#Hash Calculation:
Compute SHA-1, SHA-256, and MD5 hashes for executables.

#Section Information:
Access detailed information about executable sections, aiding in anomaly detection.

#Header Inspection:
Inspect DOS, PE, and optional headers to understand file format and execution environment.

#Disassembly (Optional):
Generate assembly code representations of executables for low-level inspection.

#User-Friendly Interface:
Intuitive interface for efficient navigation, searching, and exporting of results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%