Open Xarond12 opened 2 years ago
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
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?
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?