patcherfcb (Announce)
I never think I made a DOS program in 2025.
patcherfcb(patchfcb) is a program to (reverse) apply (binary) patch from output of DOS command "fc /b".
It is forked from http://seanriddle.com/patcherfcb.c with some fixes, and I added reverse-patching function to it.
src+bin: http://o.rthost.win/gpc/files1.rt/patcherfcb.zip
repo: https://github.com/roytam1/rtoss/tree/master/patcherfcb
to compile:
- for DOS version, I used MSC 8.0 with command "CL /AT /O2 patcherfcb.c" to produce PATCHFCB.COM
- for win32 version, I used MSVC 2.2 with command "CL /O2 patcherfcb.c" to produce patcherfcb.exe
Complete thread:
- patcherfcb - roytam, 18.01.2025, 04:08 (Announce)
- patcherfcb - DosWorld, 18.01.2025, 14:48
- binhack, bytefix - Rugxulo, 01.02.2025, 00:14
- binhack, bytefix - roytam, 01.02.2025, 00:26
- patcherfcb - DosWorld, 03.02.2025, 18:24