Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baron-von-riedesel/debxxf
A set of DPMI debuggers for DOS and 16-bit Windows
https://github.com/baron-von-riedesel/debxxf
debugger dos win16
Last synced: 2 months ago
JSON representation
A set of DPMI debuggers for DOS and 16-bit Windows
- Host: GitHub
- URL: https://github.com/baron-von-riedesel/debxxf
- Owner: Baron-von-Riedesel
- License: mit
- Created: 2022-06-14T14:48:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T04:19:34.000Z (over 2 years ago)
- Last Synced: 2023-03-05T01:12:25.914Z (almost 2 years ago)
- Topics: debugger, dos, win16
- Language: Assembly
- Homepage:
- Size: 1.36 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
The debxxf debuggers are quite ancient, actually the first versions were from 1992.
There exists a copy of my old site: https://www.japheth.de,
where one can download almost 15 year old versions.Since those old versions had quite a few bugs and were without source, I decided to publish the source now here. One or two parts are supplied in object format only, the source is missing because it's in a bad shape (the dissassembler, for example ). Perhaps I will find the time to change this later ...
As for the DOS debugger versions, it's a good idea to use the DPMI loaders contained in the newest (v3.20) HX runtime. These loaders will detect the presence of a debugger and then set a breakpoint at protected-mode program entry. The debuggers are already adjusted to this behavior and might be unable to stop at program entry if older versions of the loaders are used.