![]() |
|
|
|
#1
|
|||
|
|||
|
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) | ||
|
#2
|
|||
|
|||
|
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 |
| Thread Tools | |
| Display Modes | |
|
|