Skip to content

Release v0.2

Compare
Choose a tag to compare
@hugsy hugsy released this 21 Jul 02:55
· 148 commits to main since this release

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