| | |
Obfuscation
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2009
Posts: 109
Reputation:
Solved Threads: 16
The other thing to remember is that most source-code level obfuscation - sans name-mangling - is going to be optimised out by the compiler anyway. The structure of your program needs to remain intact and any decent decompiler is going to retrieve that with no problems so mangling names just doesn't give away hints about what your variables and functions mean/do, though reading through the code will likely fill in most of the gaps anyway.
If you really wanted to do name mangling you could add a step in your build process, a script that searches through and modifies all of your symbol names, but there's realistically little point to that.
If you really wanted to do name mangling you could add a step in your build process, a script that searches through and modifies all of your symbol names, but there's realistically little point to that.
![]() |
Similar Threads
- Converting Java Program into Windows Application (Java)
- PHP or ASP (Search Engine Optimization)
- Plz Solve this problem... (C++)
- Functors and facades (C++)
- Protect web content (HTML and CSS)
- Deleting characters function ( with just one parameter) (C)
- Finding Perfect Numbers. "help plz" (C++)
Other Threads in the C# Forum
- Previous Thread: Keep retrying to connect to server in background
- Next Thread: validations
| Thread Tools | Search this Thread |
.net access ado.net algorithm array backup barchart bitmap box broadcast buttons c# check checkbox client combobox control conversion csharp custom database databasesearch datagrid datagridview datagridviewcheckbox dataset datetime degrees development draganddrop drawing dynamiccreation encryption enum equation event excel file form format formatting forms function gdi+ httpwebrequest image index input install interface java label list listbox mandelbrot math mouse mouseclick mysql namevaluepairs operator path photoshop picturebox pixelinversion post powerpacks programming property radians regex remote remoting resource restore richtextbox server sleep socket sql statistics stream string table text textbox thread time timer update usercontrol validation visualstudio wait webbrowser windows winforms working wpf xml





