From 1b92501a27f8781945bc6b19bb43e22588d4c933 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 4 Aug 2024 16:29:09 +0200 Subject: [IMP] ProgramLoader class for PE32+. Signed-off-by: Amlal EL Mahrouss --- Boot/BootKit/BootKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Boot/BootKit') diff --git a/Boot/BootKit/BootKit.hxx b/Boot/BootKit/BootKit.hxx index 9bc915b2..1f6b7d95 100644 --- a/Boot/BootKit/BootKit.hxx +++ b/Boot/BootKit/BootKit.hxx @@ -101,7 +101,7 @@ public: ~BFileReader(); public: - Void ReadAll(SizeT until, SizeT chunk = kib_cast(4)); + Void ReadAll(SizeT until, SizeT chunk = kib_cast(4), UIntPtr outAddress = 0UL); enum { -- cgit v1.2.3