You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to use your interesting tool to investigate DLL behavior, but when I run SharpDllLoader.exe by specifying parameters in this way d "C:\Users\malicious.dll" -c <Class> -m <Method> -a "arg1 arg2 arg3" I obtain the following error
An unhandled exception occurred in SharpDllLoader.exe (2360)
Exception: System.BadImageFormatException
Message: The file or assembly "malicious.dll" or one of its dependencies could not be loaded. it is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use your interesting tool to investigate DLL behavior, but when I run SharpDllLoader.exe by specifying parameters in this way
d "C:\Users\malicious.dll" -c <Class> -m <Method> -a "arg1 arg2 arg3"
I obtain the following errorThe text was updated successfully, but these errors were encountered: