Releases: Wack0/IFPSTools.NET
Releases · Wack0/IFPSTools.NET
v2.0.3
- ifpscc: add optimisations for speed
- ifpslib: fix parsing and saving floating point variables in locales where decimal separator is not
.
- ifpsasm: fix parsing floating point immediates in locales where decimal separator is not
.
- ifpslib: fix
ScriptFunction.CreateArgumentVariable
for non-exported functions where argument list is not known - asm: allow referencing arguments by number for non-exported functions where argument list is optional
v2.0.2
v2.0.1
v2.0
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.