Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ret42 committed Jun 9, 2021
1 parent 3678cbc commit a7cf3dc
Show file tree
Hide file tree
Showing 23 changed files with 82 additions and 0 deletions.
Binary file added De4Dot/de4dot (Wuhensoft)/bin/AssemblyData.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file not shown.
9 changes: 9 additions & 0 deletions De4Dot/de4dot (Wuhensoft)/bin/AssemblyServer-CLR20.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file not shown.
9 changes: 9 additions & 0 deletions De4Dot/de4dot (Wuhensoft)/bin/AssemblyServer-CLR40.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file not shown.
10 changes: 10 additions & 0 deletions De4Dot/de4dot (Wuhensoft)/bin/AssemblyServer-x64.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file not shown.
10 changes: 10 additions & 0 deletions De4Dot/de4dot (Wuhensoft)/bin/AssemblyServer.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file added De4Dot/de4dot (Wuhensoft)/bin/Cleaned.exe
Binary file not shown.
Binary file added De4Dot/de4dot (Wuhensoft)/bin/de4dot.blocks.dll
Binary file not shown.
Binary file added De4Dot/de4dot (Wuhensoft)/bin/de4dot.code.dll
Binary file not shown.
Binary file added De4Dot/de4dot (Wuhensoft)/bin/de4dot.cui.dll
Binary file not shown.
Binary file not shown.
Binary file added De4Dot/de4dot (Wuhensoft)/bin/dnlib.dll
Binary file not shown.
Binary file added De4Dot/de4dot (Wuhensoft)/de4dot-x64.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions De4Dot/de4dot (Wuhensoft)/de4dot-x64.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin"/>
</assemblyBinding>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Binary file added De4Dot/de4dot (Wuhensoft)/de4dot.exe
Binary file not shown.
13 changes: 13 additions & 0 deletions De4Dot/de4dot (Wuhensoft)/de4dot.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v2.0.50727"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin"/>
</assemblyBinding>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>

0 comments on commit a7cf3dc

Please sign in to comment.