Essays about different Win32Asm programming subjects
EACH ESSAY IS COPYRIGHTS OF IT'S AUTHOR. CONTACT HIM FOR DETAILS.
Subject : How to rebuild
corrupted import tables
|
imptab.zip (5 Kb)[imptab.zip - MISSING]
|
|
Author : TiTi - Email
|
Source : No code snippet included | Last Update : 07/20/99 |
Desc : This essays explains
how to rebuild corrupted import tables in PE files. Actually, when you
dump a file that had been compressed by a PE compressor like Petite,
pe-pack...etc, its import table will be corrupted and then needs to
be rebuilt in order for the file to run. This essay just explains how
to do it, it doesn't contain any code snippet. (for a detailed source,
see PE Rebuilder v0.95)
|
Subject : Complex Dialog
Shapes in Win32ASM
|
dlgshape.zip (389 Kb)[dlgshape.zip - MISSING]
|
|
Author : TiTi - Email
|
Source : TASM oriented | Last Update : 09/23/99 |
Desc : This essays explains
how to easily set ANY shape to a dialog (even a very complicated shape).
It includes an essay, an example program with sourcecode, and a tool
to create Region files from a bitmap. All credits for this shaping method
must go to Richard De Oude
for his VC++ work available on codeguru.com.
This essay has been made after a request from someone on my guestbook.
I hope it'll fit your requirements :).
|