Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
old | 2024-08-16 | ||
readme.md | 2024-08-16 | 1.6 kB | |
binarychecker_1.5.zip | 2024-08-16 | 47.4 kB | |
Totals: 3 Items | 49.0 kB | 0 |
Description
DOS 2 Binary File Checker (D2BFC) is a simple application that allows you to analyze and inspect Atari DOS 2 binary load files in whole directory trees.
Binary File Flavors
D2BFC detects and reports on the following "flavors" of binary files:
- Alien (not a binary file)
- Corrupt or with problematic structure
- Monolithic
- One segment with INIT
- Segmented without INIT segments
- Segmented
Functions
- Create a quick report that displays basic information on the analyzed binary load files and segment listing (optional)
- Create a detailed CSV report that displays basic and detailed information on the analyzed binary files. The CSV report can be easily imported in a spreadsheet for filtering and sorting
- Copy or move files of selected flavor(s) to separate directories.
Detailed CSV Report
The detailed CSV report holds the following information:
- Relative path
- Size in bytes
- Number of segments
- Number of INIT segments
- Number of RUN segments
- If any of the segments goes to ZP
- If any of the segments goes to STACK
- If any of the segments goes to "Low RAM", except RUNAD,INITAD.
- If any of the segments goes to the I/O area, PORTB, PACTL, PBCTL
- If any of the segments goes to "RAM under ROM"
- If any of the segments goes to COLDST
- Error message (for ALIEN and CORRUPT flavors)
- Segment listing (optional)
System requirements
D2BFC Requires Java SE Runtime Environment or Java SE Development kit version 8 or newer.