Decompiler #481
Open
Decompiler #481
Annotations
10 warnings
|
Build:
Cpp2IL/Program.cs#L55
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleXapk(string gamePath, ref Cpp2IlRuntimeArgs args)'.
|
|
Build:
Cpp2IL/Program.cs#L53
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleSingleApk(string gamePath, ref Cpp2IlRuntimeArgs args)'.
|
|
Build:
Cpp2IL/Program.cs#L51
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleWindowsGamePath(string gamePath, string? inputExeName, ref Cpp2IlRuntimeArgs args)'.
|
|
Build:
Cpp2IL/Program.cs#L49
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleLinuxGamePath(string gamePath, string? inputExeName, ref Cpp2IlRuntimeArgs args)'.
|
|
Build:
Cpp2IL/Program.cs#L47
Possible null reference argument for parameter 'gamePath' in 'void Program.HandleMacOSGamePath(string gamePath, string? inputExeName, ref Cpp2IlRuntimeArgs args)'.
|
|
Build:
Cpp2IL.Core/Model/Contexts/HasCustomAttributes.cs#L132
Dereference of a possibly null reference.
|
|
Build:
LibCpp2IL/BinarySearcher.cs#L300
Dereference of a possibly null reference.
|
|
Build:
LibCpp2IL/BinarySearcher.cs#L118
Dereference of a possibly null reference.
|
|
Build:
LibCpp2IL/BinaryStructures/Il2CppRGCTXDefinition.cs#L46
Non-nullable field '_defData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
LibCpp2IL/BinaryStructures/Il2CppRGCTXDefinition.cs#L44
Non-nullable field '_constrainedData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading