Jump to content

Recommended Posts

Posted

Hello everyone!

I would like to know (with a AutoIT function/UDF) if an executable is coded in .Net or not. I know that is possible but I don't know how. May you help me?

Posted
  On 9/11/2015 at 5:13 AM, computergroove said:

You can run:

tasklist /m "mscor*"

from the command prompt to list all applications that are using .net to run. You should be able to make a script pretty easily fro this.

What if I don't want to run the software in question? (the .exe that I know if it's a .net or not

Posted

You can search in the import directory for mscoree.dll.

 

Saludos

Posted (edited)

Look inside. there is the way to get the import directory.

Saludos

Edited by Danyfirex
Posted
  On 9/11/2015 at 3:35 PM, computergroove said:

I researched this for awhile last night and I could not find anything else.

Thanks you very much brother.. I finaly found something.

There is a softwaire called Die : Download link here ---> http://www.solidfiles.com/d/ae7b156b91/

We can use it with Autoit using the ShellExecuteWait command

  On 9/11/2015 at 4:01 PM, Danyfirex said:

You can search in the import directory for mscoree.dll.

 

Saludos

Thanks but I found something better :)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...