under construction.
if you need something that was here, infamous41md ala
sol-biotech dirt com
gdb patches:
old version, for 6.3, gdb-6.3-patch.tgz
new version, for 6.5, gdb-6.5-patch.tgz
I would highly advise going for the new version. I fixed a lot of
broken things in the old version. I also added a number of new things:
+unicode 16/32bit string printing
+print out heap chunks (free/allocated/size/etc)
+breakpoint import/export. this one is the most useful, it works with ASLR as
well as it stores offsets rather than absolute addresses.
+some other perhaps less useful features
MAKE SURE you read the README for this version, there are some uhh caveats we'll
call them.
!!Update: i had accidentally uploaded a broken version of this patch last time. it wasn't
parsing the command line correctly so if you had complex searches it would break. sorry
about that. current version is fixed
SAFESEH dumper utility
This utility will dump all of the safe seh handlers for a given dll or for all
of the dlls in a process. Useful for things like recent dns vuln. works on
Vista/xp/2k3 (takes into account differences in nt image header stuff between
those versions)
safeseh_dump_05.30.07.rar