Skip to content

1.4

Compare
Choose a tag to compare
@zorgiepoo zorgiepoo released this 20 Sep 05:36
· 2419 commits to main since this release
  • Added a lightweight memory viewer.
  • Added option to change the protection of an area in memory (eg, making a region writable)
  • Added support for Byte Array datatype.
  • Searching for unwritable values is now set by default.
  • Bit Slicer will try to prevent one from modifying a variable that is not writable.
  • Fixed a bug when un-doing immediately after manually adding a variable.
  • Changed format for the function types to choose from.
  • Removed compare stored values checkbox in favor for adding functions that compare against stored values.
  • Added '= Stored Value +' and '≠ Stored Value +' functions (i.e. search for variables that have increased/decreased by a certain value).
  • Fixed a bug where the table may have not instantly updated a variable's value after it has changed.