This section is closed. I stopped coding in Delphi somewhere in 2003, but some sources could still be interesting and useful.
All sources were compiled with Delphi 5.
Date : February 2003
Source available : YES
Description :
Identifies a valid PE file by checking the DOS header (MZ) and the PE header. Iczelion's tutorial is included.
Visit his site: Iczelion's Win32 Assembly Homepage.
Download Executable & Source (25KB)
Date : February 2003
Source available : YES
Description :
Shows the section table of a PE file. Iczelion's tutorial & source is included.
Visit his site: Iczelion's Win32 Assembly Homepage.
Download Executable & Source (42KB)
Date : February 2003
Source available : YES
Description :
Shows the Import Table of a PE file using file-mapping. Iczelion's tutorial & source is included.
Visit his site: Iczelion's Win32 Assembly Homepage.
Download Executable & Source (49KB)
Date : February 2003
Source available : YES
Description :
Shows the Export Table of a PE file using file-mapping. Iczelion's tutorial & source is included.
Visit his site: Iczelion's Win32 Assembly Homepage.
Download Executable & Source (47KB)
Date : May 2002
Source available : YES
Description :
Little tool which shows the Import Table of a PE file using Filestreams. Can save this table to a txt file.
Download Executable & Source (48KB)
Date : October 2001
Source available : YES
Description :
Shows how to write a dll and how to load it in two different ways (static and dynamic) in your own programms.
Download Executable & Source (61KB)
Date : October 2001
Source available : YES
Description :
Shows how to use the function EnumWindows to manipulate other windows. My example adds to the caption bar of every other window the string "-=Llloret2001=-". It also shows how to minimze your applciation to the taskbar.
Download Executable & Source (15KB)
Date : November 2001 / Version : 1.0
Source available : YES
Description :
A simple Patch Generator. Compares two Exe files, logs the differences and generates a patcher (exe file ~38kb).
Download Executable (257KB)
Download Source (266KB)
Date : July 2003 / Version : 1.0
Source available : YES
Description :
ProcessView enumerates all running processes on your system and shows information about all modules of one process. It can also kill an process. Choose interface between ToolHelp32 API or PsAPI.dll.
New in Version 1.0 :
- Process Dumping added.
Download Source (16KB)
Date : October 2001
Source available : YES
Description :
My first program for OpenGL. Contains a rotating cube (in speed changeable) and a simple particle engine: a 2D fountain of Budweiser bottles.
Note :
If you get an error cause glaux.dll was not found, download it from here & copy it to the same directory.
Download Executable & Source (108KB)
Download Glaux.dll (120KB)
Date : October 2001
Source available : YES
Description :
How to play flash movies and mp3 files in delphi.
Download Executable & Source (318KB)
Date : July 2002
Source available : YES
Description :
A screensaver which shows the dropping letters from the Matrix Movie. I never managed to create a cool opengl version, so here is just the one using windows GDI functions.
Download Executable (44KB)
Download Source (52KB)
Date : January 2003
Source available : YES
Description :
Sizes other windows. Useful when you design a website and want to know how it looks like with another resolution. So you don't have to change the resolution, just resize your browser with this tool.
Download Executable (12KB)
Download Source (10KB)
Date : January 2003
Source available : YES
Description :
Well, not much to say... Can you remember XEyes? That's my version of it.... Cartman's eyes follow your mousecursor...
Download Executable (44KB)
Download Source (52KB)
The next ones are soooo old & buggy, they just run under good old Win9x... But maybe someone is still interested in them.
Date : August 2003 / Version : 2003
Source available : YES
Description :
A little tool whichs shows your current wallpaper in inverted colors. You can save it then to a bmp file.
Download Executable (44KB)
Download Source (43KB)
Date : January 2002
Source available : YES
Description :
Little tool which allows you to add zeropadded sections to a PE file. Useful if you want to insert some code and you can't find a space. Shows also the section table. There is a new version in the C++ section called SecMakerV2.
Download Executable & Source (12KB)
Date : February 2002
Source available : YES
Description :
Converts virtual addresses (RVA/VA) into file offsets (hex/dec) and shows also the bytes there.Useful utility when you want convert addresses seen in softice (for example) quickly. Does not run under Win NT/XP!
Download Executable & Source (74KB)
Date : October 2002
Source available : YES
Description :
Little tool which removes the password flag from a password box. In order to keep it simple, I use a hotkey instead of a mouse hook. Cursor over password box & hit F3. That's it. Runs just under Win 95/98!
Download Executable & Source (81KB)
This site is part of Sunshine's Homepage