Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 321 Bytes

File Monitor

This is just a small script to get into C# programming (my first).

Continuously monitors a list of paths for changes and prints them to the console. May be helpful to identify interesting temp files, such as scripts. Idea taken from Black Hat Python (BHP Vol.2).


Target used: .NET Framework 3.5