Search results

  1. Tutorial How to Dump libil2cpp.so and global-metadata.dat with PMT Dumper

    While using il2cpp dumper I am getting this error just before creating dll -> System.Exception: Invalid compressed integer format
  2. Help! How to hook Transform in fields

    I am a beginner, can you please show an example? Basically I want to modify the position property of Transform component.
  3. Help! How to hook Transform in fields

    What if Transform is a return type of a function we want to hook. public Transform myTransform { get{} private set{} }