need scripts

04/08/2014 11:15 ws-man#1
Hi my friends,

I need script that show hidden files that are hidden by viruses.
04/08/2014 12:16 VisionEP1#2
Quote:
Originally Posted by ws-man View Post
Hi my friends,

I need script that show hidden files that are hidden by viruses.
What u mean with hidden by virus?
Autoit shoud be the wrong section for that
U mean hidden filles?
Or hidden path(avir check ur system anyway)
04/08/2014 15:50 FacePalmMan#3
only special programs that run in ring 0 and can directly read the memory without using the windows-intern api's.
just for you to know how a rootkit works and hides files: it makes the windows-intern api's not list up the files that have a special name/some special characters in their name (example: $$$$virus.exe). that means: as long as you use api's you wont have success.

the file... commands of autoit use one of those api's so you wont have success. you will only find the files if you download a dll that has direct access functions, and call those functions using autoit or any other language that can handle dlls.
04/08/2014 21:50 ws-man#4
[Only registered and activated users can see links. Click Here To Register...]