# 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