Log in

View Full Version : File hiding


ReVeR
September 25th, 2004, 18:13
Hey.
i was wondering how i can hide files and folders in win xp?
when i mean hide i mean so they are not seen by the windows explorer.....
any ideas?
thx

JMI
September 25th, 2004, 18:22
Here's a hint. Put something really complex, such as "hiding folders from explorer" in you favorite search engine. Although I only got 22,100 hits, you might get more or less.

How about your start there and do some of the work to solve your own problem.

Regards,

0rp
September 25th, 2004, 18:48
you can hook NtQueryDirectoryFile to manipulate the results of FileFind* api-calls

in ring0, as always

Woodmann
September 25th, 2004, 19:42
Quote:
, such as "hiding folders from explorer" in you favorite search engine. Although I only got 22,100 hits, you might get more or less.


"hiding folders from explorer" gave back nothing.
If you remove the quotation marks (you need to indicate these type of things you will get much better results.
I got 22,300
Of course you only need look at the first 5 to get an answer that seems reasonable.

TA TA, Woodmann

JMI
September 26th, 2004, 18:50
True. I forgot to add my usual statement to that of: (without the quotes).

Regards,

verilog_crack
October 4th, 2004, 06:27
Quote:
[Originally Posted by Woodmann]....
Of course you only need look at the first 5 to get an answer that seems reasonable.TA TA, Woodmann

Hi,
I searched but all of the google top results suggest program and not a programming technique.
thanks

JMI
October 4th, 2004, 12:17
So did that not suggest to you the possibility of downloading one of the programs which does the "hiding' and disassemble it and see how "it" does the process? Hum?? Or did you want someone to do the work for you and give you ready made code? Or course, if you look down below the top level search results, you would probably find that as well.

Regards,

01111000
October 6th, 2004, 09:42
Beneath my C[M]I-tool, what`s the problem w/ a simple registry manipulation ?