Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for UefiDecompressLib fuzzing #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions uefi_ovmf_64/TestDecompressPkg/TestDecompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ EFI_STATUS EFIAPI RunTestHarness(IN VOID *InputBuffer, IN UINTN InputLength)
VOID EFIAPI InitTestHarness(VOID)
{
Print(L"Mapping info: UefiDecompressGetInfo is at %x\n", (void*)(UefiDecompressGetInfo));
Print(L"Mapping info: DumpCpuContext is at %x\n", (void*)DumpCpuContext);
//Print(L"Mapping info: DumpModuleImageInfo is at %x\n", (void*)DumpModuleImageInfo);

/* Override target's word with autodetection
*
Expand Down
2 changes: 1 addition & 1 deletion uefi_ovmf_64/TestDecompressPkg/TestDecompress.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf

CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf


[Components]
Expand Down
2 changes: 0 additions & 2 deletions uefi_ovmf_64/TestDecompressPkg/TestDecompress.inf
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,3 @@ DebugPrintErrorLevelLib
UefiApplicationEntryPoint
UefiLib
UefiDecompressLib
CpuExceptionHandlerLib