Tagged Questions

1
vote
0answers
32 views

How do I parse a DumpBin.exe Output file with Regular Expression or LinqToText

I'm writing a utility wrapper around dumpbin.exe and outputting exports and dependencies for exe files, ocx files and dllfiles. Besides dependency information, I also need to capture Export ...