Bastian Molkenthin - Sunshine2k

arrow Delphi


Iczelion's PE tutorial 2 for Delphi

Iczelion's PE tutorial 2 for Delphi 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)



Iczelion's PE tutorial 5 for Delphi

Iczelion's PE tutorial 5 for Delphi 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)



Iczelion's PE tutorial 6 for Delphi

Iczelion's PE tutorial 6 for Delphi 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)



Iczelion's PE tutorial 7 for Delphi

Iczelion's PE tutorial 7 for Delphi 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)



Import Table Viewer #2 - 'Another Approach'

Import Table Viewer #2 - 'Another Approach' 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)



DLL Example

DLL Example 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)



Infest

Infest 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)



Very Simple Patch Generator

Very Simple Patch Generator 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)



ProcessView

ProcessView 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)



Lloret 2001

Lloret 2001 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)



Flash & MP3 Example

Flash & MP3 Example Date : October 2001

Source available : YES

Description :
How to play flash movies and mp3 files in delphi.

Download Executable & Source (318KB)



Matrix Screen Saver

Matrix Screen Saver 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)



Sizer

Sizer 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)



XEyes 'Southpark

XEyes 'Southpark 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)






WallpaperInvert

WallpaperInvert 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)



Section Maker 1.01

Section Maker 1.01 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)



RVA Calculator 1.0

RVA Calculator 1.0 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)



Password Flag Remover

Password Flag Remover 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