Jump to content

How can I check if a file is .net? (With AutoIT)


XProCoder
 Share

Recommended Posts

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

Link to comment
Share on other sites

Link to comment
Share on other sites

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

Saludos

Edited by Danyfirex
Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...