1

When I am using .net Reactor to encrypt my project ,it will create mydllname_secure folder, But i hope Direct rewrite original file, is it possible ? I have tried to change the settings Target File from

<AssemblyLocation>\<AssemblyName>_Secure\<AssemblyFileName>

to

<AssemblyLocation><AssemblyFileName> 

but it never encrypted Please Let me know what change i will do so that same file will be overridden using .net reactor tool

Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93

1 Answers1

1

Following settings worked

<AssemblyLocation>\<AssemblyFileName>
Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93