PDA

View Full Version : Struct Visualizer: structvis.pl



ksmith
09-17-2004, 10:47 AM
I now have a version of structvis that attempts to parse everquest.h and can display arbitrary structs. It's far from perfect, and does not handle unions or nested structs very well but it's a start.

Download:
structvis.pl (http://kyle.13th-floor.org/eq/structvis.pl.txt)

Instructions:
Copy structvis.pl and everquest.h to your ~/.showeq/logs directory, edit the opcode to struct mapping at the top of structvis.pl and then run it.

tanner
09-17-2004, 02:35 PM
I now have a version of structvis that attempts to parse everquest.h and can display arbitrary structs. It's far from perfect, and does not handle unions or nested structs very well but it's a start

Is this in cvs anywhere? For us old perl hacks, who'd like to help you maintain this software. :-)

Is it open source?

What's the license on it? I'd like to bundle it into a "showeq-dev" package for debian, but every file must have a license attached to it.

Thanks.

ksmith
09-17-2004, 03:50 PM
It's not in CVS as I'm currently working on a complete re-write. License is public-domain.