Does a .NET assembly embed any personally identifiable information? -
i wondering if .net assembly contains traceble information? refer information might connect assembly computer made on, person made it, or maybe visual studio made with?
debug symbols gives away file structure , assemblyinfo's give away meta-data well. strings might matter. date-of-modification set. semantically equivalent programs (read: small non-logic changes) can give different binary signatures.
Comments
Post a Comment