XProCoder Posted September 10, 2015 Posted September 10, 2015 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?
computergroove Posted September 11, 2015 Posted September 11, 2015 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. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
XProCoder Posted September 11, 2015 Author Posted September 11, 2015 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
computergroove Posted September 11, 2015 Posted September 11, 2015 I researched this for awhile last night and I could not find anything else. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
Danyfirex Posted September 11, 2015 Posted September 11, 2015 You can search in the import directory for mscoree.dll. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
Danyfirex Posted September 11, 2015 Posted September 11, 2015 (edited) Look inside. there is the way to get the import directory.Saludos Edited September 11, 2015 by Danyfirex Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
XProCoder Posted September 13, 2015 Author Posted September 13, 2015 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 commandYou can search in the import directory for mscoree.dll. SaludosThanks but I found something better
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