On 7/5/19 5:05 PM, Biswapriyo Nath wrote:
> ...
>
Patch looks OK.
signature.asc
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-pub
> Can you provide a simple code/project and the commands that you've tried?
The following is enough to generate a PE with the problem I'm having,
a lack of an export table despite telling it to link to kernel32.dll.
-- test.c --
int __stdcall mainCRTStartup(void) {
return 0;
}
-- command --
i6
Can you provide a simple code/project and the commands that you've tried?
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
Situation: I'm building a program that manually looks up and uses
functions from ntdll without the use of any other libraries (e.g.
kernel32) and specified linked libraries are excluded for lack of use.
My problem is that when I do this, no export directory is created.
This is problematic since ntd
...
From f8293bba986f563d3ecf6f33f69af6b75329723a Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Fri, 5 Jul 2019 19:51:58 +0530
Subject: [PATCH] include: Add hvsocket file
Signed-off-by: Biswapriyo Nath
---
mingw-w64-headers/include/hvsocket.h | 49
1 file cha