Quote:
|
How did you finally manage to get (NinjaTrader.Core_msil.dll and NinjaTrader.Gui_msil.dll) when SMD crashes and disappears?
|
I execute SMD process multiple times until it succeeds.
Anyway, I think I fixed those bugs.
Here are updated tools: SMD and EazFixer
https://workupload.com/file/edPsz5BVXDJ
So just run SMD, after that de4dot with packer unknown:
de4dot --dont-rename "C:\test1\BOF_FP_msil.dll" -p un
And now you can use EazFixer.exe to decrypt strings:
EazFixer.exe --file "C:\test1\BOF_FP_msil-cleaned.dll" --virt-fix
Now it is much easier. EazFixer was changed to patch Module.cctor when executed.