![]() |
|
|
|
#1
|
|||
|
|||
|
Hi everyone,
V0003 is out. Changelog: - SSDT hooks instead of inline hooks - fixed the bug reported by Insid3Code - many small fixes Greetings, Mr. eXoDia Last edited by mr.exodia; 10-28-2015 at 09:11. |
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#2
|
|||
|
|||
|
Had a quick look at the source code. You have a potential infinite loop in this code in hider.cpp
Code:
//simple locking library
static bool locked=false;
static void lock()
{
while(locked);
locked=true;
}
The disassembly confirms this (see screenshot). |
| The Following User Gave Reputation+1 to mcp For This Useful Post: | ||
mr.exodia (01-31-2014) | ||
| The Following User Says Thank You to mcp For This Useful Post: | ||
Indigo (07-19-2019) | ||
|
#3
|
|||
|
|||
|
Quote:
Will be fixed in the next release.
|
| The Following User Says Thank You to mr.exodia For This Useful Post: | ||
Indigo (07-19-2019) | ||
![]() |
| Tags |
| driver, hiding, ssdt, titanhide, x64 |
|
|