Door Maurice op 12 december 2004 (aangepast op 3 mei 2008) in downloadsscriptssilvermine populariteit: taal:
New Silvermine scripts have been released with PHP5 support and on-the-fly image generation. No need to have writeable directories anymore! Many bugs have been fixed and much testing has been done.
Door Maurice op 9 oktober 2003 (aangepast op 1 februari 2005) in downloadsprogrammerenscripts populariteit: taal:
Recently I created a pair of Perl scripts to assist me with a reverse engineering job for a pocketpc application. The scripts parse assembly code which is re-engineered by IDA and create a GraphVis .dot file of it. This .dot file can be used with GraphVis to create a graphical representation of the branches within the code.
There are two kind of scripts: *_sub.pl and *_loc.pl. The first one looks for jumps to other subroutines, the second one looks for jumps to other memory locations. It is...