e62a14dafc
Generate interlinked wiki from master inventory: 397 tool pages, 15 workflow pages, 27 recipe pages, 33 category pages, plus index. All pages use [[wiki-links]] for cross-navigation between tools, workflows, recipes, and categories (1782 links total). Install zk for interactive browsing with fzf search, tag filtering, and backlink discovery. Add 'fhelp wiki' command and Makefile target. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# numbers-to-string.py
|
|
> Convert sequences of decimal numbers to readable characters
|
|
|
|
**Category:** [[categories/examine-static-properties-general|Examine Static Properties > General]] | **Tier:** Rich (FOR610) | **Author:** Didier Stevens
|
|
**Docs:** [https://docs.remnux.org/discover-the-tools/examine+static+properties/general](https://docs.remnux.org/discover-the-tools/examine+static+properties/general)
|
|
|
|
## Usage
|
|
```bash
|
|
oledump.py doc.docm -s A3 -v | numbers-to-string.py -j
|
|
```
|
|
|
|
## Recipes
|
|
- [[recipes/vba-number-string-decode|Decode VBA Number Arrays to Strings]]
|
|
|
|
## Workflows
|
|
- [[workflows/document-analysis-workflow|Malicious Document Analysis]] — Step 5: Payload Decoding
|
|
|
|
## Related Tools
|
|
- [[tools/7-zip|7-Zip]] — Compress and decompress files using a variety of algorithms.
|
|
- [[tools/binwalk|binwalk]] — Analyze and extract embedded files and firmware images
|
|
- [[tools/bulk-extractor|bulk-extractor]] — Extract interesting strings from binary files.
|
|
- [[tools/clamav|ClamAV]] — Open-source antivirus — scan files for known malware signatu
|
|
- [[tools/diec|diec]] — Detect packers, compilers, and tools used to create executab
|
|
|
|
## FOR610
|
|
**Labs:** 3.3
|
|
**Sections:** 3
|
|
|
|
#decoding #deobfuscation #didier-stevens
|