Thread: amxxdump
View Single Post
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 04-01-2007 , 10:19   Re: amxxdump
Reply With Quote #18

Updated to 1.5, fixed some crashes with the native parser on some awkward natives. Added -h, -N, and -A (consult -? for more details). Changed most address output (except for the disassembly itself) to be 0x%08X instead of 0x%X (for "sort" compatibility). Changed -m to give better output.


The "new" -N output will change the native guesser output from stuff like this:

Code:
register_plugin("Admin Commands",AMXX_VERSION_STR[6]={"1.76c"},"AMXX Dev Team")
To this:
Code:
register_plugin("Admin Commands",AMXX_VERSION_STR,"AMXX Dev Team")

Use -E instead of -N for the old style.

Last edited by sawce the snail; 04-01-2007 at 10:33.
sawce is offline