Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
NoisetteDeobf
Browse files Browse the repository at this point in the history
  • Loading branch information
rhotav committed Nov 30, 2019
1 parent b1d17d0 commit 9795fd5
Show file tree
Hide file tree
Showing 27 changed files with 2,598 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NoisetteDeobfuscator.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoisetteDeobfuscator", "NoisetteDeobfuscator\NoisetteDeobfuscator.csproj", "{820CF194-9C6E-4904-A748-B7AF18A75F05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{820CF194-9C6E-4904-A748-B7AF18A75F05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{820CF194-9C6E-4904-A748-B7AF18A75F05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{820CF194-9C6E-4904-A748-B7AF18A75F05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{820CF194-9C6E-4904-A748-B7AF18A75F05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E587EB3D-2500-4EB4-B2BE-F860F173D73D}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions NoisetteDeobfuscator/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
168 changes: 168 additions & 0 deletions NoisetteDeobfuscator/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9795fd5

Please sign in to comment.