Skip to content

Commit

Permalink
Get v29 (2021.2.0) to load
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Byass committed Feb 1, 2022
1 parent 116c635 commit dd5f3ff
Show file tree
Hide file tree
Showing 11 changed files with 2,800 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Bin2Object
2 changes: 1 addition & 1 deletion Il2CppInspector.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ private static int Run(Options options) {
il2cppInspectors = Il2CppInspector.LoadFromFile(options.BinaryFiles.First(), options.MetadataFile, loadOptions);
}
catch (Exception ex) {
Console.Error.WriteLine(ex.Message);
Console.Error.WriteLine(ex);
return 1;
}
}
Expand Down
312 changes: 312 additions & 0 deletions Il2CppInspector.Common/Cpp/Il2CppAPIHeaders/2021.2.0-.h

Large diffs are not rendered by default.

Loading

0 comments on commit dd5f3ff

Please sign in to comment.