I\'m learning how to obfuscate my assembly using .NET Reactor. One option is to "Generate a native x86 EXE file stub," which I do not understand its purpose. I import an assembly (e.g. an .e
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
If I obfuscate a vb.net assembly using Eazfuscator with symbol names encryption turned on (so that I can use the Eazfuscator stack trace decoder), is this effectively undone if I ship the PDB file?I w
I was working through the 160 byte BrainFuck code trying to figure out what things do, and I cant seem to figure out what 1[d=b] does.
Are there any alternatives开发者_运维技巧 for obfuscation to protect your code from being stolen?An ultimate protection is the SaaS model. Anything else will expose your precious secrets one way or an
I was able to modify *.proj file for the project to include babel build target. <Import Project=\"C:\\Program Files\\Babel\\MSBuild\\Babel.Build.targets\" />
I\'m currently developing a Java library of my own to be used in other apps in my office, and I\'m exploring ways of obfuscating the library itself.
Is it possible to write a regular expression which checks if a string (some code) is minified? Ma开发者_JS百科ny PHP/JS obfuscators remove white space chars (among other things).
I am using dotfuscator for the protecting of my hello.exe and supporting files like hello.dll hello.xml
I inherited a project that includes the following crazy JavaScript. I assume this is the result of running the original code through a minifier/obfuscator, and wasn\'t actually written like this.