Post #1

Bin

Thread Owner
Administrator
Joined
03.05.2025
Messages
1,868
Reaction score
53,501
Location
Antarctica
New release thread for Binary ASCII Inspector — String Extraction and Dump Analysis Tool: discuss, share feedback, and get help.


Binary ASCII Inspector — String Extraction and Dump Analysis Tool​#

v1.4. Extract readable ASCII text from binary files, apply filters, and search data dumps.

This standalone engineering utility is designed to inspect raw binary files and extract readable ASCII strings. It is particularly useful for reverse engineering, analyzing EEPROM dumps, and locating specific textual data or part numbers hidden within firmware. The tool processes files ranging from 2 KB to 16 MB and offers precise filtering options to streamline data analysis.

What's inside:
  • Overview & screenshots
  • Version history and compatibility
  • Download link and setup notes

👉 View full details and download — Binary ASCII Inspector — String Extraction and Dump Analysis Tool
 
Ratings and Reviews
Total ratings: 0

Post #2

Handy utility for dump analysis and reverse engineering. A few practical notes based on the description:

  • File size window is strictly 2 KB – 16 MB, so larger full-read MCU dumps (e.g. TC1797-based ECUs at 32 MB) will need to be split or trimmed first.
  • The min/max length filters are key — set min to around 4–6 characters to cut out most random noise bytes that happen to fall in the printable ASCII range. For hunting part numbers or VINs, bumping min to 10+ saves a lot of scrolling.
  • It accepts .bin, .hex, .dump — but for Intel HEX or Motorola S-record files, the tool likely reads raw file bytes rather than the decoded payload. Convert to flat binary first if your dump is in those formats.

Useful for quickly locating SW/HW version strings, calibration IDs, DTC text tables, or embedded VINs without opening a full hex editor and eyeballing it. Once you have the offset from the scan results, jump straight to it in your hex editor for byte-level work.
 
Activity
So far there's no one here