NTFS Alternate Data Streams Identifier by Hannah Vernon
  • Visual Basic .NET 100%
Find a file
Hannah Vernon 099e808b0d
Merge pull request #6 from HannahVernon/Dev
Updated my name in README.md
2025-03-18 18:56:31 -05:00
ADSIdentifier reformat output to remove extraneous :$DATA from file names 2018-05-07 14:30:27 -05:00
.gitignore Initial commit 2017-05-08 13:26:47 -05:00
ADSIdentifier.sln Add files via upload 2017-05-08 13:36:15 -05:00
License.txt Updated my name in License.txt 2025-03-18 18:53:27 -05:00
README.md Updated my name in README.md 2025-03-18 18:56:00 -05:00

ADSIdentifier

NTFS Alternate Data Streams Identifier by Hannah Vernon

This project provides a Windows-based command-line application that identifies, and optionally removes, NTFS Alternate Data Streams.

Useage is:   ADSIdentifier.exe /Folder:<starting_folder_name>  
              [/P] or [/Pause] - pause before exiting  
              [/IZI] or [/IgnoreZoneIdentifier] - ignore :Zone.Identifier streams  
              [/Pattern:<xyz>] - only find Alternate Data Streams matching <xyz>  
              [/Remove] - remove Alternate Data Streams that have been found matching the other parameters  

The project source code is written in Visual Basic, using Microsoft Visual Studio Community Edition 2017.