| Michael Mol ( @ 2008-11-19 17:56:00 |
NTFS Alternate Data Streams
Anyone have a good, free tool* for finding NTFS Alternate Data Streams? I tried running a C# program from CodeProject.net, and it failed because its author missed the fact that you can't access UI objects in .Net from a thread different from the one it was created in. (MFC suffers from this same failing, because it likes to keep all kinds of data in thread-local storage. I know how to get around the problem with MFC, but I wasn't about to spend the time rewriting a C# app.)
Anyone have a good, free tool* for finding NTFS Alternate Data Streams? I tried running a C# program from CodeProject.net, and it failed because its author missed the fact that you can't access UI objects in .Net from a thread different from the one it was created in. (MFC suffers from this same failing, because it likes to keep all kinds of data in thread-local storage. I know how to get around the problem with MFC, but I wasn't about to spend the time rewriting a C# app.)
* Doesn't have to be fast, so I'm still at two out of three... ;-)