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
Getting the following exception when running an obfuscated file with packer enabled:
Unhandled Exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at ?????????????????????????????????????????(Module )
at ?????????????????????????????????????????(String[] )
I did notice that the compressed exe seems way too small. Using Fody (which I've removed from this branch for testing), the file size is ~1mb, but with packer its 310kb.
The text was updated successfully, but these errors were encountered:
Getting the following exception when running an obfuscated file with packer enabled:
Steps to Reproduce:
You can find the crproj here:
https://github.com/BloodHoundAD/SharpHound/blob/obfuscation/SharpHound.crproj
I did notice that the compressed exe seems way too small. Using Fody (which I've removed from this branch for testing), the file size is ~1mb, but with packer its 310kb.
The text was updated successfully, but these errors were encountered: