EvilZone

Programming and Scripting => Projects and Discussion => : daflowjoe May 17, 2013, 03:58:41 PM

: Irreversible installation and running processes (root kits)
: daflowjoe May 17, 2013, 03:58:41 PM
Hey guys,


i am thinking about developing an anti procrastination software, which is impossible to disable or to delete. ;-) So i thought about how I could do this.
The only thing i considered are rootkits. But my knowledge about rootkits istn that deep.
Do you guys have any ideas how to somewhat?
My primary questions are:
Are rootkits reversible for the rootkit it self, so that deinstallation is just possible with the permission of the rootkit?
Are there rootkits that are not deletable for the admin even if he know how it works?
Which rootkits are simple to implement and will fit for this problem?
Are there any other ways to do this?


Best regards


joe
: Re: Irreversible installation and running processes (root kits)
: p@nd@ May 23, 2013, 08:26:39 PM
Hey guys,
[size=78%]i am thinking about developing an anti procrastination software, which is impossible to disable or to delete. ;-) [/size]


First post and it happens to go down like this............Sadness overwhelms me
: Re: Irreversible installation and running processes (root kits)
: Kulverstukas May 23, 2013, 08:37:21 PM
Since you're trying to develop this, I shall move this thread to Projects and discussion.
: Re: Irreversible installation and running processes (root kits)
: bluechill May 27, 2013, 09:53:18 PM
You can never make something which is impossible to remove if it was put there via software.  If it was put into the hardware you can manually remove it yourself.... basically you won't be able to make something which you can never uninstall.
: Re: Irreversible installation and running processes (root kits)
: Stackprotector May 28, 2013, 11:38:26 AM
Hey guys,


i am thinking about developing an anti procrastination software, which is impossible to disable or to delete. ;-) So i thought about how I could do this.
The only thing i considered are rootkits. But my knowledge about rootkits istn that deep.
Do you guys have any ideas how to somewhat?
My primary questions are:
Are rootkits reversible for the rootkit it self, so that deinstallation is just possible with the permission of the rootkit?
Are there rootkits that are not deletable for the admin even if he know how it works?
Which rootkits are simple to implement and will fit for this problem?
Are there any other ways to do this?


Best regards


joe
Rootkits are a very advanced type of mallware. To get the closest to the result of a rootkit who "can't" be removed you would want to have total(root) control of everything, thus infecting something like the bootloader. Go learn the basics first my friend :)