AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=7)
-   -   amxxdump (https://forums.alliedmods.net/showthread.php?t=52875)

BAILOPAN 03-26-2007 12:28

Re: amxxdump
 
Very nice. You may want to have it print AMXX_VERSION_STR[6]="blah" so you don't have to dump the symbol table to see the value.

sawce 03-26-2007 12:43

Re: amxxdump
 
Yeah, I'm not quite sure why that's printing AMXX_VERSION_STR like that; it prints the other variables just fine.

fixed ololol

commonbullet 03-26-2007 16:12

Re: amxxdump
 
Maybe there could be a (more) proper section for useful tools like this in forums.

Sean D 03-26-2007 18:03

Re: amxxdump
 
very nice, sawce

Jheshka 03-26-2007 21:35

Re: amxxdump
 
Quote:

Invalid Attachment specified. If you followed a valid link, please notify the administrator

sawce 03-26-2007 21:38

Re: amxxdump
 
I think you got that as I was just uploading 1.4.

Added:
  • -g: Display global variables. A bug in the pawn compiler will make unused stock variables display in here as well.
  • Displays comments on STACK/FILL lines.
  • More tweaks to native output.
  • Added comments when a variable scope starts (and whether it's "new" or "static")

Jheshka 03-26-2007 22:19

Re: amxxdump
 
Probably. Works now. :P

sawce 04-01-2007 10:19

Re: amxxdump
 
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.

maplebest 04-02-2008 10:58

Re: amxxdump
 
I'm Newbie at this but.... Why does the .exe file shuts down when I'm trying to use it?

TheNewt 04-02-2008 11:06

Re: amxxdump
 
Thats because it is console driven. Not gui. It is working just fine when you run the .exe, just you wont see any output and its not getting any arguments passed in.

Try opening "start" click "run" type in "cmd" and you have a command prompt, then type
Code:

cd C:/$my path to this .exe$/
then typing in the .exe's name and press enter!! Then you can add stuff like -E to the end of that line to make it do useful things.
:wink:


All times are GMT -4. The time now is 07:16.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.