Activity overview
Latest activity by rocchellid
You're right, I used the exe.
I had not noticed the problem because the /build work also with the exe.
Thank you !
Davide / comments
You're right, I used the exe.
I had not noticed the problem because the /build work also with the exe.
Thank you !
Davide
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...
Version is 6.6.3.41 and pruning is already active ...
Dll is made by VS 2010 in C#
I see that in private method, paramenters are renamed but a very similar name Veicolo becames veicolo1.
Only local (private in class) variable method and properties seems to be obfuscated as requested ... / comments
Version is 6.6.3.41 and pruning is already active ...
Dll is made by VS 2010 in C#
I see that in private method, paramenters are renamed but a very similar name Veicolo becames veicolo1.
Only local...
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...