Miserly
Nov 5 2004, 09:36 PM
hi,
i'm sure it is possible but i don't know why, so how can i create rootkits with c/c++? somebody has some good links with code examples? or a rootkit thats open source and coded in c/c++?
i often see that delphi is used for such things, but why?
riotz
Nov 5 2004, 09:41 PM
i think that the basic class you can find at rootkit.com is coded in c/c++..
was asking myself aswell why so many people are coding rootkits in delphi..
maybe its a bit easyer to hook all that stuff ?
setthesun
Nov 6 2004, 01:09 PM
Check out attachment
enemc
Nov 6 2004, 06:45 PM
and a little bit of asm =)
Neoankt
Nov 7 2004, 11:02 PM
delphi is somewhat easier than c/c++ (for me) yet however rk's in C/C++ are not that difficult to make its just like anything in c all you have to do is learn another api and it'll me much easier (I suggest you download xpddk)
B3T4
Nov 10 2004, 09:25 AM
Why ppl still code in delphi ? coz its fast, simple and nice...i like it very much. The downside is is that u have to stay in userland. Which is not needed when u use C/C++, u can then goto kernelland and also write drivers to use in ur rootkit.
enemc
Nov 13 2004, 04:52 PM
coding in delphi has one big side effect... your exe gets much bigger than it should be ..
why?
the reason is.. when you insert a button (e.g.).. you take the whole class in your exe... a lot of information and functions which you probably not know.. and you would not need
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.