¡@

Home 

c# Programming Glossary: decompiler

How to protect .Net exe from Decompiling/Cracking

http://stackoverflow.com/questions/11711446/how-to-protect-net-exe-from-decompiling-cracking

also decompile the App.Config with sensitive data c# .net decompiler cracking share improve this question 1 How to make sure..

How is GetHashCode() of C# string implemented?

http://stackoverflow.com/questions/15174477/how-is-gethashcode-of-c-sharp-string-implemented

There's a lot more to it than what you can see from a decompiler. Pick the one that matches your preferred .NET target the method..

Compiling C# to Native?

http://stackoverflow.com/questions/1921656/compiling-c-sharp-to-native

unmanaged C C applications into IDAPro and use the HexRays decompiler I don't quite get the same degree of decompilation back and..

Single-assembly multi-language Windows Forms deployment (ILMerge and satellite assemblies / localization) - possible?

http://stackoverflow.com/questions/1952638/single-assembly-multi-language-windows-forms-deployment-ilmerge-and-satellite-a

of resources in the merged assembly observed with ILSpy decompiler InputProg.resources InputProg.es.resources InputProg.es.resources..

How do I enforce an expiration date for a trial install of my software?

http://stackoverflow.com/questions/5488249/how-do-i-enforce-an-expiration-date-for-a-trial-install-of-my-software

with the aid of if it comes to last resorts a debugger and decompiler. If the software is on a device in the possession of the end..

A .net disassembler/decompiler [closed]

http://stackoverflow.com/questions/578883/a-net-disassembler-decompiler

.net disassembler decompiler closed I am looking for a disassembler or better a decompiler.. closed I am looking for a disassembler or better a decompiler for .net. The situation is that the source code for an assembly..

How do you prevent IDisposable from spreading to all your classes?

http://stackoverflow.com/questions/661815/how-do-you-prevent-idisposable-from-spreading-to-all-your-classes

Is the size of a Form in Visual Studio designer limited to screen resolution?

http://stackoverflow.com/questions/6651115/is-the-size-of-a-form-in-visual-studio-designer-limited-to-screen-resolution

is hardcoded in Forms.SetBoundsCore like using ILSpy as a decompiler if this.WindowState FormWindowState.Normal base.Height height..

Is there a way to prevent dll from being opened in a software like reflector?

http://stackoverflow.com/questions/862560/is-there-a-way-to-prevent-dll-from-being-opened-in-a-software-like-reflector

you can't prevent a managed DLL from being opened in a decompiler all what you can do is to obfuscate it. share improve this..