Posts
Sort by recent activity
Silent mode in command line
My project is made of an exe with some dll; some dll are obfuscatd and I use the option in command line /build (in a bat file); It is very convenient, because having to obfuscate 7 dll without havi...
Obfuscation don't rename local variable
Obfuscation is set to:
I want obfuscate using Unicode ...
I want to usa advanced renaming ...
but in code proced I see thet all local variable passed in argument have original name
Resul:
public bo...
Modify dependencies
I have a big project in which there is an executable and 14 dll. Some projects have to be heavily obfuscated, some less and some not.
I don't want a single file obfuscated.
One of these dll must be...