How do I crack ILDASM?

  • Thread starter Thread starter Sean Hederman
  • Start date Start date
S

Sean Hederman

I'm working on a simple Licensing Application Block, and a pretty useful
feature would be to break ILDASM and Reflector so that round-tripping would
at the very least be much more difficult.

Has anyone got any pointers, articles, or code I could use to do this. It's
not particularly important, but now that I've found out that it can be done,
I want to know how ;D Geeking out as usual...
 
Not sure that should be a feature of a license manager. That is a feature
of an obfuscator and would involve much work (you would end up writing an
obfuscator head deep in IL). Your not writing an obfuscator, so not sure I
would worry about it. I would just make that a documented recommendation in
your docs.
 
Back
Top