DSInternals icon indicating copy to clipboard operation
DSInternals copied to clipboard

Get-BootKey : Object reference not set to an instance of an object.

Open 304GEEK opened this issue 8 years ago • 2 comments

Get-BootKey : Object reference not set to an instance of an object. At /Users/dixon_r/Downloads/DSInternals_v2/fetchhashes.ps1:5 char:8

  • $key = Get-BootKey -SystemHivePath 'SYSTEM'
  •    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : OpenError: (:) [Get-BootKey], NullReferenceException
    • FullyQualifiedErrorId : GetBootKey_OtherError,DSInternals.PowerShell.Commands.GetBootKeyCommand

I feel I'm doing something wimple and wrong.

any ideas?

304GEEK avatar Aug 02 '17 20:08 304GEEK

Hi, I have the same error. I tested with the sample files of Didier Stevens (https://blog.didierstevens.com).

When I examined the stack trace I found an error, which says, that It did not found "DSInternals.Replication.Interop.dll", because it does not exist. Any ideas?

BR Christoph

lo-chr avatar Jun 08 '18 18:06 lo-chr

Hi @chlob, could you please check that 2 such DLL file are contained in the module you have acquired and that they are unblocked?

MichaelGrafnetter avatar Jun 18 '18 18:06 MichaelGrafnetter