mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-15 07:34:45 -04:00
Version 0.17.9
- proper handling of CRC32 GUID defined section - better handling of compressed GUID defined sections
This commit is contained in:
parent
8aba0766e5
commit
cc1e3fe5f0
4 changed files with 130 additions and 18 deletions
|
@ -122,6 +122,7 @@ private:
|
|||
|
||||
// Internal operations
|
||||
bool hasIntersection(const UINT32 begin1, const UINT32 end1, const UINT32 begin2, const UINT32 end2);
|
||||
UINT32 crc32(UINT32 initial, const UINT8* buffer, UINT32 length);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue