This page is an archive of programs I used to publish as “Damnsoft”. Since I’ve decided to abandon that page (damnsoft.org) and focus on my blog instead, I don’t think I’ll be publishing software directly here, but rather on my GitHub page.
Older Software
Things made in the past, but are no longer supported can be found at the Museum.
MoveMe
Based on Damnsoft’s Winwatch for PocketPC and Handheld devices, this application allows you to deal with windows, forms and dialogs that are bigger than your screen. Quite useful for netbooks and devices with limited screen resolution.
(View More …)
Features
- Easy to use. Hotkey based.
- Small in size and memory footprint.
- Can be configured easily through a simple system-tray context menu.
- Compatible with Windows 7.
- Features like toggling taskbar visibility go beyond moving/resizing dialogs and allow you to maximize usable screen.
Requirements
- Windows XP, Windows 7
Downloads
MSAPM
MSAPM is a small PIC 16F84 disassembler I made in my spare time. Despite the relatively large number of PIC disassemblers out there I managed to squeeze some nice features in MSAPM that you’ll find nowhere else. The output can also be tuned via command line parameters to create a more friendly and readable result.
(View More …)
Features
- Command line utility that works on almost any platform.
- Can disassembly 14-bit opcode values on demand (interactive disassembly mode)
- Can properly name known register files, bits and flags.
- Can recognize routines and branching points.
Requirements
- Windows (98 or better), Linux, DOS or any platform with a C compiler.
Downloads
- msapm021.zip Contains binaries for Windows and DOS as well as the C source code and makefiles for GCC, TurboC, DJGPP and Dev-C++
Garfiled
Garfiled is a garbage file generator that can output files of any given size quickly and accurately. The content of the file can also be customized; you can choose a particular value to be used when filling or let the program go full random.
(View More …)
Features
- Command line utility that works on almost any platform.
- File size can be specified with accuracy in Mb, Kb, bytes or any combination of them.
- Garfiled can be compiled on any platform with a decent C compiler.
Requirements
- Windows (98 or better), Linux, DOS or any platform with a C compiler.
Downloads
- garbf0101.zip Contains binaries for Windows and DOS as well as the C source code and makefiles for GCC, TurboC, DJGPP and Dev-C++
PNGB
A small tool for GB/GBC development that converts PNG images to GBDK data definitions and code. It currently has it’s own separate project page and GitHub repo.