net-reactor

How to use .Net Reactor obfuscated dll of Xamarin Android APK

自闭症网瘾萝莉.ら 提交于 2019-12-04 14:32:09
问题 I am new to Xamarin Android. I have created an App using Visual Studio 2015 Community Edition. I have set the Solution Configuration to Release. For obfuscation I used .Net Reactor. This is how I tried to obfuscate 1: Once I build the App, I will go to Bin\Release folder 2: Obfuscate the App.dll 3: Replace the original dll with obfuscated dll in Bin\Release, Obj\Release and Obj\Release\assemblies 4: Go to Tools->Android->Publish However when I tried to publish the obfuscated dll will be

What is an .exe file stub?

偶尔善良 提交于 2019-12-01 20:41:40
问题 I'm learning how to obfuscate my assembly and is using .NET Reactor for this purpose. One of the option is "Generate a native x86 EXE file stub" , which I do not understand its purpose. I import an assembly (e.g. a .exe file) and output an obfuscated .exe file, which is roughly of the same size. If I checked "Generate native x86 file stub" , the software output a .exe file which is much smaller in size (like the .exe is compressed..) I do not understand what that means. And in the

What is an .exe file stub?

半世苍凉 提交于 2019-12-01 19:48:46
I'm learning how to obfuscate my assembly and is using .NET Reactor for this purpose. One of the option is "Generate a native x86 EXE file stub" , which I do not understand its purpose. I import an assembly (e.g. a .exe file) and output an obfuscated .exe file, which is roughly of the same size. If I checked "Generate native x86 file stub" , the software output a .exe file which is much smaller in size (like the .exe is compressed..) I do not understand what that means. And in the documentation, it states: .NET Reactor is able to generate a native x86 EXE file stub for your application. This