Developer Utilities


Programmer's Notepad

A minimalist and fast text editor for programmers. It supports tabs, syntax highlighting for many languages ​​(and the ability to add new ones), and regular expressions for searching and replacing. We recommend the fork Programmer's Notepad Reloaded, which fixes many bugs and adds support for Node.js scripting. The original PN by Simon Steele, unfortunately, has long been abandoned.

PN Reloaded Repository


MM Patch Creation Tool

A patch generator for any executable. You simply select the file to be updated (the old version) and the file to be updated to (the new version), and the program will generate a patch installer. The installers themselves are quite large, but the archived file is no more than 100 KB.

Download (0.02 MB)


Resource Hacker

A utility for working with resources embedded in executables (icons, images, text, etc.). For example, it allows you to replace an application icon.

Download (0.5 MB)


DLL Export Viewer

Opens DLLs and lists the functions they contain.

Download (0.5 MB)


Process Viewer

A process monitor for Windows, a good replacement for Task Manager. It supports searching for processes by window, displays a list of DLLs used by the selected process, and allows you to start and kill processes. Works perfectly on all versions of Windows, even the newest ones.

Download (0.05 MB)


DxWrapper

A wrapper for older versions of DirectX that fixes compatibility issues on modern Windows. A very useful solution if an old game or program won't launch. You need to copy the files from the desired archive to the application folder.

DxWrapper for DirectX 7 Applications (3.3 MB)

DxWrapper for DirectX 8 Applications (3.3 MB)

DxWrapper for Applications DirectX 9 (3.3 MB)


Mesa 7.3

A software implementation of OpenGL. Allows testing shader-based applications on older video cards (in Xtreme3D 2.0, these are CelShader and BumpShader). Instructions for use are included in the archive.

Download (0.8 MB)


Htm2Chm

A CHM file generator (Windows help files) from HTML pages. We initially used this program to generate Xtreme3D help. It can also be useful for archiving static websites, creating e-books, magazines, and presentations.

Download (0.4 MB)


WinMerge

A utility for visually comparing text files.

Official website