mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-06-11 21:54:56 +03:00
12 lines
460 B
Markdown
12 lines
460 B
Markdown
# Analysis Workflows - reverse-engineering-rust-malware
|
|
|
|
## Primary Workflow
|
|
```
|
|
[Sample Collection] --> [Static Analysis] --> [Dynamic Analysis] --> [IOC Extraction]
|
|
|
|
|
v
|
|
[Report Generation]
|
|
```
|
|
|
|
See SKILL.md for detailed step-by-step procedures.
|