Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Release 0.4.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@knah knah released this 10 Jun 01:41
· 177 commits to master since this release

Read README.md for more info.
This is a minor release. Generated assemblies are fully compatible with 0.4.4.0.

New features:

  • Unity unstripping now restores a good fraction of IL methods. Some methods get invalid IL bytecode, some are stubbed with exception throws, but most are restored just fine.
  • A few built-in helpers for xref scanning in obfuscated games.

Fixes:

  • Methods are additionally distinguished based on genericness and return types. This should reduce issues with same-named generic/nongeneric method pairs with same parameters.