Raised This Month: $32 Target: $400
 8% 

amxxdump


Post New Thread Reply   
 
Thread Tools Display Modes
BAILOPAN
Join Date: Jan 2004
Old 03-26-2007 , 12:28   Re: amxxdump
Reply With Quote #11

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.
__________________
egg
BAILOPAN is offline
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 03-26-2007 , 12:43   Re: amxxdump
Reply With Quote #12

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

fixed ololol

Last edited by sawce the snail; 03-26-2007 at 13:01.
sawce is offline
commonbullet
Veteran Member
Join Date: Oct 2005
Old 03-26-2007 , 16:12   Re: amxxdump
Reply With Quote #13

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

Last edited by commonbullet; 03-26-2007 at 16:14.
commonbullet is offline
Send a message via ICQ to commonbullet Send a message via MSN to commonbullet
Sean D
Junior Member
Join Date: Apr 2006
Old 03-26-2007 , 18:03   Re: amxxdump
Reply With Quote #14

very nice, sawce
Sean D is offline
Jheshka
Senior Member
Join Date: Dec 2005
Old 03-26-2007 , 21:35   Re: amxxdump
Reply With Quote #15

Quote:
Invalid Attachment specified. If you followed a valid link, please notify the administrator
__________________
James
Jheshka is offline
sawce
The null pointer exception error and virtual machine bug
Join Date: Oct 2004
Old 03-26-2007 , 21:38   Re: amxxdump
Reply With Quote #16

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")
sawce is offline
Jheshka
Senior Member
Join Date: Dec 2005
Old 03-26-2007 , 22:19   Re: amxxdump
Reply With Quote #17

Probably. Works now.
__________________
James
Jheshka is offline
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
maplebest
BANNED
Join Date: May 2007
Location: Sweden, Sverige
Old 04-02-2008 , 10:58   Re: amxxdump
Reply With Quote #19

I'm Newbie at this but.... Why does the .exe file shuts down when I'm trying to use it?
maplebest is offline
TheNewt
Donor
Join Date: Jun 2006
Location: Where I live.
Old 04-02-2008 , 11:06   Re: amxxdump
Reply With Quote #20

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.
__________________
Quote:
toe3_ left the chat room. (G-lined (AUTO Excessive connections from a single host.))
TheNewt is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:12.


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