Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Is there a simple and efficient way to program(in VC++, C#)to detect the presence/absence of Strong names,in files/folders ? by parsing each and all of the files contents by enumerating the entire sequence of directories/subdirectories and files,
Although,
C++
using Sn -T <<abc.dll>> or ildasm <<abc.dll>>
for each of assembly/dll/ocx/exe would be inefficient & error prone too.



Regards,
VishaK_90
Posted
Updated 24-Apr-13 22:09pm
v4
Comments
Richard MacCutchan 25-Apr-13 7:09am    
Not really; you need to write code that can understand the format of every file type and find the words you are interested in. Also I'm not sure what you mean by "Strong names".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900