Easy Code CD Player
Version 1.0.18. A very nice CD player entirely programmed in assembly with Easy Code (Easy Code is an excellent Win32 free real visual assembler IDE using MASM32). Really cool and completely free! Assembly sources included. Try it and please rate it.
Euromatic 3.0
EUROMATIC places at your disposal a conversion key which translates into Euros or into your Local currency, the amounts that you type or that you select with the mouse.
Internet Hook v2.0
Internet Hook (IntHook) logs ALL web activities by ALL web applications under Windows. It demonstrates Winsock API hooking. Very useful to observe how browsers/IRC/e-mail applications etc. interact with the outside world via HTTP,SMTP,POP3... Happy programming! -OCY
MBasic 1.8
Fast Basic console interpreter for windows 32 bits (Sourcecode included). MBasic is a (big) improvement of Sylvain Bizoirre's Mini Basic, which was adapted from the original Li-Chen Wang's Palo Alto 8080 TINY BASIC The TINY BASIC language was published in the pages of Dr. DOBB'S JOURNAL and PEOP...
NKS2.zip
A Cellular Automata demo based on infotmation in Stephen Wolframs book "A New Kind of Science". 256 automata can be displayed, saved as bitmaps or printed out. Comes complete with Win32asm source code
Registry file shrinker 0.1
I came accross with this spaced registry files i needed to use. To solve the provlem i came up with this simple DOS executable. usually the files start with a DWORD that is ignored and between every text character there is a NULL one. This will shrink the file back to its oringins.
Roman, Calendar and Banner 0.5
This package consists of three tiny programs: 1) A roman number converter. (Win32 & Linux) 2) A full year calendar (for 25x80 terminals). (Win32 & Linux) 3) A colorful banner maker (Win32).
RSEdit.dll: A complete ANSI text editor
Version 1.02.0.0006 for GoAsm. A complete ANSI text editor in a dll file with full and open source code. Programmed entirely in Assembler for Win32 with Easy Code (Easy Code is a real visual assembler IDE available for free). The editor has all functions (copy, paste, search, replace). Ideal for syn...
RSEdit.dll: A complete ANSI text editor
Version 1.02.0.0006 for Masm. A complete ANSI text editor in a dll file with full and open source code. Programmed entirely in Assembler for Win32 with Easy Code (Easy Code is a real visual assembler IDE available for free). The editor has all functions (copy, paste, search, replace). Ideal for synt...
SKELETON Version 3.2
Simple to more detailed source code examples with a help file showing how to start building Win32 applications using assembly language. Updated for use with Jeremy Gordon's "Go" development tools on Microsoft Windows XP.
Structured exception handling in win32
This file contains hard-to-find information and some information not found at all elsewhere about Structured Exception Handling in Win32. The information is orientated towards assembler programmers. Included is a test program and its source code.
Win32parse_v1.1
Shows how to parse the command line in Win32-Bit Assembler. The routine uses GetCommandLineA, GlobalAlloc and works similar to routines used in C/C++ programming. Source code and example included.
Windows API hooking tutorial - by OCY v1.0
API hooking is an interesting thing, but resources on the net is somewhat limited. So I decided to write a tutorial to uncover the technique I used. This tut hooks our everyday API - MessageBoxA. The code is intended to be simple so that it can be well understood. Happy programming -OCY