From 64fa0db684db306766280593b0a9717132e636d4 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 7 Aug 2024 22:55:34 +0200 Subject: [IMP] - Updated the PEF header for NDK. - Adding ICL parser for SCM (ToDo) - Updated extensions of PEF. - Updated start address for exes in PEF. Signed-off-by: Amlal EL Mahrouss --- DDKit/build.json | 2 +- DDKit/x86_64.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'DDKit') diff --git a/DDKit/build.json b/DDKit/build.json index 8fbde6ac..bfa2b829 100644 --- a/DDKit/build.json +++ b/DDKit/build.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "./"], "sources_path": ["*.c", "*.cxx", "*.S"], - "output_name": "libDDK.lib", + "output_name": "libDDK.dll", "compiler_flags": ["-ffreestanding", "-shared", "-std=c17", "-std=c++20", "-fno-rtti", "-fno-exceptions", " -Wl,--subsystem=17"], "cpp_macros": ["__NEWOSKRNL__", "__DDK_AMD64__", "cDDKVersionHighest=1", "cDDKVersionLowest=1"] } diff --git a/DDKit/x86_64.make b/DDKit/x86_64.make index 4e641acd..b79d74f0 100644 --- a/DDKit/x86_64.make +++ b/DDKit/x86_64.make @@ -7,7 +7,7 @@ CC=x86_64-w64-mingw32-gcc INC=-I./ -I../ FLAGS=-ffreestanding -shared -std=c17 -std=c++20 -D__NEWOSKRNL__ -fno-rtti -fno-exceptions -D__DDK_AMD64__ -Wl,--subsystem=17 VERSION=-DcDDKVersionLowest=1 -DcDDKVersionHighest=1 -OUTPUT=libDDK.lib +OUTPUT=libDDK.dll .PHONY: x86_64-build x86_64-build: -- cgit v1.2.3