Richard Robertson Posted October 18, 2007 Posted October 18, 2007 It still won't stop CDs. Also, if the drive is inserted and autorun is enabled, the file will be run before it can be deleted. Ever think about that?
rasim Posted February 2, 2008 Posted February 2, 2008 Autorun Eater v2.1 is has been released!Please click HERE to view download page.Hey! Where source code?
DirtDBaK Posted February 2, 2008 Posted February 2, 2008 Hey! Where source code?Be careful asking about that Valik already sent out his warning! [center][/center]
GEOSoft Posted February 26, 2008 Posted February 26, 2008 This code can error out if you have drives other than hard drives or USB drives. My Cardreader shows as 5 separate "Fixed" drives and since there is no media in them I get errors. You might want to take a look at using DriveStatus() since I suspect you are checking the drives in a loop. If DriveGetStatus($Drive) <> "Ready" Then ContinueLoop George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
WeMartiansAreFriendly Posted October 9, 2008 Posted October 9, 2008 I have been getting positive as well as negative feedbacks from around the globe regarding Autorun Eater. So far there are more than 230,000 downloads.Are you an Autorun Eater user? If so, what do you think can be improved or any extra features which can be included in future releases?Thank you! How about an autorun.inf editor? Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
Anteaus Posted October 10, 2008 Posted October 10, 2008 Nice work but IMHO a better idea is a script which runs at startup and checks the NoDriveTypeAutoRun registry values for both machine and user. If these are anything other than 0xFF, it sets them to 0xFF, warns the user and reboots. This covers the possibility of malware (or security-unaware programmers) turning it back on.
Cdma1X Posted October 10, 2008 Posted October 10, 2008 (edited) i am using Eset nod32 Antivirus and it also detects suspicious Autorun.inf files. anything new or advanced in your program? Edited October 10, 2008 by Cdma1X
Skrip Posted November 22, 2008 Posted November 22, 2008 Be careful asking about that Valik already sent out his warning!It's allowed to be asked once per thread. [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
Wooltown Posted December 1, 2008 Posted December 1, 2008 AutoRun: Read the Article on HowToGeek:http://www.howtogeek.com/howto/windows/dis...and-usb-drives/Read the Microsoft Article:http://support.microsoft.com/?scid=kb%3Ben...mp;x=9&y=10To just set a registry value:http://www.annoyances.org/exec/show/article03-018Hope it helps !
rajeshontheweb Posted June 3, 2009 Posted June 3, 2009 great job, some thing in the exact direction i was travelling. i had sorted out the monitoring engine a little bit in wmi and win api as well, testing which of them is gonna be better for me. as most autorun detectors rely on just detecting the file and the signature, i have been reading through the file and trying to check the file name entries and alert the user - this is what i said just the in the same direction. only i didnt notice that it exists since years now!!! can u post it on some more repositories like softpedia, it would be of great use to others, i will post if there is anything i have to say about the software. to start with, i would request a portable version.. as i am a great fan of non installation type of software! Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
rajeshontheweb Posted June 3, 2009 Posted June 3, 2009 another thing, just a bit of doubt, i would think that u use variables to store the data read from the autorun.inf files. so would suggest (pls dont mistake me i know u are a better coder than i am, but still a small suggestion) using memory freeing (emptyworkingset) after the operation (i do feel that u might already be doing it...) Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
MarioFernando Posted June 4, 2009 Posted June 4, 2009 Hmmm... could you explain a lil' further? How would it benefit Autorun Eater?I've been thinking about improving the engine so that it can differentiate between a legitimate autorun.inf file and one used for malicious purposes(it can, but not good enough yet). I got feedbacks saying that it removed Ceedo and U3's autorun.inf as well. It's gonna be tough to do it but any ideas?Well you can get try to get the file size of the virus programe..then if it is below 1 to 2MB it can probably a virus programe!!but this can get deferenciated smtimes.but mostly virus .exe files are below 1MB so that it will get copied fast and easily.Just a suggestion!!
rajeshontheweb Posted June 6, 2009 Posted June 6, 2009 Started late is much better than having never started it!!!!Failure is another step towards success. I've been messing around with: Adding Entry to 'Hosts'File Information Lister (Logger)Yet Another AutoIT Error Handler Yet Another AutoIT Error Handler & Debugger Control your App's TaskBar Button YCurrency Ticker (Latest Release : 16 Apr 2009)_WinInetInternetCheckConnection UDF Symantec Definitions Lister UDF _GetLocalIPAddresses UDF UDF to get Special Folder Information WMI_NetworkAdapterConfiguration2Array WMI_CDRomDriveCapabilities _ScriptExists - Check if your au3 script is running!! Uninstaller UDF Get Version for your application (at script level or compiled stage) Uninstaller Pro - faster alternative to windows application removal applet
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