Skip to content

Has it been that long?

Latest
Compare
Choose a tag to compare
@rocky rocky released this 08 Oct 13:43
· 7 commits to master since this release

Revamp for a more modern Python style in the 3.12 era:

  • start adding type annotations to code.
  • use pyproject.toml
  • remove illegal escape sequences

BuildTree now builds trees iteratively rather than recursively. With this we can handle larger trees which are needed in the decompilers.

Revise README.rst for the above and go over spelling and grammar

Internally, more git branches have been created to support older Python.