neology Posted November 29, 2008 Share Posted November 29, 2008 I'm working on my project to develop a tool that notify me the hidden activities in my computer such as copying file, moving file,renaming file,open file,close file and etc.. My friend told me that by hooking the kernel, we can get those information. Now, I'm looking for the script to hook the kernel. Somebody who know this, please help me..thank you in advanced.. Link to comment Share on other sites More sharing options...
Pain Posted November 29, 2008 Share Posted November 29, 2008 AutoIt can't access the kernel, try with Assembler or any other low-level language. Link to comment Share on other sites More sharing options...
WeMartiansAreFriendly Posted November 29, 2008 Share Posted November 29, 2008 I'm working on my project to develop a tool that notify me the hidden activities in my computer such as copying file, moving file,renaming file,open file,close file and etc.. My friend told me that by hooking the kernel, we can get those information. Now, I'm looking for the script to hook the kernel. Somebody who know this, please help me..thank you in advanced..This might give you some insight: http://www.autoitscript.com/forum/index.php?showtopic=84936 Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet() Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 Sorry to raise this topic again. But has anything changed since that time? I mean is it possible to hook kernel? Link to comment Share on other sites More sharing options...
water Posted June 7, 2015 Share Posted June 7, 2015 This topic is 6 1/2 years old and all participants have been offline for quite some time now.Do you really expect an answer? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 Sure, I know I think there should have changed anything about the topic Link to comment Share on other sites More sharing options...
water Posted June 7, 2015 Share Posted June 7, 2015 Why do you want to hook the kernel? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 I have some persistent malicious application installed on my pc- nothing can stop it and nothing can kill its processesI tried processhacker though and it worked for a while. Now the application has updated itself and even processhacker cant kill its process. The processclose() doesnt work at all!I understand that the app is catching my comands via kernel and I thought if this app could have used kernel to hook my comands, why can't I do the same? Link to comment Share on other sites More sharing options...
water Posted June 7, 2015 Share Posted June 7, 2015 AutoIt can't access the kernel, try with Assembler or any other low-level language.As Pain suggested.Or reinstall your PC to get rid of the malicious app. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
JohnOne Posted June 7, 2015 Share Posted June 7, 2015 What is the malicious application? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Developers Jos Posted June 7, 2015 Developers Share Posted June 7, 2015 (edited) Boot from a Jumpdrive image and clean the installation on your disk instead of trying to fix/fight it while it is running.Jos Edited June 7, 2015 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
232showtime Posted June 7, 2015 Share Posted June 7, 2015 (edited) you can modify it through registry, this "malicious app" Edited June 7, 2015 by 232showtime ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon. Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 you can modify it through registry, this "malicious app" It is controlling the registry! Sends access deniedWhat is the malicious application?McAfee security center - but I never installed it by myself!As Pain suggested.Or reinstall your PC to get rid of the malicious app.I am thinking about solution which can help not only to me but, I want to make a "remedy" application which will serve to other people as well!Boot from a Jumpdrive image and clean the installation on your disk instead of trying to fix/fight it while it is running.JosSounds interesting. What do you think can I make it as series of apps run and then return to a normal boot, so that for the user it will be "one click soltuion"? Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 I know there is AV called MacAfee but it is a malicious clone which is continuously asking for money Link to comment Share on other sites More sharing options...
JohnOne Posted June 7, 2015 Share Posted June 7, 2015 McAfee real will continue to ask you for money because it is not free.Also, you cannot uninstall security software if you did not install it, that is the nature of security software. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Developers Jos Posted June 7, 2015 Developers Share Posted June 7, 2015 I know there is AV called MacAfee but it is a malicious clone which is continuously asking for moneyGoogle is your friend:http://www.techrepublic.com/blog/five-apps/five-portable-antivirus-and-antimalware-tools-to-carry-with-you-at-all-times/http://www.pcworld.com/article/2021326/turn-your-flash-drive-into-a-portable-pc-survival-kit.htmletc...Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 McAfee real will continue to ask you for money because it is not free.Also, you cannot uninstall security software if you did not install it, that is the nature of security software.I think we are all here to solve such types of questions, otherwise it is easier to say "We are helpless" ? Please correct me if I am wrongGoogle is your friend:http://www.techrepublic.com/blog/five-apps/five-portable-antivirus-and-antimalware-tools-to-carry-with-you-at-all-times/http://www.pcworld.com/article/2021326/turn-your-flash-drive-into-a-portable-pc-survival-kit.htmletc...JosGreat thanx, will check it out Link to comment Share on other sites More sharing options...
water Posted June 7, 2015 Share Posted June 7, 2015 think we are all here to solve such types of questions, otherwise it is easier to say "We are helpless" ? Please correct me if I am wrongNo, we are here to solve AutoIt related questions (at least in this forum). My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
topten Posted June 7, 2015 Share Posted June 7, 2015 Link to comment Share on other sites More sharing options...
232showtime Posted June 7, 2015 Share Posted June 7, 2015 It is controlling the registry! Sends access deniedare you unable to access the registry??? because of this malicious app? ill get to that... i still need to learn and understand a lot of codes Correct answer, learn to walk before you take on that marathon. Link to comment Share on other sites More sharing options...
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