Back to the catalog

The Pascal RE wiki

Bundle OKF 0.1 · 100 conceitos · sweetlilmre/re-kit

Open source Repository Open in the app JSON

About

# The Pascal RE wiki

A field manual for reverse engineering 16-bit DOS binaries built with Borland Pascal. It grows every time somebody reads a binary. See `README.md` for how to check it, and `CONTEXT.md` for the vocabulary.

## Observations

* [A zero byte where the original has something else](observations/zero-byte-difference/observation.md) - the rule inverts by artefact, and using the wrong one is destructive in both directions
* [The same bytes answer to two different addresses](observations/two-names-one-address/observation.md) - segment:offset is a many-to-one name; convert to linear before believing duplication or a gap
* [The rebuild nearly matches, and the last bytes name their causes](observations/near-match-diff/observation.md) - each residual diff pattern fingerprints one source construct or compiler switch; read it, do not tune
* [The file is bigger than its load image](observations/file-bigger-than-image/observation.md) - the tail past the MZ image is data for another

Details

Kind
OKF bundles
Topic
Productivity
Publisher
sweetlilmre
Origin
okf_github
Category
dados
Version
0.1
Added
2026-09-09 19:04:11
Updated
2026-09-09 19:04:11
Origin id
sweetlilmre/re-kit:wiki/index.md

More