Tagged Questions

2
votes
2answers
210 views

Where does windows explorer store file meta data?

In Windows 7 I can add meta data to files for example title, rating and so on. Where is this meta data stored exactly? For NTFS they may use alternate data streams but I this meta data also happen to ...
1
vote
6answers
495 views

Remove Meta Data from .NET applications?

Is this possible? Does the .NET framework depend on the meta data in the bytecode? I'd like to have an application i write not work in reflector or a similar .NET decompiler. Any help would be super ...