Veiwing present NTFS Alternate Data Streams

Questions about programming languages and debugging
Post Reply
p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Veiwing present NTFS Alternate Data Streams

Post by p99 »

Alright so I came up with an idea for a utility for storing data in ADStreams.
Now this isn't aimed at being malicious (like it matters) but I do want a user to be able to manage streams attached to a file.

Now opening and storing files in AD Streams is simple. But I cannot find a way to veiw streams that are attached to a file.

I am probably going to make this in C++ or Python (not sure depends on if it's gui based or not).

So any help would be appreciated.

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

here you can get the source files of ADScheck, should help you to figure out how it's done:
http://sourceforge.net/projects/adscheck/

:wink:

p99
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 291
Joined: 14 Oct 2006, 16:00
17
Location: Some hippy's van
Contact:

Post by p99 »

Awesome thank you.

Post Reply