Release v0.2
Changelog
- Partial redesign of the architecture model
- New architecture
- Repository converted to PyPI compatible format
- Added new menus: "Recent Files", "Shortcuts", "About"
- Strings can be given as immediate, for example the following expression (x86-32) is now valid:
mov dword ptr [esp], "nib/"
mov dword ptr [esp+4], "hs//"
- Syscall can be provided in the code pane, and will be replaced by the parser. Simply denote your syscall prefixed with
__NR_SYS_
: for example (ARM)
mov r7, __NR_SYS_execve
- Many bug fixes