Cn33liz/p0wnedShell

Unhandled Exception error when loading mimikatz

surajpkhetani opened this issue · 0 comments

I get the below error when i run mimikatz:

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at rootReaver.PELoader..ctor(Byte[] fileBytes) in C:\Users\admin\Downloads\p0wnedShell-master\p0wnedShell-master\p0wnedShell\Resources\BinariesResources\p0wnedPELoader.cs:line 317
at rootReaver.BinaryLoader.LoadBinary(Byte[] exeBytes) in C:\Users\admin\Downloads\p0wnedShell-master\p0wnedShell-master\p0wnedShell\Resources\BinariesResources\p0wnedPELoader.cs:line 417
at rootReaver.Execution.MimiShell() in C:\Users\admin\Downloads\p0wnedShell-master\p0wnedShell-master\p0wnedShell\Modules\Injection\p0wnedExecute.cs:line 121
at rootReaver.Execution.Menu() in C:\Users\admin\Downloads\p0wnedShell-master\p0wnedShell-master\p0wnedShell\Modules\Injection\p0wnedExecute.cs:line 62
at rootReaver.Program.Entry() in C:\Users\admin\Downloads\p0wnedShell-master\p0wnedShell-master\p0wnedShell\p0wnedShell.cs:line 391
at rootReaver.Program.Main(String[] args) in C:\Users\admin\Downloads\p0wnedShell-master\p0wnedShell-master\p0wnedShell\p0wnedShell.cs:line 330