Posted October 31, 201410 yr Hello everyone. So in nowdays i am interested in protecting .NET executables and i would like to try to make my own obfuscator or tools for exploring them. For first steps, i downloaded Confuser & ConfuserEx sources for exploring them and trying to understand how every protection works for making my own then. It's hard to understand some things like antidump(Their code) opposite adding IL instructions or working with metadata. Sometimes i find some things like digital values and i cant understand where did author took them(Maybe in special tools). So the first question is what tool kit do you advise me for exploring .NET assemblies(I know about reflector or SAE or dnEditor or codecracker tools, maybe another tools are exist?) and writting then my own obfuscator. And the second is what usefull topics you suggest me to read about .NET assemblies construction? -----------------------------------------------------------------------------------------------------------I am sorry for my bad english or stupid questions. Basicly i am just starting. Edited October 31, 201410 yr by IllusiveMan
October 31, 201410 yr .NET is open source and there is Open-Source Mono, so your question seems a little bit stupid. The tools you listed will not help you and it is funny that you listed these "cracker" tools. http://www.dotnetfoundation.orghttp://www.mono-project.com The only tool you need is http://msdn.microsoft.com/en-us/library/f7dy01k1(v=vs.110).aspx Edited October 31, 201410 yr by Aguila
Create an account or sign in to comment