logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wmld - A basic WML bytecode decompiler

Description

       At  the  moment  this  is  a simple WML bytecode decompiler, wmld. This has been built out of the few WML
       bytecode references I have (they are incredibly difficult to get a hold of without having  to  sign  your
       life away on licensing agreements or paying ridiculous amounts of cash for).

       The  decompiler  can  now  handle  value  attributes  properly,  inline  strings,  the string table (with
       references by normal text or by variable name) and can now decode bytecode to useable WML code with  just
       about everything I can throw at it.

       I'd  probably  say  that this isn't alpha code anymore. It's now beta. It stops being beta when I test it
       with a LOT more bytecode.

       Usage: ./wmld file.wmlc [output.wml]

Debian GNU/Linux                                    July 2005                                            wmld(1)

Name

       wmld - A basic WML bytecode decompiler

See Also