Frida Docs Unified
    Preparing search index...
    • Parameters

      • Optionalpath: string
      • OptionalignoreAlreadyExistingDirectory: boolean

      Returns void

      Just like Il2Cpp.dump, but a .cs file per assembly is generated instead of having a single big .cs file. For instance, all classes within System.Core and System.Runtime.CompilerServices.Unsafe are dumped into System/Core.cs and System/Runtime/CompilerServices/Unsafe.cs, respectively.

      Il2Cpp.perform(() => {
      Il2Cpp.dumpTree();
      });