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

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
Posted (edited)

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

Saludos

Edited by Danyfirex
Posted

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

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...