Namuras
Second challenge - Info gathering
Sat Nov 7 06:44:52 1998


Hi,

I've been reading the articles in this forum; nice stuff!
I do some rev engineering now and then, but (as I noticed)
I've been doing it the hard way 8-). The tools I've learned
about in these pages are really useful, thanks all!

Anyway, as to the second challenge: there's a lot to be
seen just by using QuickView on an executable. For the
Uninstall Manager, it gives a nice breakdown of DLLs
and other information of COFF (win32 exe format) files,
such as program entry point. I used it to write a virus killer (the virus re-assigned the program entry point
to its own code).

Hope this helps,

Namuras