File: wmld.1

package info (click to toggle)
wap-wml-tools 0.0.4-7
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 388 kB
  • ctags: 282
  • sloc: ansic: 1,122; sh: 112; makefile: 73
file content (19 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH wmld 1 "July 2005" "Debian GNU/Linux"
.SH NAME
wmld \- A basic WML bytecode decompiler
.SH 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]