NeKernel dev
Loading...
Searching...
No Matches
Utils.h File Reference
#include <KernelKit/MSDOS.h>
#include <KernelKit/PE.h>

Go to the source code of this file.

Namespaces

namespace  Kernel
 UPS inline definitions.
namespace  Kernel::CF
 CFKit.

Functions

auto Kernel::CF::ldr_find_exec_header (DosHeaderPtr ptrDos) -> LDR_EXEC_HEADER_PTR
 Finds the PE header inside the blob.
auto Kernel::CF::ldr_find_opt_exec_header (DosHeaderPtr ptrDos) -> LDR_OPTIONAL_HEADER_PTR
 Finds the PE optional header inside the blob.
auto Kernel::CF::ldr_find_exec_header (const Char *ptrDos) -> LDR_EXEC_HEADER_PTR
 Finds the PE header inside the blob.
auto Kernel::CF::ldr_find_opt_exec_header (const Char *ptrDos) -> LDR_OPTIONAL_HEADER_PTR
 Finds the PE header inside the blob.