Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

List of PC 98 products by difficulty: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


This list uses 5 levels:
This list uses 5 levels:
* Easy: the product is distributed with source code that is interpreted at run time. All mechanics of the product are readily apparent.
* Easy (E): the product is distributed with source code that is interpreted at run time. All mechanics of the product are readily apparent.
* Medium: the product uses standard file formats with little to no compression. Any compression also uses standardized formats.
* Medium (M): the product uses standard file formats with little to no compression. Any compression also uses standardized formats.
* Hard: the product uses propriety file formats and/or encryption for most of its content.
* Hard (H): the product uses propriety file formats and/or encryption for most of its content.
* Very Hard: the product does not ship with a FAT, does not install to HDD, and loads its content thru direct sector reads/writes. Disk editors cannot read its data, and the only way to examine its content is by hex editor and/or disassembly. The difficulty is mitigated somewhat by the knowledge that each sector generally has a theme which becomes apparent in the course of disassembly. Products which rely on FAT but do not use it to encode their content in distinct files also fall into this category.
* Very Hard (VH): the product does not ship with a FAT, does not install to HDD, and loads its content thru direct sector reads/writes. Disk editors cannot read its data, and the only way to examine its content is by hex editor and/or disassembly. The difficulty is mitigated somewhat by the knowledge that each sector generally has a theme which becomes apparent in the course of disassembly. Products which rely on FAT but do not use it to encode their content in distinct files also fall into this category.
* Intimidating: the product ships with a custom boot loader, a mini-OS that serves as a DOS replacement. The file system is unique and non-standard. The entire product may require extensive reverse-engineering before ANY hacking can begin.
* Intimidating (I): the product ships with a custom boot loader, a mini-OS that serves as a DOS replacement. The file system is unique and non-standard. The entire product may require extensive reverse-engineering before ANY hacking can begin.

Revision as of 21:20, 16 May 2017

The following is a list of PC-98 software product, rated by hacking difficulty.

This list uses 5 levels:

  • Easy (E): the product is distributed with source code that is interpreted at run time. All mechanics of the product are readily apparent.
  • Medium (M): the product uses standard file formats with little to no compression. Any compression also uses standardized formats.
  • Hard (H): the product uses propriety file formats and/or encryption for most of its content.
  • Very Hard (VH): the product does not ship with a FAT, does not install to HDD, and loads its content thru direct sector reads/writes. Disk editors cannot read its data, and the only way to examine its content is by hex editor and/or disassembly. The difficulty is mitigated somewhat by the knowledge that each sector generally has a theme which becomes apparent in the course of disassembly. Products which rely on FAT but do not use it to encode their content in distinct files also fall into this category.
  • Intimidating (I): the product ships with a custom boot loader, a mini-OS that serves as a DOS replacement. The file system is unique and non-standard. The entire product may require extensive reverse-engineering before ANY hacking can begin.