| Download Examples
Links
About
Contact
Home
|
Here you will find links to
some resources you will find useful while programming
with EP, in Windows programming in general, in
understanding concepts in assembly programming and so on.
The files marked with * are those I have
taken the liberty to store on my site, as a convienience.
Since they have been offered free by their authors and I
have kept their copyright info as such, I have assumed
their permission.
- A
compilation of some of the important Windows
constants you will need. Click here to
download wconst.zip [48kb]
- win32sdk.hlp
-12.8MB download ! An essential reference.
This is a link to
virginia.edu's ftp site for this file
- win32.hlp.
7.9MB download. I think this a condensed, more
organized topic by topic version of the above.
Very useful. Doesn't contain much COM reference
though. This is a link to
Borland's ftp site for this file.
- The
Art
of Assembly Programming.
Great for getting a firm grounding on this
subject
- The
PE executable format.
This is essential for understanding the structure
of a Windows .exe file. *
- The
Pentium
instruction set with brief
explanations of each instruction. *
- This
is a link to
GoBug a great Win32 exe debugger. You can debug
an exe even if it doesn't contain any debug info
(that much more difficult, admittedly). Good for
studying the formidable innards of an exe.
There's also a good article on structured
exception handling. This program was a great aid
in the early days of EP, when it didn't have
inbuilt debugging facilities.
|
|