User:Tomxe
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "I'm Tom and I write programs that read (and sometimes write) obscure formats. Check my github: https://github.com/Xelitan/ One of my latest, reverse-engineered unpackers: ht...") |
|||
| (2 intermediate revisions by one user not shown) | |||
| Line 6: | Line 6: | ||
One of my latest, reverse-engineered unpackers: | One of my latest, reverse-engineered unpackers: | ||
https://github.com/Xelitan/Yamazaki-YZ1-unpacker-in-Free-Pascal | https://github.com/Xelitan/Yamazaki-YZ1-unpacker-in-Free-Pascal | ||
| + | |||
| + | |||
| + | Old archivers: | ||
| + | * [https://github.com/Xelitan/RISC-OS-Squash-in-Free-Pascal Squash] | ||
| + | * [https://github.com/Xelitan/Free-Pascal-port-of-Unix-compress-uncompress Compress (.Z)] | ||
| + | * [https://github.com/Xelitan/Free-Pascal-port-of-Unix-pack-unpack Pack (.z)] | ||
| + | * [https://github.com/Xelitan/Free-Pascal-port-of-Unix-compact-uncompact Compact (.C)] | ||
| + | * [https://github.com/Xelitan/Unix-Freeze-Melt-in-Free-Pascal/ Freeze/Melt (.F)] | ||
Latest revision as of 08:49, 30 May 2026
I'm Tom and I write programs that read (and sometimes write) obscure formats.
Check my github: https://github.com/Xelitan/
One of my latest, reverse-engineered unpackers: https://github.com/Xelitan/Yamazaki-YZ1-unpacker-in-Free-Pascal
Old archivers: