Skip to content
Compare
Choose a tag to compare
@nithax nithax released this 08 Apr 06:48
a49eba3

new features

  • searching switches with -s switch
  • searching common events for variables and switches
  • scraping common events for switch triggers
  • support for weird/non-practical 'coding' standards like:
    • switch2 is enabled but switch1 isn't
    • code that reads and writes to the same variable is listed as 'READWRITE'
  • output as .json via indicating the name of the file with .json at the end of it
  • exception support for graceful failures with information
  • support for easier debugging on specific map/event ids via debugging and debug_event_id and debug_map_id

bug fixes

  • fixes several edge cases where an id wasn't detected if it was in a range and not the start or end of the range
  • fixes crash when trying to search a switch that had an if statement
  • fixes crash when trying to read weird code combinations
  • fixes all known issues finding references to scripts for variable and switch ids
  • fixes missing logic to print switch output