Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to use Net Reactor Direct rewrite original file?

Tags:

c#

net-reactor

when I use Net Reactor encrypt my project ,it will create xxxx_secure folder, But i hope Direct rewrite original file,how to do ?

like image 247
zenith Avatar asked Dec 09 '25 05:12

zenith


2 Answers

You have to specify the target file and make it the same as the input file.

Using the command line it looks like this:

dotnet_reactor.exe -file "xyz.dll" -targetfile "xyz.dll"
like image 76
Alexander Egger Avatar answered Dec 11 '25 17:12

Alexander Egger


To overwrite the original file you need to use <AssemblyLocation>\<AssemblyFileName> or alternatively the full path for the "Target File" option.

However, it is recommended to use <AssemblyLocation>\<AssemblyFileName> as it doesn't break paths if you move the file.

like image 30
Eziriz Avatar answered Dec 11 '25 18:12

Eziriz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!