v1.2
- Allows record element names to be specified. Syntax is like
.type record(U32 elem1, U32 elem2) EXAMPLE_STRUCT
and this will allow the usage of, as an operand,var[record.element]
, for example:push example[EXAMPLE_STRUCT.elem1]
- Implements a light form of obfuscation; use
.obfuscate
to replace all exported function names (that would be visible to a reverser) withA
. - Small bug fixes.