Posted September 18, 20222 yr Hello Im looking for very simple dotnet obfuscator,everything that it should do is renaming classes/methods/strings/etc using dnlib Nothing more I want to change it to fit my ideas, but projects like confuserex are too complicated for me bc i never worked with dotnet obfuscators before
September 19, 20222 yr There's a list of various obfuscators, a lot of which are free/open source, here: https://github.com/NotPrab/.NET-Obfuscator You can also find a handful via just looking for it directly on GitHub: https://github.com/search?l=C%23&q=.NET+Obfuscator&type=Repositories
September 19, 20222 yr Author 15 hours ago, atom0s said: There's a list of various obfuscators, a lot of which are free/open source, here: https://github.com/NotPrab/.NET-Obfuscator You can also find a handful via just looking for it directly on GitHub: https://github.com/search?l=C%23&q=.NET+Obfuscator&type=Repositories I tried but all of them are too complicated to start and all i need is basically need just renamer Or are there any "tutorials" how to make obfuscators with dnlib?:D
September 20, 20222 yr I remember watching ubbelol's videos about .net obfuscation, but couldn't find that. Found this, might be helpful.. https://github.com/intexception/TempProtect There is a youtube video as well https://www.youtube.com/watch?v=_MSk_dA2e5Y Edited September 20, 20222 yr by akkaldama
October 11, 20222 yr Author https://github.com/Zenixas/NetRenamer I tried this shit and despite this is just a simple renamer its fornicationing crash hello world binary Seems like problen can be solved if you didnt renamed .ctor,but this doesnt work on anything bigger than hello_world.exe Which parts can't be touched yet when renaming? Is there are any good example of renaming binary or good working code ? I wanted to write everything from scratch, but everywhere in the documentation they offer me to hammer nails with a microscope Please help me,im really interesting but dont know where to start
Create an account or sign in to comment