Red Gate SmartAssembly 7.0.3.2212-NET代碼保護加密工具 RedGateSmartAssembly是一款NET代碼保護加密工具,它有效地使每一個.NET開發人員提供了他.NET應用程序的智能版本,在任何時間,並與特殊緩解。 SmartAssemblyisanobfuscatorthathelpsprotectyourapplicationagainstreverse-engineeringormodification,bymakingitdifficultforathird-partytoaccessyoursourcecode.IfyourentirebusinessrestsontheIPembodiedinyoursoftwareoryoudon'twantyourC#orVB.NETcodeexposedinternationally,thenobfuscatingyourcodebecomesanecessity,notaluxury. WithSmartAssembly,yougetacomprehensivesetofobfuscationfeatures,includingnamemangling,controlflowobfuscation,stringsencoding,referencedynamicproxy,anddeclarativeobfuscation. Keyfeatures Namemangling Changesthenamesofmethodsandfieldstomakeithardtounderstandtheirpurpose. Controlflowobfuscation Convertsthecodeinsidemethodsto'spaghetticode'tomakeitdifficulttoseehowtheapplicationworks. Referencesdynamicproxy Createsaproxyforcallstomethodsoutsideofyourassemblytomakeithardtofindexternalcalls. Stringsencoding EncodesthestringsusedinyoursoftwaretohidesuchinformationaspasswordsandSQLqueries. Resourcescompressionandencryption Compressesandencryptsmanagedresourcestomakethemhardtounderstand,andtoreducethesizeoftheassembly. Pruning Removesnon-usefulmetadatatomakethecodehardertoreverse-engineer,reducethesizeoftheassembly,andimproveloadingtime. Dependenciesmerging TakesalltheDLLsandmergesdependenciesintothemainassembly,soyoudon'thavetoloadlotsofDLLfiles,andsothattheycanalsobeobfuscated. Dependenciescompressionandembedding Compressesandembedsyourdependenciesintoyourmainassembly,simplifyingthedeploymentofyoursoftwareandreducingthesizeofyourprogram. Methodparentobfuscation Movesmethodsinyourcodebychangingtheclasstheyarein,makingithardertounderstandhowmethodsandclassesrelatetoeachother. Strongnamesigningwithtamperprotection Signsyourassemblyandhelpstoprotectitagainstmodification(theadditionaltamperprotectionisnotavailableintheStandardedition). Declarativeobfuscation Excludesamemberfromobfuscationusingcustomattributesdirectlyinyourcode. WhatsNew: Updates:officialsitedoesnotprovideanyinfoaboutchangesinthisversion.