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
Self contained .NET Core applications, when compiled, produce a native executable (AppHost), these AppHost executables sometimes contain the actual DLL which is then extracted and ran.
Is it possible for a detection for these types of executables to be found and possibly even an extractor in order to extract the DLL from within DiE.
The text was updated successfully, but these errors were encountered:
Hello! You can use the "Extractor" function to search for resources in PE. In the case of SelfContained, there will be a lot of unnecessary runtime libraries, but you can sort it manually with only dnSpy at hand.
If we are talking about automating the process specifically for the current case, then we will consider your offer. Thanks for the issue!
Self contained .NET Core applications, when compiled, produce a native executable (AppHost), these AppHost executables sometimes contain the actual DLL which is then extracted and ran.
Is it possible for a detection for these types of executables to be found and possibly even an extractor in order to extract the DLL from within DiE.
The text was updated successfully, but these errors were encountered: