-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Decompile #93
Comments
Can you upload file? |
This is a .NET 6 single-file bundle file. dnSpy correctly identifies the file as a non-.NET PE file. Single file bundles are native executables that unpack their contents (.NET executable + dependencies) to the disk to execute them. ILSpy as well as dotPeek support unpacking these files in memory to decompile the managed assemblies embedded inside them. dnSpy currently does not support this however it is planned (see issue #16) |
do you know any other decompiler where i can edit this file? |
I think it can be manually unpacked or copy unpacker code from ILSpy |
do you know any other decompiler where i can edit this file? |
Hello, i can't decompile .net application, i'm 100% sure it's .net application because ilspy and dotpeek can decompile it
Can someone help me?
The text was updated successfully, but these errors were encountered: