Initial commit
This commit is contained in:
19
plugins/reverse-engineering/commands/analyze-binary.md
Normal file
19
plugins/reverse-engineering/commands/analyze-binary.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
description: Analyze a binary file using IDA Pro or Ghidra
|
||||
---
|
||||
|
||||
# Analyze Binary Command
|
||||
|
||||
Perform static analysis on a binary executable.
|
||||
|
||||
## Steps
|
||||
1. Open file in IDA Pro/Ghidra
|
||||
2. Wait for auto-analysis to complete
|
||||
3. Identify main functions and entry points
|
||||
4. Analyze strings and imports
|
||||
5. Document findings
|
||||
|
||||
## Output
|
||||
- IDA database (.idb/.i64)
|
||||
- Analysis report
|
||||
- Identified functions and structures
|
||||
Reference in New Issue
Block a user