|
NeKernel dev
|
CFKit. More...
Namespaces | |
| namespace | XRN |
| eXtended Resource Namespace | |
Classes | |
| class | Property |
Typedefs | |
| using | PropertyId = UIntPtr |
| handle to anything (number, ptr, string...) | |
| template<SizeT N> | |
| using | PropertyArray = Array<Property, N> |
Functions | |
| auto | ldr_find_exec_header (DosHeaderPtr ptrDos) -> LDR_EXEC_HEADER_PTR |
| Finds the PE header inside the blob. | |
| auto | ldr_find_opt_exec_header (DosHeaderPtr ptrDos) -> LDR_OPTIONAL_HEADER_PTR |
| Finds the PE optional header inside the blob. | |
| auto | ldr_find_exec_header (const Char *ptrDos) -> LDR_EXEC_HEADER_PTR |
| Finds the PE header inside the blob. | |
| auto | ldr_find_opt_exec_header (const Char *ptrDos) -> LDR_OPTIONAL_HEADER_PTR |
| Finds the PE header inside the blob. | |
CFKit.
| using Kernel::CF::PropertyArray = Array<Property, N> |
| using Kernel::CF::PropertyId = UIntPtr |
handle to anything (number, ptr, string...)
|
inline |
Finds the PE header inside the blob.
|
inline |
Finds the PE header inside the blob.
|
inline |
Finds the PE header inside the blob.
|
inline |
Finds the PE optional header inside the blob.