ShimCacheParser icon indicating copy to clipboard operation
ShimCacheParser copied to clipboard

Unable to process SYSTEM hive for Windows 10 18003 Build 17134.1

Open mbevilacqua opened this issue 6 years ago • 5 comments

[+] Reading binary file: /SYSTEM... [-] Got an unrecognized magic value of 0x66676572... bailing [-] No Shim Cache entries found...

mbevilacqua avatar Jan 11 '19 09:01 mbevilacqua

I'm experiencing the a similar error:

[+] Reading registry hive: SYSTEM... [-] Got an unrecognized magic value of 0x34... bailing [-] No Shim Cache entries found...

A commercial tool has read the ShimCache so I know there are entries.

AliPurdy avatar Jan 25 '19 09:01 AliPurdy

@AliPurdy

Update to the latest version. 0x34 is the magic value for Windows 10 after the Creators update.

BirdHacks avatar Feb 22 '19 04:02 BirdHacks

@mbevilacqua It looks like you're trying to parse a hive file as a registry file. Try using -i instead of -r.

BirdHacks avatar Mar 03 '19 01:03 BirdHacks

definitely parsing a hive as I have no reg export but I retried just in case and it works. Not sure if there was an update in between or I thumbed it while testing but thanks!

mbevilacqua avatar Mar 09 '19 10:03 mbevilacqua

@mbevilacqua yw. 0x66676572 are the first four bytes of a hive file (ascii 'regf' in little endian). That's why I think it isn't a registry file. The files from C:\Windows\System32\config* are hive files.

@adavism this can probably be closed.

BirdHacks avatar Mar 16 '19 00:03 BirdHacks