SharpSploit
SharpSploit copied to clipboard
SharpSploit.Execution.PE fix
@cobbr
Do you have any view on when the SharpSploit.Execution.PE.Load() method will be fixed? Or could you or someone else provide some hints on where the issue currently is?
I honestly am not that super expert in WIN32 API's but with some hints on where the current issue is, I could at least try to hunt for a fix.
Just spent the whole afternoon in looking for a currently working option to execute PE files reflective from a C# assembly, but there seems to be no working solution. The peloader.cs which is also based on the work from subtee is also not working..
https://github.com/Arno0x/CSharpScripts/blob/master/peloader.cs
@who1smrrobot is this in relation to another issue?
No, I just checked the repo and the PE class seems to no longer exist, so the SharpSploit - Quick Command Reference.md isn't up2date.
However, I was wondering if there are any plans to develop a class which allows the in memory execution of PE files which are not .NET assemblies?
I believe the PE class was removed in favour of the newer D/Invoke code: c75adc02f5f585aa9f96f871a3372f2fdc653c83