Questions tagged [de4dot]

Deobfuscator library for .NET assemblies

5 questions
4
votes
1 answer

setting CilBody.KeepOldMaxStack or MetadataOptions.Flags

While decompiling .net assembly using de4dot I am getting following message in console: Error calculating max stack value. If the method's obfuscated, set CilBody.KeepOldMaxStack or MetadataOptions.Flags (KeepOldMaxStack, global option) to ignore…
Nitin Sawant
  • 7,278
  • 9
  • 52
  • 98
2
votes
2 answers

dnlib library issue when trying to reference it into other project

Using VisualStudio 2013 I've successfuly compiled the latest version of dnlib which is part of the ConfuserEx and de4dot projects, the dnlib project by default targets .NET Framework 2.0 so it should be compatible to reference it in other projects…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
0
votes
1 answer

Program crash after dnSpy compilation

I'm new to dnSpy and there's a program I want to debug, I deobfuscated the .dll in de4dot and then opened it in dnSpy to debug. I tried compiling some method. no compilation error, saved it. And ran the program, result in a crash. BUT there's…
Rim
  • 1
  • 2
0
votes
0 answers

How do I set up and use de4dot?

I already know some geniuses are going to say if you have to ask this then you shouldn't be using it. DO NOT CARE. I have a couple of games I want to mod and port to other engines and languages for sake of performance. I was able to download the…
0
votes
1 answer

Can Smart Assembly 7+ strings be deobfuscated?

I am planning on using Smart Assembly 7+ for obfuscating my .NET C# library. But when I look through some forums I came across that there are even programs to deobfuscate DLLs protected with Smart Assembly, particularly programs like de4dot. So I…