mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch
'origin/GT-3512_dev747368_dataconverter_fixes'
This commit is contained in:
@@ -167,7 +167,7 @@ public class ItemSerializer {
|
||||
inputStream.skip(MAGIC_NUMBER_POS);
|
||||
byte[] magicBytes = new byte[MAGIC_NUMBER_SIZE];
|
||||
inputStream.read(magicBytes);
|
||||
BigEndianDataConverter dc = new BigEndianDataConverter();
|
||||
BigEndianDataConverter dc = BigEndianDataConverter.INSTANCE;
|
||||
long magic = dc.getLong(magicBytes);
|
||||
return (magic == MAGIC_NUMBER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user