Open Invoke-Mimikatz opened 4 years ago
This issue is closed because it does not meet our issue template. Please resubmit with the correct template.
This issue is closed because it does not meet our issue template. Please resubmit with the correct template.
@Invoke-Mimikatz sorry for not responding earlier this is a known bug I plan on trying to fix next week. C# is a .Net language and when you compile into an .exe it actually has a different format than a unmanaged exe (a C program). That's why one works but the other doesn't
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug Some EXE files are not usable with Invoke-ReflectivePEInjection. In testing, it seems C# binaries are affected. Normal C binaries are able to be loaded just fine.
To Reproduce Steps to reproduce the behavior:
Screenshots
Watson, a C# binary, crashes when loaded into Invoke-ReflectivePEInjection
Running a C/assembly binary successfully and then a C# binary crashes the loader.
Mimikatz, a C binary, loads without issue.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.