HateThisShittySoftware Posted September 18, 2022 Posted September 18, 2022 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
atom0s Posted September 19, 2022 Posted September 19, 2022 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
HateThisShittySoftware Posted September 19, 2022 Author Posted September 19, 2022 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
akkaldama Posted September 20, 2022 Posted September 20, 2022 (edited) 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, 2022 by akkaldama
HateThisShittySoftware Posted October 11, 2022 Author Posted October 11, 2022 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now