
Originally Posted by
beastflyff
avast can't even remove viruses... LOL
try to search for bitdefender why it was the best AV...
bitdefender don't just detect false info...
It's a RAT virus...
Gen:Variant.Kazy.159549
Get Rid of Gen.Variant.Kazy Infection | Complete Variant.Kazy Removal Instructions
anyway, use it at your own risk.. I bet if you use this on your server, 101% chance your server will be hacked...
and 1 more thing... why do he release a .exe file without a Virus Scan?
Bitdefender = pile of shit, as is Avast... However, at least Avast offers realtime protection for free(I think?).
Anyways, this shit isn't even obfuscated.
Code:
private void button1_Click(object sender, EventArgs e)
{
string str;
int num = int.Parse(this.textBox1.Text);
int num3 = int.Parse(this.textBox2.Text);
this.progressBar1.Value = 0;
if (this.checkBox1.Checked)
{
this.progressBar1.Maximum = num3 * 2;
}
else
{
this.progressBar1.Maximum = num3;
}
string str3 = "";
if (this.radioButton1.Checked)
{
str = "IDS_TEXTCLIENT_INC_";
}
else
{
str = "IDS_PROPITEM_TXT_";
}
this.saveFileDialog1.ShowDialog();
string path = this.saveFileDialog1.FileName.ToString();
if (path.Length > 0)
{
int num2;
this.saveFileDialog1.Dispose();
StreamWriter writer = new StreamWriter(path, true);
int length = Convert.ToString(num).Length;
length = 6 - length;
for (int i = 0; i < length; i++)
{
str3 = str3 + "0";
}
for (num2 = num; num2 < (num + num3); num2++)
{
string str5 = str + str3 + num2;
writer.WriteLine(str5);
this.progressBar1.Value++;
}
if (this.checkBox1.Checked)
{
writer.WriteLine("//STARTPAIRS");
for (num2 = num; num2 < (num + num3); num2 += 2)
{
string str6 = str + str3 + num2;
writer.WriteLine(str6);
this.progressBar1.Value++;
}
writer.WriteLine("//STARTUNPAIRS");
for (num2 = num + 1; num2 < (num + num3); num2 += 2)
{
string str7 = str + str3 + num2;
writer.WriteLine(str7);
this.progressBar1.Value++;
}
}
writer.Dispose();
}
}
HOW DO DECOMPILED TO VANILLA???
O also, here's a recompiled + obfuscated version of the app... zzz
Old VT(lemon's exe):
https://www.virustotal.com/en/file/e...afc2/analysis/
My re-compiled + packed exe...
https://mega.co.nz/#!yYMXmKJR!H1Cwn2...PWoJVnHcr-9rCY
VT of mine:
https://www.virustotal.com/en/file/7...is/1366080581/
I didn't modify a single line of code. They both should have identical functionality, yet as you can see, the one Lemon compiled is flagged. AVs for ya...