CubeCoders / ConfuserEx-Reborn

An open-source, free protector for .NET applications
https://cubecoders.github.io/ConfuserEx-Reborn/
Other
95 stars 11 forks source link

Caliburn Action Guard Bug #13

Open neilt6 opened 7 years ago

neilt6 commented 7 years ago

Caliburn.Micro action guard properties aren't working in confused binaries unless I manually apply the following attribute to them:

[Obfuscation(Exclude = false, Feature = "-rename")]

What's really strange is I patched CaliburnAnalyzer to detect these properties, but the resulting binaries still don't work even though dotPeek confirms the action guard properties haven't been renamed.