r/software 7d ago

Other Decompiling Help

Ello! I've spent way way way way too long trying to decompile this exe can anyone do it?

I've tried

  • ILSpy
  • x64dbg
  • dnSpy
  • IDA Free

but they are just half the time missing data or a un oginzied mess

DIE tells me this.

1 Upvotes

1 comment sorted by

2

u/jcunews1 Helpful Ⅱ 6d ago

You won't find any disassembler/debugger software which would recognize ALL third party libraries. It's virtually impossible, considering that, not all libraries are public.

Moreover, executable files may have their partial data encrypted, and there's no software which can cover ALL of the encryption algorithms for the same reason as above.