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

Release 0.3.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@knah knah released this 26 Apr 11:41
· 221 commits to master since this release

Read README.md for more info.
Assemblies generated with this release are not compatible with previous releases.

New features:

  • Initial implementation for Unity method unstripping, limited to enums and direct InternalCall methods for now
  • Smarter and more stable type name deobfuscation
  • More detailed method/field/property name deobfuscation

Changes:

  • More future-proof CLI interface
  • Il2Cpp prefix is added to Microsoft and Mono namespaces to avoid conflicts with non-unhollowed assemblies

Fixes:

  • Non-generic in/out/ref method parameters should work properly
  • Enum fields are deobfuscated
  • null values can be read from reference arrays
  • null delegates properly convert to null
  • String arrays can be used in unhollowed methods
  • Indexers are properly generated for collection types