Menu

Tree [7166b5] master /
 History

HTTPS access


File Date Author Commit
 libraries 2024-08-26 baktra baktra [7166b5] DTBLIB: Compatibility down to JDK 1.8
 nbproject 2024-08-26 baktra baktra [7166b5] DTBLIB: Compatibility down to JDK 1.8
 src 2024-08-26 baktra baktra [0bfe76] Update dtblib
 .gitignore 2024-08-13 baktra baktra [b5945f] Display number of segments and file sizes
 build.xml 2019-04-30 Michael Kalouš Michael Kalouš [ea71ff] Initial commit to the new repository
 manifest.mf 2019-04-30 Michael Kalouš Michael Kalouš [ea71ff] Initial commit to the new repository
 readme.md 2024-08-16 baktra baktra [70c01f] Add readme.md

Read Me

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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.