diff options
Diffstat (limited to 'Application/EfiDSEFix/src/EfiDSEFix.h')
-rw-r--r-- | Application/EfiDSEFix/src/EfiDSEFix.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Application/EfiDSEFix/src/EfiDSEFix.h b/Application/EfiDSEFix/src/EfiDSEFix.h index 0a99540..e7cb109 100644 --- a/Application/EfiDSEFix/src/EfiDSEFix.h +++ b/Application/EfiDSEFix/src/EfiDSEFix.h @@ -44,6 +44,14 @@ MapFileSectionView( _Out_ PSIZE_T ViewSize ); +BOOLEAN +AddressIsInSection( + _In_ PUCHAR ImageBase, + _In_ PUCHAR Address, + _In_ PIMAGE_NT_HEADERS NtHeaders, + _In_ PCCH SectionName + ); + PVOID GetProcedureAddress( _In_ ULONG_PTR DllBase, |