Fix incorrect if condition in GetVTable causing them to all be empty #38
Annotations
5 warnings
Build GUI:
Il2CppInspector.Common/Cpp/MangledNameBuilder.cs#L220
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build GUI:
Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs#L210
'FileFormatStream<T>.Bits' hides inherited member 'BinaryObjectStreamReader.Bits'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build GUI:
Il2CppInspector.Common/Next/Pointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build GUI:
Il2CppInspector.Common/Next/PrimitivePointer.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build GUI:
Il2CppInspector.Common/FileFormatStreams/ProcessMapReader.cs#L108
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Loading