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.
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
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
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
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.
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
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.
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.
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.
The next ones are soooo old &
buggy, they just run under good old Win9x... But maybe
someone is still interested in them.
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 (12KB)
Click image for larger
screenshot
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 (74KB)
Click image for larger screenshot
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 (81KB)