mohan93 Posted May 20, 2014 Posted May 20, 2014 (edited) Hey Guys, Creating a small tool with autoit which will fetch the values displayed in the command prompt and display in an User Interface. Corflags.exe is a .Net SDK tool, which is used to display the architecture of .Net developed EXEs and helps to change the complier (32bit or 64 bit) Examples: (I want to know the details of MyApplication.exe) Corflags.exe "MyApplication.exe" (This command was ran in a command prompt) Microsoft ® .NET Framework CorFlags Conversion Tool. Version 3.5.30729.1 Copyright © Microsoft Corporation. All rights reserved. Version : v2.0.50727 CLR Header: 2.5 PE : PE32 CorFlags : 11 ILONLY : 1 32BIT : 1 Signed : 1 I want to capture the value of CLR Header, 32BIT, PE and want to display in a dialog box in my front end. How do i fetch the values ? Please assist. Cheers, Edited May 20, 2014 by mohan93
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now