Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Other security for Windows, Mac, Linux
NoVirusThanks OSArmor
Message
<blockquote data-quote="Deleted member 65228" data-source="post: 700736"><p>I recon they will use the same kernel-mode callback that OSArmor uses. If multiple drivers register the callback, only one drivers callback routine is triggered at a time. If I make 3 drivers which all register PsSetCreateProcessNotifyRoutineEx, only one at a time will receive the notification. So the second driver may receive the notification first, then the first driver after the thread for the callback routine for the first notified callback routine has ended.</p><p></p><p>They likely suspend it so they don't have to hold up the thread for the callback routine, so the thread ends and the execution was successful, except the new process is in a suspended state and doesn't get to execute any code until the users request deems it to be allowed to be executed. Which is actually not a bad idea at all because Microsoft advise against holding up the callback routine threads in kernel-mode.</p><p></p><p>This is assuming ReHIPS does use the common and documented and secure kernel-mode approach with PsSetCreateProcessNotifyRoutine/Ex/Ex2 for process start-up interception. Especially considering they claim not to use rootkit-like techniques like API hooking, so kernel-mode callbacks are a good bet for them to use.</p></blockquote><p></p>
[QUOTE="Deleted member 65228, post: 700736"] I recon they will use the same kernel-mode callback that OSArmor uses. If multiple drivers register the callback, only one drivers callback routine is triggered at a time. If I make 3 drivers which all register PsSetCreateProcessNotifyRoutineEx, only one at a time will receive the notification. So the second driver may receive the notification first, then the first driver after the thread for the callback routine for the first notified callback routine has ended. They likely suspend it so they don't have to hold up the thread for the callback routine, so the thread ends and the execution was successful, except the new process is in a suspended state and doesn't get to execute any code until the users request deems it to be allowed to be executed. Which is actually not a bad idea at all because Microsoft advise against holding up the callback routine threads in kernel-mode. This is assuming ReHIPS does use the common and documented and secure kernel-mode approach with PsSetCreateProcessNotifyRoutine/Ex/Ex2 for process start-up interception. Especially considering they claim not to use rootkit-like techniques like API hooking, so kernel-mode callbacks are a good bet for them to use. [/QUOTE]
Insert quotes…
Verification
Post reply
Top