❔ Identifying obfuscator by <Module>.cctor()
Hello, I'm having issues identifying an obfuscator. Is anyone familiar with similar Module initializers?
15 Replies
Why are you trying to identify the obfuscator?
I'm trying to deobfuscate it and check for any malicious stuff. It has some anti-debugger thing too.
¯\_(ツ)_/¯
Don't run obfuscated code.
Yeah, that's why I'm trying to see what it does first.
I don't know much about c# obfuscators and I thought someone maybe recognizes this type of initializer
Generally, we don't approve of either obfuscating or deobfuscating.
oh
should I delete this?
You're not breaking any rules, so no worries.
Oh, okay
I found another thread about obfuscation and I supposed it's accepted
people obfuscating their code usually are up to nefarious stuff, or they think their code is amazing when its usually not :p
can be both
sure :p
I'd just assume a or a and b and move on
I would do that but I'd really need to use this
what library is it?
it's not a library actually, but an implementation of a messy undocumented networking protocol that I don't want to implement myself
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.