用C ++编写破坏性木马...... [英] Writing a destructive trojan with C++...

查看:51
本文介绍了用C ++编写破坏性木马......的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在用C ++编写一个破坏性的木马,我需要知道如何在b / z
之前销毁目标的监视器并格式化目标的硬盘

目标可以停止该程序。


我需要做什么?

I''m writing a destructive trojan with C++ and I need to know how I can
destroy the target''s monitor and format the target''s harddisk before the
target can stop the program.

What do I need to do?

推荐答案

在2005-09-12 20:31:51 - 0400,Mad Programmer < bu*@spiderwebonmycpu.com>说:
On 2005-09-12 20:31:51 -0400, "Mad Programmer" <bu*@spiderwebonmycpu.com> said:
我正在用C ++写一个破坏性的木马,我需要知道如何摧毁目标的监视器并格式化目标''
目标之前的硬盘可以停止程序。

我需要做什么?
I''m writing a destructive trojan with C++ and I need to know how I can
destroy the target''s monitor and format the target''s harddisk before
the target can stop the program.

What do I need to do?




嗯,这个程序可能会做它:


无效主()

{

}


-

Clark S. Cox,III
cl ******* @ gmail。 com



Well, this program might do it:

void main()
{
}

--
Clark S. Cox, III
cl*******@gmail.com


*疯狂的程序员:
我正在用C ++写一个破坏性的木马我需要我知道如何在
目标停止程序之前摧毁目标的监视器并格式化目标的硬盘。

我需要做什么?
I''m writing a destructive trojan with C++ and I need to know how I can
destroy the target''s monitor and format the target''s harddisk before the
target can stop the program.

What do I need to do?




问你的老师。


问题在这个小组中是偏离主题的。


-

答:因为它很有道理人们通常阅读文字的顺序。

问:为什么这么糟糕?

A:热门发布。

问:usenet和电子邮件中最烦人的事情是什么?



Ask your teacher.

The question is off-topic in this group.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


Mad Programmer写道:
Mad Programmer wrote:
我'用C ++写一个破坏性的木马,我需要知道如何摧毁目标的监视器


该程序可以入侵电力供应商网络和

给它过电压。我认为没有其他方法可以实际销毁

硬件。好吧,有可能砖头一个BIOS Flash,即
用垃圾覆盖它。但是这可以通过

闪存来实现。

并在目标可以停止程序之前格式化目标的硬盘。
I''m writing a destructive trojan with C++ and I need to know
how I can destroy the target''s monitor
The program could hack into the electricity suppliers net and
give overvoltage to it. I see no other way to actually destroy
hardware. Ok it''s possible to "brick" a BIOS Flash i.e.
overwriting it with garbage. But that is reversible with a
flasher.
and format the target''s
harddisk before the target can stop the program.




呵呵,好好试试。如果您在* nix上格式化硬盘,那么

程序可能会在
的第一个字节后立即停止FS已被清零。然而,这些可以被恢复。


真的:写一个破坏性的程序并不显示技能但是

不成熟。为教育目的编写病毒可能会很有趣,因为它需要在较低的水平上摆弄。 OTOH

在一个设计精良的系统上你几乎找不到可执行文件你可以在没有root权限的情况下覆盖
。如果



Hehe, nice try. If you format the harddisk on a *nix your
programm will probably immediately stop after the first bytes of
the FS have been nulled. However these can be revovered.

Really: Writing a destructive programm doesn''t show skill but
immaturenes. Writing a virus for educational purposes can be
interesting, as it requires fiddling around on a low level. OTOH
on a sanely designed system you will hardly find executables you
can overwrite without root permission. And if


这篇关于用C ++编写破坏性木马......的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆