Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@

Does the following:

#Import and Export Dumping:
#Import and Export Dumping:<br />
Extract and display import and export tables from executables.

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

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

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

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

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

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