Skip to content

Huge feature update

Compare
Choose a tag to compare
@WerWolv WerWolv released this 17 Nov 02:28
· 4439 commits to master since this release

Changelog

Additions

  • Added enums
  • Added // and /* */ style comments
  • Added language verifier to catch many logic errors
  • Added libmagic database for Nintendo Switch files
  • Added full variable name displaying in pattern data view
  • Added a about and a pattern language cheat sheet window
  • Massively improved the pattern data view with ImGui's new Tables API
    • Added sorting
    • Added color coding
    • Added per-type value displaying
  • Added tools window featuring
    • Itanium demangler
    • ASCII table
    • Regex replacer
    • Color picker
  • Added strings finder
  • Added hexadecimal search in hex editor
  • Added multi-byte selection with byte and string copying
  • Added many key shortcuts for commonly used functions
  • Improved byte highlight palette
  • Improved entropy chart by always calculating the entropy using 2048 blocks per file
  • Added more information to data information window

Bug fixes

  • Fixed color flickering after loading pattern file
  • Disabled pattern editor when no file is loaded