Small fix
This commit is contained in:
parent
b2546a24e0
commit
68384a94af
@ -17,7 +17,7 @@ DECLSPEC_NORETURN void WINAPI exit_hook(const int code)
|
|||||||
|
|
||||||
void verify_tls()
|
void verify_tls()
|
||||||
{
|
{
|
||||||
utils::nt::module self;
|
const utils::nt::module self;
|
||||||
const auto self_tls = reinterpret_cast<PIMAGE_TLS_DIRECTORY>(self.get_ptr() + self
|
const auto self_tls = reinterpret_cast<PIMAGE_TLS_DIRECTORY>(self.get_ptr() + self
|
||||||
.get_optional_header()
|
.get_optional_header()
|
||||||
->
|
->
|
||||||
|
Loading…
Reference in New Issue
Block a user