Skip to content

v1.2

Compare
Choose a tag to compare
@Wack0 Wack0 released this 09 Dec 16:10
· 16 commits to master since this release
  • Allows record element names to be specified. Syntax is like .type record(U32 elem1, U32 elem2) EXAMPLE_STRUCTand 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) with A.
  • Small bug fixes.