obfuscation
What is an .exe file stub?
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[详细]
2023-04-01 18:39 分类:问答What is the difference between Skater .NET Obfuscator Free and Paid [closed]
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.[详细]
2023-04-01 06:57 分类:问答Does shipping PDB file make obfuscation useless in .net?
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[详细]
2023-04-01 06:48 分类:问答What does 1[d=b] mean?
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.[详细]
2023-03-31 18:25 分类:问答Alternative for Obfuscation in the .NET world
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[详细]
2023-03-31 04:04 分类:问答How to configure babel.net obfuscator to only run on release builds?
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\" />[详细]
2023-03-30 15:51 分类:问答Using yGuard to obfuscate library in Eclipse
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.[详细]
2023-03-30 05:56 分类:问答Is it possible to write a regex which checks if a string (javascript & php code) is minified?
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).[详细]
2023-03-30 04:14 分类:问答Command for taking exe and all supporting files(dll's and xml) for dotfuscation
I am using dotfuscator for the protecting of my hello.exe and supporting files like hello.dll hello.xml[详细]
2023-03-30 02:33 分类:问答identify this JavaScript?
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.[详细]
2023-03-28 11:47 分类:问答