http://technet.microsoft.c
A concrete example of what I referred to in my above comment is given in the above link. If the OS FindFirstFile/FindNextFile
Main Topics
Browse All TopicsHello,
I need anti-rootkit source in delphi? Anyone can help me. Good presentation appreciate.
prasid
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
http://technet.microsoft.c
A concrete example of what I referred to in my above comment is given in the above link. If the OS FindFirstFile/FindNextFile
Delphi could be used to write a Root Kit Revealer
You could use a chicken feather to crack open a boiled egg
Life alas is not long enough to pursue even one of the above objectives successfully. Did you read the bit in that link which said:-
"The reason that there is no longer a command-line version is that malware authors have started targetting RootkitRevealer's scan by using its executable name. We've therefore updated RootkitRevealer to execute its scan from a randomly named copy of itself that runs as a Windows service."
Does that not give an insight into what one is up against?
(1) Delphi is not the language to use for this type of application.
(2) The code that makes up such an application has to second-guess hackers, crackers, malware writers around the world. If the question "How Do I...?" has to be asked then, with all due respects, the person asking that question needs to choose a more modest target. To write anti-malware one needs to think like a malware author.
Business Accounts
Answer for Membership
by: moorhouselondonPosted on 2009-10-25 at 13:51:41ID: 25658162
Guessing here, but the idea of root-kit checking is that the standard libraries and hooks that the OS uses to do standard things are bypassed in order to check their integrity. Delphi probably has no method of bypassing those without writing big chunks of assembler code. In other words I don't think Delphi is the right tool for this job.