Hey Guys, Creating a small tool with c# which will fetch the values displayed in the command prompt and display in an User Interface.
I run the below command in Command prompt,
Corflags.exe "MyApplication.exe"
Output:
Microsoft (R) .NET Framework CorFlags Conversion Tool. Version 3.5.30729.1Copyright (c) Microsoft Corporation. All rights reserved.
Version : v2.0.50727CLR Header: 2.5PE : PE32CorFlags : 11ILONLY : 132BIT : 1Signed : 1
I want to read the value of CLR Header, 32BIT, PE in the command prompt and want to display in a Text box in my front end.How do i fetch the values ?Please assist.
Cheers,