Skip to content

Commit

Permalink
Update efi-board-id.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MuertoGB committed Feb 22, 2023
1 parent bb42613 commit 6892b2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion efi-board-id.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public static string boardIdFromEfiROM(string FilePath)
{
using (BinaryReader binaryReader = new BinaryReader(fileStream))
{
long len = fileStream.Length;
byte[] bIdBytes = new byte[12];
binaryReader.BaseStream.Position = 0x1060;
bIdBytes = binaryReader.ReadBytes(0x12);
Expand Down

0 comments on commit 6892b2b

Please sign in to comment.