Hi,
I am very curious as to how people write their own obfuscator.
How hard would it be to simply do the following:
- rename all public methods with GUID type names.
Where would I start? How would I go about reading the .net dll assemby, pulling the public methods out and renaming them?