File tree Expand file tree Collapse file tree
NETReactorSlayer-x64.CLI/Properties
NETReactorSlayer.CLI/Properties
NETReactorSlayer.De4dot/Properties
NETReactorSlayer.GUI/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313[ assembly: Guid ( "4363303c-af4c-4c1b-8284-fc468514c15d" ) ]
1414[ assembly: AssemblyVersion ( "5.0.0.0" ) ]
1515[ assembly: AssemblyFileVersion ( "5.0.0.0" ) ]
16- [ assembly: AssemblyInformationalVersion ( "v5.0-rc1 " ) ]
16+ [ assembly: AssemblyInformationalVersion ( "v5.0.0.0 " ) ]
Original file line number Diff line number Diff line change 1313[ assembly: Guid ( "91f328fb-ceec-4869-8dad-0f9a3eefab48" ) ]
1414[ assembly: AssemblyVersion ( "5.0.0.0" ) ]
1515[ assembly: AssemblyFileVersion ( "5.0.0.0" ) ]
16- [ assembly: AssemblyInformationalVersion ( "v5.0-rc1 " ) ]
16+ [ assembly: AssemblyInformationalVersion ( "v5.0.0.0 " ) ]
Original file line number Diff line number Diff line change 44using de4dot . blocks ;
55using de4dot . blocks . cflow ;
66using dnlib . DotNet ;
7+ /*
8+ Copyright (C) 2021 CodeStrikers.org
9+ This file is part of NETReactorSlayer.
10+ NETReactorSlayer is free software: you can redistribute it and/or modify
11+ it under the terms of the GNU General Public License as published by
12+ the Free Software Foundation, either version 3 of the License, or
13+ (at your option) any later version.
14+ NETReactorSlayer is distributed in the hope that it will be useful,
15+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+ GNU General Public License for more details.
18+ You should have received a copy of the GNU General Public License
19+ along with NETReactorSlayer. If not, see <http://www.gnu.org/licenses/>.
20+ */
21+
722using dnlib . DotNet . Emit ;
823
924namespace NETReactorSlayer . Core . Helper ;
1025
1126internal class EncryptedResource : IDisposable
1227{
13- /// <summary>
14- /// Constructor
15- /// </summary>
16- /// <param name="method">Resource decrypter method.</param>
17- /// <param name="additionalTypes"></param>
1828 public EncryptedResource ( MethodDef method , IList < string > additionalTypes )
1929 {
2030 SimpleDeobfuscator . Deobfuscate ( method ) ;
Original file line number Diff line number Diff line change 1313[ assembly: Guid ( "11e508f0-7aa3-46bd-9891-766deb293830" ) ]
1414[ assembly: AssemblyVersion ( "5.0.0.0" ) ]
1515[ assembly: AssemblyFileVersion ( "5.0.0.0" ) ]
16- [ assembly: AssemblyInformationalVersion ( "v5.0-rc1 " ) ]
16+ [ assembly: AssemblyInformationalVersion ( "v5.0.0.0 " ) ]
Original file line number Diff line number Diff line change 1313[ assembly: Guid ( "ac8d9e60-5e24-4fe1-8d3c-d100571d5944" ) ]
1414[ assembly: AssemblyVersion ( "5.0.0.0" ) ]
1515[ assembly: AssemblyFileVersion ( "5.0.0.0" ) ]
16- [ assembly: AssemblyInformationalVersion ( "v5.0-rc1 " ) ]
16+ [ assembly: AssemblyInformationalVersion ( "v5.0.0.0 " ) ]
Original file line number Diff line number Diff line change 1313[ assembly: Guid ( "cb061de1-00f8-46fb-9bfc-d05b8d0f59ba" ) ]
1414[ assembly: AssemblyVersion ( "5.0.0.0" ) ]
1515[ assembly: AssemblyFileVersion ( "5.0.0.0" ) ]
16- [ assembly: AssemblyInformationalVersion ( "v5.0-rc1 " ) ]
16+ [ assembly: AssemblyInformationalVersion ( "v5.0.0.0 " ) ]
You can’t perform that action at this time.
0 commit comments