Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Version 2.1.1

Compare
Choose a tag to compare
@CorrM CorrM released this 04 Jun 04:24
· 222 commits to master since this release
eeb84d3
  • Add Settings button.
  • Start using Font Awesome
  • Improve Sdk Generator.
    • Sdk Generator now significantly faster
    • Some organization for Sdk Generator code.
  • Improve Class Finder.
    • Now can search for class name of address.
      • Put instance address and the tool will give you instance class name
    • When you search for class name you will get also instance thats derived from class name.
      • it's useful to find your target fast, you will get the name of derived next to instance address.
      • In example you search for PlayerBase you will get PlayerBase, PlayerExtarBase and GamePlayer.
    • Now significantly faster.