dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
6.9k stars 456 forks source link

Can't Decompile #93

Open Xarond12 opened 2 years ago

Xarond12 commented 2 years ago

image Hello, i can't decompile .net application, i'm 100% sure it's .net application because ilspy and dotpeek can decompile it image

Can someone help me?

GazziFX commented 2 years ago

Can you upload file?

ElektroKill commented 2 years ago

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)

Xarond12 commented 2 years ago

do you know any other decompiler where i can edit this file?

GazziFX commented 2 years ago

I think it can be manually unpacked or copy unpacker code from ILSpy

Xarond12 commented 2 years ago

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?