|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
OFF TOPIC: IL DASM the MSIL disasseblerHello, I found this tool from the .Net Framework Tools Package, and I opened
one of my .EXE aplications.The disasembler, shows you the code, not in VB, but important information that I tought it wasnt that easy to see. Does anyone knows hoy to compile to prevent this disassebler from spying your code? Thank you "Manekurt" <mar_c_o_***@gamacom.com.ar> schrieb: Keyword: obfuscation.> Hello, I found this tool from the .Net Framework Tools Package, and I > opened one of my .EXE aplications.The disasembler, shows you the code, not > in VB, but important information that I tought it wasnt that easy to see. > Does anyone knows hoy to compile to prevent this disassebler from spying > your code? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> >> Hello, I found this tool from the .Net Framework Tools Package, and I Even with obfuscation, it is still possible to infer the actions inside of >> opened one of my .EXE aplications.The disasembler, shows you the >> code, not in VB, but important information that I tought it wasnt >> that easy to see. Does anyone knows hoy to compile to prevent this >> disassebler from spying your code? >> > Keyword: obfuscation. an application. Obfuscation simply replaces the english readable names for methods/properties/etc with more cryptic versions (ie. Prop1 becomes "a" and Prop2 could be "aa"). It makes it more difficult to understand what is going on internally, but not impossible, particularly when using tools like Reflector. If you truely need to keep business secrets in your code, that information would need to be kept in server components (ie. web services) or in unmanaged code. Jim Wooley http://devauthority.com/blogs/jwooley
Fire event
VB.NET Datagrid Sorting of Numbers For Each Loop in ASP.NET 2.0 VB.NET XML Documentor Download File From Content-Disposition serialization, object within a dataset difference in Filestream + StreamWriter and just StreamWriter VS.NET 2005 Service Pack 1? Missing Dll mscoree.dll unhandled exception on .NET Framework (deployment) |
|||||||||||||||||||||||