Expand description
Bash command history extraction from memory byte slices.
For memory-forensic purposes we use string-extraction heuristics: scan for printable ASCII lines that look like shell commands. This is medium-agnostic — the caller provides raw bytes extracted from a process heap, a swap fragment, or a hibernation image.
Structs§
- Bash
History Entry - A single bash command history entry recovered from memory.
Functions§
- classify_
bash_ command - Classify a bash command string for forensic significance.
- extract_
bash_ history_ from_ bytes - Extracts bash command history strings from a raw byte slice.