Re: [Mingw-w64-public] Question about wdmsec

2025-01-15 Thread Martin Storsjö
On Thu, 12 Dec 2024, Martin Storsjö wrote: On Thu, 12 Dec 2024, Johannes Khoshnazar-Thoma wrote: Hi Martin, Hi List, /home/johannes/mingw-build-binutils/sysroot/bin/x86_64-w64-mingw32-objdump: ntoskrnl.exe: file format not recognized [...] while most sections work: ntoskrnl.exe: file

Re: [Mingw-w64-public] Question about wdmsec

2024-12-12 Thread Martin Storsjö
On Thu, 12 Dec 2024, Johannes Khoshnazar-Thoma wrote: Hi Martin, Hi List, Am 27.11.24 um 12:40 schrieb Johannes Khoshnazar-Thoma: Hi Martin Storsjö, Am 22.11.24 um 13:13 schrieb Martin Storsjö: > > This patch was approved and merged now (after some discussion and some tweaks to > the im

Re: [Mingw-w64-public] Question about wdmsec

2024-12-12 Thread Johannes Khoshnazar-Thoma
Hi Martin, Hi List, Am 27.11.24 um 12:40 schrieb Johannes Khoshnazar-Thoma: Hi Martin Storsjö, Am 22.11.24 um 13:13 schrieb Martin Storsjö: > > This patch was approved and merged now (after some discussion and some tweaks to > the implementation), see > https://sourceware.org/git/?p=binut

Re: [Mingw-w64-public] Question about wdmsec

2024-11-27 Thread Johannes Khoshnazar-Thoma
Hi Martin Storsjö, Am 22.11.24 um 13:13 schrieb Martin Storsjö: > > This patch was approved and merged now (after some discussion and some tweaks to > the implementation), see > https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=3c557e1ae9c320efcfd4a7a91b752413a7bfd280. > > // Martin

Re: [Mingw-w64-public] Question about wdmsec

2024-11-22 Thread Martin Storsjö
On Wed, 6 Nov 2024, Johannes Khoshnazar-Thoma wrote: Hi Martin Storsjö, Am 06.11.24 um 10:32 schrieb Martin Storsjö: On Fri, 25 Oct 2024, Martin Storsjö wrote: I finally got around to this now - this patch is available at https://sourceware.org/pipermail/binutils/2024-November/137536.html.

Re: [Mingw-w64-public] Question about wdmsec

2024-11-06 Thread Johannes Khoshnazar-Thoma
Hi Martin Storsjö, Am 06.11.24 um 10:32 schrieb Martin Storsjö: On Fri, 25 Oct 2024, Martin Storsjö wrote: I finally got around to this now - this patch is available at https://sourceware.org/pipermail/binutils/2024-November/137536.html. Thank you very much for the patch, it looks correct t

Re: [Mingw-w64-public] Question about wdmsec

2024-11-06 Thread Martin Storsjö
On Fri, 25 Oct 2024, Martin Storsjö wrote: On Fri, 25 Oct 2024, Johannes Khoshnazar-Thoma wrote: Hi LIU Hao, Thanks for you fast answer comments below. Am 25.10.24 um 06:00 schrieb LIU Hao: 在 2024-10-24 19:26, Johannes Khoshnazar-Thoma 写道: Hi List, I am writing a Windows kernel driver tha

Re: [Mingw-w64-public] Question about wdmsec

2024-10-25 Thread Martin Storsjö
On Fri, 25 Oct 2024, Johannes Khoshnazar-Thoma wrote: Hi LIU Hao, Thanks for you fast answer comments below. Am 25.10.24 um 06:00 schrieb LIU Hao: 在 2024-10-24 19:26, Johannes Khoshnazar-Thoma 写道: Hi List, I am writing a Windows kernel driver that should use wdmsec (in particular IoCreateDe

Re: [Mingw-w64-public] Question about wdmsec

2024-10-25 Thread Johannes Khoshnazar-Thoma
Hi LIU Hao, Thanks for you fast answer comments below. Am 25.10.24 um 06:00 schrieb LIU Hao: 在 2024-10-24 19:26, Johannes Khoshnazar-Thoma 写道: Hi List, I am writing a Windows kernel driver that should use wdmsec (in particular IoCreateDeviceSecure(). I found the wdmsec.h header but I can't fi

Re: [Mingw-w64-public] Question about wdmsec

2024-10-24 Thread LIU Hao
在 2024-10-24 19:26, Johannes Khoshnazar-Thoma 写道: Hi List, I am writing a Windows kernel driver that should use wdmsec (in particular IoCreateDeviceSecure(). I found the wdmsec.h header but I can't find some libwdmsec.a to link against, so linking fails. Is wdmsec supported by mingw64? How shou

[Mingw-w64-public] Question about wdmsec

2024-10-24 Thread Johannes Khoshnazar-Thoma
Hi List, I am writing a Windows kernel driver that should use wdmsec (in particular IoCreateDeviceSecure(). I found the wdmsec.h header but I can't find some libwdmsec.a to link against, so linking fails. Is wdmsec supported by mingw64? How should I link it? If it is not supported, can I make it