OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | FuzzReadDisk (IN EFI_DISK_IO_PROTOCOL *This, IN UINT32 MediaId, IN UINT64 Offset, IN UINTN BufferSize, OUT VOID *Buffer) |
VOID | FreeAll (IN CHAR16 *FileName, IN EFI_FS *Instance) |
INT32 | LLVMFuzzerTestOneInput (CONST UINT8 *FuzzData, UINTN FuzzSize) |
int | ENTRY_POINT (int argc, char **argv) |
Variables | |
UINTN | mFuzzOffset |
UINTN | mFuzzSize |
CONST UINT8 * | mFuzzPointer |
Copyright (c) 2022, Mikhail Krichanov. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file TestNtfsDxe.c.
int ENTRY_POINT | ( | int | argc, |
char ** | argv ) |
Definition at line 265 of file TestNtfsDxe.c.
VOID FreeAll | ( | IN CHAR16 * | FileName, |
IN EFI_FS * | Instance ) |
Definition at line 42 of file TestNtfsDxe.c.
EFI_STATUS EFIAPI FuzzReadDisk | ( | IN EFI_DISK_IO_PROTOCOL * | This, |
IN UINT32 | MediaId, | ||
IN UINT64 | Offset, | ||
IN UINTN | BufferSize, | ||
OUT VOID * | Buffer ) |
Definition at line 18 of file TestNtfsDxe.c.
INT32 LLVMFuzzerTestOneInput | ( | CONST UINT8 * | FuzzData, |
UINTN | FuzzSize ) |
Definition at line 75 of file TestNtfsDxe.c.
UINTN mFuzzOffset |
Definition at line 12 of file TestNtfsDxe.c.
CONST UINT8* mFuzzPointer |
Definition at line 14 of file TestNtfsDxe.c.
UINTN mFuzzSize |
Definition at line 13 of file TestNtfsDxe.c.