Skip to content

ILens 7

Latest

Choose a tag to compare

@tadis174 tadis174 released this 24 Jun 01:32

ILens 7

  • New list_changed_types, compare_type, and compare_method tools diff two builds of an assembly — added/removed/changed types and per-type member-and-body diffs from metadata and normalized IL (no decompile), plus one method's two bodies side by side as C# or IL
  • New find_harmony_dependencies tool extracts a Harmony-patching assembly's reflective surface as JSON: every patch target (typed, string-targeted, overload-pinned, constructor, and TargetMethod/TargetMethods bodies) plus every AccessTools / Traverse field access
  • list_types and search_types now hide compiler-generated types by default — Roslyn synthetics, Unity/Burst source-generator output, and [CompilerGenerated] types — with excludeCompilerGenerated=false to include them