diff options
Diffstat (limited to 'dev/Kernel/CFKit')
| -rw-r--r-- | dev/Kernel/CFKit/Utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/CFKit/Utils.h b/dev/Kernel/CFKit/Utils.h index 4bf0696b..b8f16164 100644 --- a/dev/Kernel/CFKit/Utils.h +++ b/dev/Kernel/CFKit/Utils.h @@ -34,7 +34,7 @@ namespace CFKit if (!exec) return nullptr; - return (LDR_OPTIONAL_HEADER_PTR)(VoidPtr)(&exec->mCharacteristics + 1); + return (LDR_OPTIONAL_HEADER_PTR)(VoidPtr)(&exec->Characteristics + 1); } /// @brief Finds the PE header inside the blob. |
