Expand description
String extraction and IoC classification for memory forensics.
Modules§
- classify
- Classifier pipeline orchestration.
- extract
- String extraction from physical memory.
- from_
file - Parser for pre-extracted string files (one string per line).
- regex_
classifier - Regex-based string classifier for URLs, IPs, emails, paths, and credentials.
- yara_
classifier - YARA-X rule-based string classifier.
- yara_
scanner - YARA-X memory region scanner.
Structs§
- Classified
String - A string extracted from memory, classified into zero or more categories.
Enums§
- Error
- Error type for memf-strings operations.
- String
Category - Classification category for an extracted string.
- String
Encoding - String encoding as found in memory.
Type Aliases§
- Result
- Result alias for memf-strings.