Skip to content

Commit

Permalink
Fix loading of 32-Bit binaries by removing shadowed Bits property
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Dec 13, 2024
1 parent 5254c4b commit 507c420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Il2CppInspector.Common/FileFormatStreams/FileFormatStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ public abstract class FileFormatStream<T> : BinaryObjectStreamReader, IFileForma

public virtual string Arch => throw new NotImplementedException();

public virtual int Bits => throw new NotImplementedException();

// Extra parameters to be passed to a loader
protected LoadOptions LoadOptions;

Expand Down

0 comments on commit 507c420

Please sign in to comment.