2020-11-04 12:56:12 +01:00
|
|
|
#!/usr/bin/env python3
|
2018-01-18 17:24:05 +01:00
|
|
|
|
|
|
|
#NOTE: If you make modifications here, consider whether they should
|
|
|
|
#be duplicated in ../vrclient/gen_wrapper.py
|
|
|
|
|
2023-09-16 00:09:09 +02:00
|
|
|
CLANG_PATH='/usr/lib/clang/15'
|
2019-05-13 18:46:07 +02:00
|
|
|
|
2023-09-23 22:31:13 +02:00
|
|
|
from clang.cindex import Cursor, CursorKind, Index, TypeKind
|
2023-09-16 20:13:49 +02:00
|
|
|
import concurrent.futures
|
2018-01-18 17:24:05 +01:00
|
|
|
import os
|
|
|
|
import re
|
|
|
|
|
2023-09-20 21:02:50 +02:00
|
|
|
SDK_VERSIONS = [
|
2024-06-27 17:28:28 +02:00
|
|
|
"160",
|
2024-03-19 18:44:12 +01:00
|
|
|
"159",
|
2023-09-18 15:58:31 +02:00
|
|
|
"158",
|
2023-05-02 10:47:29 +02:00
|
|
|
"157",
|
2023-05-02 10:45:34 +02:00
|
|
|
"156",
|
2023-02-23 21:59:37 +01:00
|
|
|
"155",
|
2023-02-23 21:58:28 +01:00
|
|
|
"154",
|
2021-12-20 16:48:44 +01:00
|
|
|
"153a",
|
2021-09-15 21:52:44 +02:00
|
|
|
"152",
|
2021-03-01 17:04:28 +01:00
|
|
|
"151",
|
2020-09-29 16:19:06 +02:00
|
|
|
"150",
|
2020-08-11 19:39:33 +02:00
|
|
|
"149",
|
2020-06-02 17:30:04 +02:00
|
|
|
"148a",
|
2019-12-06 21:19:37 +01:00
|
|
|
"147",
|
2019-08-16 15:39:30 +02:00
|
|
|
"146",
|
2019-08-16 14:44:08 +02:00
|
|
|
"145",
|
2019-05-13 18:46:07 +02:00
|
|
|
"144",
|
|
|
|
"143y",
|
|
|
|
"143x",
|
2019-02-25 16:44:23 +01:00
|
|
|
"143",
|
2018-01-18 17:24:05 +01:00
|
|
|
"142",
|
|
|
|
"141",
|
|
|
|
"140",
|
|
|
|
"139",
|
|
|
|
"138a",
|
|
|
|
"138",
|
|
|
|
"137",
|
|
|
|
"136",
|
|
|
|
"135a",
|
|
|
|
"135",
|
|
|
|
"134",
|
2019-02-05 21:28:59 +01:00
|
|
|
"133x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"133b",
|
|
|
|
"133a",
|
|
|
|
"133",
|
2019-02-05 21:34:33 +01:00
|
|
|
"132x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"132",
|
|
|
|
"131",
|
2019-02-06 18:48:47 +01:00
|
|
|
"130x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"130",
|
|
|
|
"129a",
|
|
|
|
"129",
|
2019-02-05 21:43:00 +01:00
|
|
|
"128x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"128",
|
|
|
|
"127",
|
|
|
|
"126a",
|
|
|
|
"126",
|
|
|
|
"125",
|
|
|
|
"124",
|
|
|
|
"123a",
|
|
|
|
"123",
|
|
|
|
"122",
|
2019-02-05 21:50:20 +01:00
|
|
|
"121x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"121",
|
|
|
|
"120",
|
2019-02-05 21:55:55 +01:00
|
|
|
"119x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"119",
|
|
|
|
"118",
|
|
|
|
"117",
|
2019-02-05 21:58:14 +01:00
|
|
|
"116x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"116",
|
|
|
|
"115",
|
|
|
|
"114",
|
|
|
|
"113",
|
2019-02-05 22:01:51 +01:00
|
|
|
"112x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"112",
|
2019-02-05 22:06:21 +01:00
|
|
|
"111x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"111",
|
|
|
|
"110",
|
|
|
|
"109",
|
|
|
|
"108",
|
|
|
|
"107",
|
|
|
|
"106",
|
|
|
|
"105",
|
|
|
|
"104",
|
|
|
|
"103",
|
2019-02-06 15:27:56 +01:00
|
|
|
"102x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"102",
|
2019-02-06 15:31:48 +01:00
|
|
|
"101x",
|
2018-01-18 17:24:05 +01:00
|
|
|
"101",
|
|
|
|
"100",
|
2019-02-06 16:19:39 +01:00
|
|
|
"099y",
|
2019-02-06 18:15:19 +01:00
|
|
|
"099x",
|
2019-02-07 20:23:50 +01:00
|
|
|
"099w",
|
2019-02-07 20:30:29 +01:00
|
|
|
"099v",
|
2019-02-07 20:33:17 +01:00
|
|
|
"099u",
|
2018-01-18 17:24:05 +01:00
|
|
|
]
|
|
|
|
|
2023-09-16 20:13:49 +02:00
|
|
|
ABIS = ['u32', 'u64', 'w32', 'w64']
|
|
|
|
|
2023-09-20 21:15:40 +02:00
|
|
|
SDK_SOURCES = {
|
|
|
|
"steam_api.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamApps",
|
|
|
|
"ISteamAppList",
|
|
|
|
"ISteamClient",
|
|
|
|
"ISteamController",
|
2019-05-17 17:27:59 +02:00
|
|
|
"ISteamGameSearch",
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamFriends",
|
|
|
|
"ISteamHTMLSurface",
|
|
|
|
"ISteamHTTP",
|
2019-02-25 16:53:13 +01:00
|
|
|
"ISteamInput",
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamInventory",
|
|
|
|
"ISteamMatchmaking",
|
|
|
|
"ISteamMatchmakingServers",
|
|
|
|
"ISteamMusic",
|
|
|
|
"ISteamMusicRemote",
|
|
|
|
"ISteamNetworking",
|
2019-02-25 16:50:52 +01:00
|
|
|
"ISteamParties",
|
2019-08-16 15:51:27 +02:00
|
|
|
"ISteamRemotePlay",
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamRemoteStorage",
|
|
|
|
"ISteamScreenshots",
|
|
|
|
"ISteamUGC",
|
|
|
|
"ISteamUnifiedMessages",
|
|
|
|
"ISteamUser",
|
|
|
|
"ISteamUserStats",
|
|
|
|
"ISteamUtils",
|
|
|
|
"ISteamVideo"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamappticket.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamAppTicket"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamgameserver.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamGameServer"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamgameserverstats.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamGameServerStats"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamgamestats.h": [
|
2019-02-15 22:06:17 +01:00
|
|
|
"ISteamGameStats"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteammasterserverupdater.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamMasterServerUpdater"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamgamecoordinator.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamGameCoordinator"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamparentalsettings.h": [
|
2018-01-18 17:24:05 +01:00
|
|
|
"ISteamParentalSettings"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamnetworkingmessages.h": [
|
2020-09-29 16:40:02 +02:00
|
|
|
"ISteamNetworkingMessages"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamnetworkingsockets.h": [
|
2019-05-16 18:23:30 +02:00
|
|
|
"ISteamNetworkingSockets"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamnetworkingsocketsserialized.h": [
|
2019-02-07 15:54:56 +01:00
|
|
|
"ISteamNetworkingSocketsSerialized"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"isteamnetworkingutils.h": [
|
2019-05-17 16:33:44 +02:00
|
|
|
"ISteamNetworkingUtils"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
"steamnetworkingfakeip.h": [
|
2021-12-20 16:48:44 +01:00
|
|
|
"ISteamNetworkingFakeUDPPort"
|
2023-09-20 21:15:40 +02:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
SDK_CLASSES = {klass: source for source, klasses in SDK_SOURCES.items()
|
|
|
|
for klass in klasses}
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2023-09-20 21:02:50 +02:00
|
|
|
VERSION_ALIASES = {
|
2019-02-05 21:00:41 +01:00
|
|
|
#these interfaces are undocumented and binary compatible
|
2020-06-02 17:30:04 +02:00
|
|
|
#"target interface": ["alias 1", "alias 2"],
|
2019-02-05 21:00:41 +01:00
|
|
|
"SteamUtils004":["SteamUtils003"],
|
|
|
|
"SteamUtils002":["SteamUtils001"],
|
2019-02-06 18:54:19 +01:00
|
|
|
"SteamGameServer008":["SteamGameServer007","SteamGameServer006"],
|
2019-02-07 15:54:56 +01:00
|
|
|
"SteamNetworkingSocketsSerialized002":["SteamNetworkingSocketsSerialized001"],
|
2019-02-07 20:53:55 +01:00
|
|
|
"STEAMAPPS_INTERFACE_VERSION001":["SteamApps001"],
|
2020-06-02 17:30:04 +02:00
|
|
|
"SteamNetworkingSockets002":["SteamNetworkingSockets003"],
|
2018-01-18 17:24:05 +01:00
|
|
|
}
|
|
|
|
|
2018-10-29 17:38:13 +01:00
|
|
|
# these structs are manually confirmed to be equivalent
|
2023-09-20 17:27:42 +02:00
|
|
|
EXEMPT_STRUCTS = {
|
2023-09-20 21:02:50 +02:00
|
|
|
"CSteamID",
|
|
|
|
"CGameID",
|
|
|
|
"CCallbackBase",
|
2023-09-20 17:27:42 +02:00
|
|
|
"SteamIPAddress_t",
|
2023-09-20 21:02:50 +02:00
|
|
|
"SteamPS3Params_t",
|
|
|
|
"ValvePackingSentinel_t"
|
2023-09-20 17:27:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
# structs for which the size is important, either because of arrays or size parameters
|
|
|
|
SIZED_STRUCTS = {
|
|
|
|
"SteamPartyBeaconLocation_t",
|
|
|
|
"SteamItemDetails_t",
|
|
|
|
}
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2019-05-16 18:23:30 +02:00
|
|
|
# we have converters for these written by hand because they're too complicated to generate
|
2023-09-20 21:02:50 +02:00
|
|
|
MANUAL_STRUCTS = [
|
|
|
|
"SteamNetworkingMessage_t"
|
2019-05-16 18:23:30 +02:00
|
|
|
]
|
|
|
|
|
2023-10-19 10:38:37 +02:00
|
|
|
UNIX_FUNCS = [
|
|
|
|
'steamclient_init',
|
|
|
|
'steamclient_next_callback',
|
|
|
|
'steamclient_CreateInterface',
|
|
|
|
'steamclient_Steam_GetAPICallResult',
|
|
|
|
'steamclient_Steam_BGetCallback',
|
|
|
|
'steamclient_callback_message_receive',
|
|
|
|
'steamclient_Steam_FreeLastCallback',
|
|
|
|
'steamclient_Steam_ReleaseThreadLocalMemory',
|
|
|
|
'steamclient_Steam_IsKnownInterface',
|
|
|
|
'steamclient_Steam_NotifyMissingInterface',
|
|
|
|
'steamclient_networking_messages_receive_144',
|
|
|
|
'steamclient_networking_messages_receive_147',
|
|
|
|
'steamclient_networking_messages_receive_153a',
|
|
|
|
'steamclient_networking_message_release_147',
|
|
|
|
'steamclient_networking_message_release_153a',
|
|
|
|
]
|
2022-06-14 16:21:49 +02:00
|
|
|
|
2023-09-20 21:02:50 +02:00
|
|
|
MANUAL_METHODS = {
|
|
|
|
#TODO: 001 005 007
|
|
|
|
#NOTE: 003 never appeared in a public SDK, but is an alias for 002 (the version in SDK 1.45 is actually 004 but incorrectly versioned as 003)
|
2023-10-02 14:50:49 +02:00
|
|
|
"ISteamNetworkingSockets_ReceiveMessagesOnConnection": True,
|
|
|
|
"ISteamNetworkingSockets_ReceiveMessagesOnListenSocket": True,
|
|
|
|
"ISteamNetworkingSockets_ReceiveMessagesOnPollGroup": True,
|
|
|
|
"ISteamNetworkingSockets_SendMessages": True,
|
2023-10-03 09:40:50 +02:00
|
|
|
"ISteamNetworkingSockets_ConnectP2PCustomSignaling": lambda ver, abi: abi == 'u' and ver <= 8,
|
|
|
|
"ISteamNetworkingSockets_ReceivedP2PCustomSignal": lambda ver, abi: abi == 'u' and ver <= 8,
|
|
|
|
|
|
|
|
"ISteamMatchmakingServers_PingServer": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_PlayerDetails": lambda ver, abi: abi == 'u',
|
2024-01-09 18:33:53 +01:00
|
|
|
"ISteamMatchmakingServers_ReleaseRequest": lambda ver, abi: abi == 'w',
|
2023-10-03 09:40:50 +02:00
|
|
|
"ISteamMatchmakingServers_RequestFavoritesServerList": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_RequestFriendsServerList": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_RequestHistoryServerList": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_RequestInternetServerList": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_RequestLANServerList": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_RequestSpectatorServerList": lambda ver, abi: abi == 'u',
|
|
|
|
"ISteamMatchmakingServers_ServerRules": lambda ver, abi: abi == 'u',
|
2023-08-25 04:42:23 +02:00
|
|
|
|
2023-10-02 14:50:49 +02:00
|
|
|
"ISteamNetworkingUtils_AllocateMessage": True,
|
2023-09-18 10:18:19 +02:00
|
|
|
"ISteamNetworkingUtils_SetConfigValue": lambda ver, abi: abi == 'u' and ver >= 3,
|
2023-08-25 04:42:23 +02:00
|
|
|
|
2023-10-02 14:50:49 +02:00
|
|
|
"ISteamNetworkingMessages_ReceiveMessagesOnChannel": True,
|
2023-09-18 10:18:19 +02:00
|
|
|
|
|
|
|
"ISteamInput_EnableActionEventCallbacks": lambda ver, abi: abi == 'u',
|
2023-09-29 11:36:24 +02:00
|
|
|
"ISteamInput_GetGlyphForActionOrigin": True,
|
|
|
|
"ISteamInput_GetGlyphPNGForActionOrigin": True,
|
|
|
|
"ISteamInput_GetGlyphSVGForActionOrigin": True,
|
|
|
|
"ISteamInput_GetGlyphForActionOrigin_Legacy": True,
|
|
|
|
"ISteamInput_GetGlyphForXboxOrigin": True,
|
|
|
|
|
|
|
|
"ISteamController_GetGlyphForActionOrigin": True,
|
|
|
|
"ISteamController_GetGlyphForXboxOrigin": True,
|
2023-09-18 10:18:19 +02:00
|
|
|
|
2023-09-29 11:35:29 +02:00
|
|
|
"ISteamNetworkingFakeUDPPort_DestroyFakeUDPPort": lambda ver, abi: abi == 'w',
|
2023-10-02 14:50:49 +02:00
|
|
|
"ISteamNetworkingFakeUDPPort_ReceiveMessages": True,
|
2023-09-18 10:18:19 +02:00
|
|
|
|
|
|
|
"ISteamClient_Set_SteamAPI_CCheckCallbackRegisteredInProcess": lambda ver, abi: abi == 'u' and ver >= 20,
|
2023-09-29 11:34:51 +02:00
|
|
|
|
|
|
|
"ISteamUtils_GetAPICallResult": lambda ver, abi: abi == 'u',
|
2023-09-18 10:18:19 +02:00
|
|
|
}
|
2023-08-25 04:42:23 +02:00
|
|
|
|
2019-05-30 17:28:09 +02:00
|
|
|
|
2023-09-20 21:22:29 +02:00
|
|
|
DEFINE_INTERFACE_VERSION = re.compile(r'^#define\s*(?P<name>STEAM(?:\w*)_VERSION(?:\w*))\s*"(?P<version>.*)"')
|
2022-06-14 16:21:49 +02:00
|
|
|
|
|
|
|
|
2023-09-18 10:18:19 +02:00
|
|
|
def is_manual_method(klass, method, abi):
|
|
|
|
version = re.search(r'(\d+)$', klass.version)
|
|
|
|
|
|
|
|
key = f'{klass.name}_{method.name}'
|
|
|
|
needs_manual = MANUAL_METHODS.get(key, False)
|
|
|
|
|
|
|
|
if callable(needs_manual) and version:
|
|
|
|
return needs_manual(int(version[0]), abi)
|
|
|
|
return needs_manual
|
2022-06-14 16:21:49 +02:00
|
|
|
|
|
|
|
|
2019-05-17 21:48:34 +02:00
|
|
|
# manual converters for simple types (function pointers)
|
2023-09-20 21:02:50 +02:00
|
|
|
MANUAL_TYPES = [
|
|
|
|
"FSteamNetworkingSocketsDebugOutput",
|
|
|
|
"SteamAPIWarningMessageHook_t",
|
2023-09-19 21:30:14 +02:00
|
|
|
"SteamAPI_CheckCallbackRegistered_t",
|
|
|
|
"SteamAPI_PostAPIResultInProcess_t",
|
|
|
|
"void ()",
|
2019-05-17 21:48:34 +02:00
|
|
|
]
|
|
|
|
|
2019-06-17 17:50:11 +02:00
|
|
|
# manual converters for specific parameters
|
2023-09-20 21:02:50 +02:00
|
|
|
MANUAL_PARAMS = [
|
|
|
|
"nNativeKeyCode"
|
2019-06-17 17:50:11 +02:00
|
|
|
]
|
|
|
|
|
2019-05-17 16:33:44 +02:00
|
|
|
converted_structs = []
|
|
|
|
|
2023-09-21 20:33:54 +02:00
|
|
|
all_classes = {}
|
2023-09-20 22:21:42 +02:00
|
|
|
all_records = {}
|
|
|
|
all_sources = {}
|
2023-09-20 17:27:42 +02:00
|
|
|
all_structs = {}
|
2023-09-20 22:21:42 +02:00
|
|
|
all_versions = {}
|
2023-09-29 09:58:05 +02:00
|
|
|
unique_structs = []
|
|
|
|
|
2023-09-20 22:21:42 +02:00
|
|
|
|
2023-09-23 22:31:13 +02:00
|
|
|
PATH_CONV_METHODS_UTOW = {
|
|
|
|
"ISteamAppList_GetAppInstallDir": {
|
|
|
|
"pchDirectory": {"len": "cchNameMax", "url": False},
|
|
|
|
"ret_size": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamApps_GetAppInstallDir": {
|
|
|
|
"pchFolder": {"len": "cchFolderBufferSize", "url": False},
|
|
|
|
"ret_size": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_GetQueryUGCAdditionalPreview": {
|
|
|
|
"pchURLOrVideoID": {"len": "cchURLSize", "url": True},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_GetItemInstallInfo": {
|
|
|
|
"pchFolder": {"len": "cchFolderSize", "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUser_GetUserDataFolder": {
|
|
|
|
"pchBuffer": {"len": "cubBuffer", "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
PATH_CONV_METHODS_WTOU = {
|
|
|
|
"ISteamApps_GetFileDetails": {
|
|
|
|
"pszFileName": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
### ISteamGameServer::SetModDir - "Just the folder name, not the whole path. I.e. "Spacewar"."
|
|
|
|
"ISteamHTMLSurface_LoadURL": {
|
|
|
|
"pchURL": {"array": False, "url": True},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamHTMLSurface_FileLoadDialogResponse": {
|
|
|
|
"pchSelectedFiles": {"array": True, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamRemoteStorage_PublishWorkshopFile": {
|
|
|
|
"pchFile": {"array": False, "url": False},
|
|
|
|
"pchPreviewFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamRemoteStorage_UpdatePublishedFileFile": {
|
|
|
|
"pchFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamRemoteStorage_UpdatePublishedFilePreviewFile": {
|
|
|
|
"pchPreviewFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamRemoteStorage_PublishVideo": {
|
|
|
|
"pchPreviewFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamScreenshots_AddScreenshotToLibrary": {
|
|
|
|
"pchFilename": {"array": False, "url": False},
|
|
|
|
"pchThumbnailFilename": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamScreenshots_AddVRScreenshotToLibrary": {
|
|
|
|
"pchFilename": {"array": False, "url": False},
|
|
|
|
"pchVRFilename": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamRemoteStorage_UGCDownloadToLocation": {
|
|
|
|
"pchLocation": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_SetItemContent": {
|
|
|
|
"pszContentFolder": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_SetItemPreview": {
|
|
|
|
"pszPreviewFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_AddItemPreviewFile": {
|
|
|
|
"pszPreviewFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_UpdateItemPreviewFile": {
|
|
|
|
"pszPreviewFile": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUGC_BInitWorkshopForGameServer": {
|
|
|
|
"pszFolder": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamUtils_CheckFileSignature": {
|
|
|
|
"szFileName": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamController_Init": {
|
|
|
|
"pchAbsolutePathToControllerConfigVDF": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"ISteamInput_SetInputActionManifestFilePath": {
|
|
|
|
"pchInputActionManifestAbsolutePath": {"array": False, "url": False},
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
PATH_CONV_STRUCTS = {
|
|
|
|
"HTML_StartRequest_t": {
|
|
|
|
"pchURL": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"HTML_URLChanged_t": {
|
|
|
|
"pchURL": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"HTML_FinishedRequest_t": {
|
|
|
|
"pchURL": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"HTML_OpenLinkInNewTab_t": {
|
|
|
|
"pchURL": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"HTML_LinkAtPosition_t": {
|
|
|
|
"pchURL": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"HTML_FileOpenDialog_t": {
|
|
|
|
"pchInitialFile": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
"HTML_NewWindow_t": {
|
|
|
|
"pchURL": True,
|
2023-09-20 21:02:50 +02:00
|
|
|
},
|
2023-09-23 22:31:13 +02:00
|
|
|
}
|
2018-11-20 18:10:12 +01:00
|
|
|
|
2023-12-14 03:09:27 +01:00
|
|
|
PRETOUCH_TYPES = {
|
|
|
|
"const char *": " IsBadStringPtrA({0}, -1);\n",
|
|
|
|
}
|
2023-09-21 19:39:53 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
class Padding:
|
|
|
|
def __init__(self, offset, size):
|
|
|
|
self.offset = offset
|
|
|
|
self.size = size
|
|
|
|
|
|
|
|
|
|
|
|
class Field:
|
|
|
|
def __init__(self, cursor, struct, type, offset, name=None):
|
|
|
|
self._cursor = cursor
|
|
|
|
self._type = type
|
|
|
|
|
|
|
|
self.name = cursor.spelling if not name else name
|
|
|
|
self.type = cursor.type
|
|
|
|
self.size = self.type.get_size()
|
|
|
|
self.offset = offset
|
|
|
|
|
|
|
|
def needs_conversion(self, other):
|
|
|
|
return self._type.needs_conversion(other._type)
|
|
|
|
|
|
|
|
|
|
|
|
class BasicType:
|
|
|
|
def __init__(self, type, abi):
|
|
|
|
self._type = type.get_canonical()
|
|
|
|
self._abi = abi
|
2023-09-29 09:58:05 +02:00
|
|
|
self._decl_order = 0
|
|
|
|
self._conv_cache = {}
|
|
|
|
|
|
|
|
self.size = self._type.get_size()
|
|
|
|
self.id = self._type.spelling
|
|
|
|
|
|
|
|
@property
|
|
|
|
def order(self):
|
|
|
|
return self._decl_order
|
|
|
|
|
|
|
|
def set_used(self, order=-1):
|
|
|
|
if self._decl_order <= order:
|
|
|
|
return
|
|
|
|
self._decl_order = order
|
2023-09-20 17:27:42 +02:00
|
|
|
|
|
|
|
def needs_conversion(self, other):
|
2023-09-29 09:58:05 +02:00
|
|
|
if self._type.kind == TypeKind.POINTER and self._type.get_pointee().kind == TypeKind.FUNCTIONPROTO:
|
|
|
|
return self._abi != other._abi
|
2023-09-20 17:27:42 +02:00
|
|
|
return False
|
|
|
|
|
|
|
|
|
2024-03-12 20:12:13 +01:00
|
|
|
written_converters = set()
|
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
class Struct:
|
|
|
|
def __init__(self, sdkver, abi, cursor):
|
|
|
|
self._cursor = cursor
|
|
|
|
self._sdkver = sdkver
|
|
|
|
self._abi = abi
|
|
|
|
self._fields = None
|
2023-09-29 09:58:05 +02:00
|
|
|
self._decl_order = 0
|
2023-09-16 19:24:46 +02:00
|
|
|
self._conv_cache = {}
|
2023-09-20 17:27:42 +02:00
|
|
|
|
|
|
|
self.name = canonical_typename(self._cursor)
|
|
|
|
self.type = self._cursor.type.get_canonical()
|
|
|
|
self.size = self.type.get_size()
|
|
|
|
self.align = self.type.get_align()
|
2023-09-16 19:24:46 +02:00
|
|
|
self.id = f'{abi}_{self.name}_{sdkver}'
|
2023-09-20 17:27:42 +02:00
|
|
|
|
|
|
|
if self.name in EXEMPT_STRUCTS:
|
|
|
|
self._fields = [Padding(0, self.size)]
|
|
|
|
|
2023-09-29 09:58:05 +02:00
|
|
|
@property
|
|
|
|
def order(self):
|
|
|
|
return self._decl_order
|
|
|
|
|
|
|
|
def set_used(self, order=-1):
|
|
|
|
if self._decl_order <= order:
|
|
|
|
return
|
|
|
|
self._decl_order = order
|
|
|
|
[f._type.set_used(order - 1) for f in self.fields]
|
|
|
|
|
2023-10-01 10:30:01 +02:00
|
|
|
@property
|
|
|
|
def callback_id(self):
|
|
|
|
is_enum = lambda c: c.kind == CursorKind.ENUM_DECL
|
|
|
|
enums = filter(is_enum, self._cursor.get_children())
|
|
|
|
is_callback = lambda c: c.displayname == "k_iCallback"
|
|
|
|
callbacks = [k for c in enums for k in filter(is_callback, c.get_children())]
|
|
|
|
if len(callbacks): return int(callbacks[0].enum_value)
|
|
|
|
return None
|
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
@property
|
|
|
|
def padded_fields(self):
|
|
|
|
if self._fields: return self._fields
|
|
|
|
|
|
|
|
size, self._fields = 0, []
|
|
|
|
for cursor in self._cursor.get_children():
|
|
|
|
if cursor.kind == CursorKind.CXX_BASE_SPECIFIER \
|
|
|
|
and len(list(cursor.type.get_fields())) > 0:
|
|
|
|
base_type = Type(cursor.type, self._sdkver, self._abi)
|
|
|
|
self._fields += base_type.padded_fields
|
|
|
|
size = cursor.type.get_size()
|
|
|
|
break
|
|
|
|
|
|
|
|
for cursor in self.type.get_fields():
|
|
|
|
assert not cursor.is_bitfield()
|
|
|
|
offset = self.type.get_offset(cursor.spelling)
|
|
|
|
assert offset % 8 == 0
|
|
|
|
offset = offset // 8
|
|
|
|
# assert offset >= size or type(self) is Union
|
|
|
|
|
|
|
|
if size < offset: self._fields.append(Padding(size, offset - size))
|
|
|
|
field_type = Type(cursor.type, self._sdkver, self._abi)
|
|
|
|
self._fields.append(Field(cursor, self, field_type, offset))
|
|
|
|
size = max(size, offset + cursor.type.get_size())
|
|
|
|
|
|
|
|
if size < self.size: self._fields.append(Padding(size, self.size - size))
|
|
|
|
return self._fields
|
|
|
|
|
|
|
|
@property
|
|
|
|
def fields(self):
|
|
|
|
return [f for f in self.padded_fields if type(f) is not Padding]
|
|
|
|
|
2023-09-28 22:22:25 +02:00
|
|
|
def write_definition(self, out, prefix, converters):
|
2023-09-23 23:51:24 +02:00
|
|
|
version = all_versions[sdkver][self.name]
|
|
|
|
kind = 'union' if type(self) is Union else 'struct'
|
|
|
|
wrapped = len(prefix) > 0
|
|
|
|
|
|
|
|
out(f'#pragma pack( push, {self.align} )\n')
|
|
|
|
out(f'{kind} {prefix}{version}\n')
|
|
|
|
out(u'{\n')
|
|
|
|
for f in self.padded_fields:
|
|
|
|
if type(f) is Field:
|
|
|
|
out(f' {declspec(f._cursor, f.name, prefix, wrapped)};\n')
|
|
|
|
else:
|
|
|
|
out(f' uint8_t __pad_{f.offset}[{f.size}];\n')
|
2023-09-28 22:22:25 +02:00
|
|
|
for conv in converters:
|
|
|
|
out(u'#ifdef __cplusplus\n')
|
|
|
|
out(f' operator {conv}{version}() const;\n')
|
|
|
|
out(u'#endif /* __cplusplus */\n')
|
2023-09-23 23:51:24 +02:00
|
|
|
out(u'};\n')
|
|
|
|
out(u'#pragma pack( pop )\n\n')
|
|
|
|
|
|
|
|
def write_checks(self, out, prefix):
|
|
|
|
version = all_versions[sdkver][self.name]
|
|
|
|
|
|
|
|
out(f'C_ASSERT( sizeof({prefix}{version}) >= {self.size} );\n')
|
|
|
|
for f in self.fields:
|
|
|
|
out(f'C_ASSERT( offsetof({prefix}{version}, {f.name}) == {f.offset} );\n')
|
|
|
|
out(f'C_ASSERT( sizeof({prefix}{version}().{f.name}) >= {f.size} );\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
2023-09-28 22:22:25 +02:00
|
|
|
def write_converter(self, prefix, path_conv_fields):
|
|
|
|
version = all_versions[sdkver][self.name]
|
2024-03-12 20:12:13 +01:00
|
|
|
from_abi = self._abi[0]
|
|
|
|
func_name = f'{version}_{prefix[0]}_from_{from_abi}'
|
|
|
|
if not func_name in written_converters:
|
|
|
|
written_converters.add(func_name)
|
|
|
|
out(f'static void {func_name}(void *dst, const void *src)\n')
|
|
|
|
out(u'{\n')
|
|
|
|
out(f' {prefix[0]}_{version} *d = ({prefix[0]}_{version} *)dst;\n')
|
|
|
|
out(f' const {from_abi}_{version} *s = (const {from_abi}_{version} *)src;\n\n')
|
|
|
|
for field in self.fields:
|
|
|
|
if field.name not in path_conv_fields:
|
|
|
|
out(f' d->{field.name} = s->{field.name};\n')
|
|
|
|
else:
|
|
|
|
out(f' steamclient_unix_path_to_dos_path(1, s->{field.name}, g_tmppath, TEMP_PATH_BUFFER_LENGTH, 1);\n')
|
|
|
|
out(f' d->{field.name} = g_tmppath;\n')
|
|
|
|
out(u'}\n')
|
|
|
|
|
|
|
|
if self._abi[1:3] == '64':
|
|
|
|
out(u'#ifdef __x86_64__\n')
|
|
|
|
elif self._abi[1:3] == '32':
|
|
|
|
out(u'#ifdef __i386__\n')
|
|
|
|
else:
|
|
|
|
assert False
|
|
|
|
|
2023-09-28 22:22:25 +02:00
|
|
|
out(f'{self._abi}_{version}::operator {prefix}{version}() const\n')
|
|
|
|
out(u'{\n')
|
|
|
|
out(f' {prefix}{version} ret;\n')
|
2024-03-12 20:12:13 +01:00
|
|
|
out(f' {func_name}((void *)&ret, (const void *)this);\n')
|
2023-09-28 22:22:25 +02:00
|
|
|
out(u' return ret;\n')
|
|
|
|
out(u'}\n')
|
2024-03-12 20:12:13 +01:00
|
|
|
out(u'#endif\n\n')
|
2023-09-28 22:22:25 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
def needs_conversion(self, other):
|
2023-09-16 19:24:46 +02:00
|
|
|
if other.id in self._conv_cache:
|
|
|
|
return self._conv_cache[other.id]
|
|
|
|
self._conv_cache[other.id] = other._conv_cache[self.id] = True
|
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
if self.name in PATH_CONV_STRUCTS and self._abi[0] != other._abi[0]:
|
|
|
|
return True
|
|
|
|
if self.name in SIZED_STRUCTS and self.size != other.size:
|
|
|
|
return True
|
|
|
|
if len(self.fields) != len(other.fields):
|
|
|
|
return True
|
|
|
|
if any([a.offset != b.offset or a.needs_conversion(b)
|
|
|
|
for a, b in zip(self.fields, other.fields)]):
|
|
|
|
return True
|
|
|
|
|
2023-09-16 19:24:46 +02:00
|
|
|
self._conv_cache[other.id] = other._conv_cache[self.id] = False
|
2023-09-20 17:27:42 +02:00
|
|
|
return False
|
|
|
|
|
|
|
|
def get_children(self):
|
|
|
|
return self._cursor.get_children()
|
|
|
|
|
|
|
|
|
|
|
|
class Union(Struct):
|
|
|
|
def __init__(self, sdkver, abi, cursor):
|
|
|
|
super().__init__(sdkver, abi, cursor)
|
|
|
|
|
|
|
|
def needs_conversion(self, other):
|
|
|
|
return True
|
|
|
|
|
|
|
|
|
2023-09-23 20:31:45 +02:00
|
|
|
class Method:
|
2023-09-30 13:08:49 +02:00
|
|
|
def __init__(self, sdkver, abi, cursor, klass, index, override):
|
2023-09-23 20:31:45 +02:00
|
|
|
self._sdkver = sdkver
|
|
|
|
self._abi = abi
|
|
|
|
|
|
|
|
self._cursor = cursor
|
2023-09-30 13:08:49 +02:00
|
|
|
self._klass = klass
|
2023-09-23 20:31:45 +02:00
|
|
|
self._index = index
|
|
|
|
self._override = override
|
|
|
|
|
|
|
|
self.result_type = cursor.result_type
|
|
|
|
self.spelling = cursor.spelling
|
|
|
|
|
|
|
|
@property
|
|
|
|
def name(self):
|
|
|
|
if self._override > 1: return f'{self.spelling}_{self._override}'
|
|
|
|
return self.spelling
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
@property
|
|
|
|
def full_name(self):
|
|
|
|
return f'{self._klass.full_name}_{self.name}'
|
|
|
|
|
2023-09-23 20:31:45 +02:00
|
|
|
def get_arguments(self):
|
|
|
|
return self._cursor.get_arguments()
|
|
|
|
|
2023-10-03 09:40:50 +02:00
|
|
|
def needs_conversion(self, other):
|
|
|
|
if len(list(self.get_arguments())) != len(list(other.get_arguments())):
|
|
|
|
return True
|
|
|
|
return False # FIXME
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
def write_params(self, out):
|
|
|
|
returns_record = self.result_type.get_canonical().kind == TypeKind.RECORD
|
|
|
|
|
|
|
|
ret = "*_ret" if returns_record else "_ret"
|
|
|
|
ret = f'{declspec(self.result_type, ret, "w_")}'
|
|
|
|
|
|
|
|
names = [p.spelling if p.spelling != "" else f'_{chr(0x61 + i)}'
|
|
|
|
for i, p in enumerate(self.get_arguments())]
|
|
|
|
params = [declspec(p, names[i], "w_") for i, p in enumerate(self.get_arguments())]
|
|
|
|
|
|
|
|
if self.result_type.kind != TypeKind.VOID:
|
|
|
|
params = [ret] + params
|
|
|
|
names = ['_ret'] + names
|
|
|
|
|
|
|
|
params = ['struct u_steam_iface *linux_side'] + params
|
|
|
|
names = ['linux_side'] + names
|
|
|
|
|
|
|
|
out(f'struct {self.full_name}_params\n')
|
|
|
|
out(u'{\n')
|
|
|
|
for param in params:
|
|
|
|
out(f' {param};\n')
|
|
|
|
out(u'};\n\n')
|
|
|
|
|
2023-09-23 20:31:45 +02:00
|
|
|
def get_children(self):
|
|
|
|
return self._cursor.get_children()
|
|
|
|
|
|
|
|
|
|
|
|
class Destructor(Method):
|
2023-09-30 13:08:49 +02:00
|
|
|
def __init__(self, sdkver, abi, cursor, klass, index, override):
|
|
|
|
super().__init__(sdkver, abi, cursor, klass, index, override)
|
2023-09-23 20:31:45 +02:00
|
|
|
|
|
|
|
@property
|
|
|
|
def name(self):
|
|
|
|
if self._override > 1: return f'destructor_{self._override}'
|
|
|
|
return 'destructor'
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
def write_params(self, out):
|
|
|
|
pass
|
|
|
|
|
2023-09-23 20:31:45 +02:00
|
|
|
|
2023-09-23 19:44:47 +02:00
|
|
|
class Class:
|
|
|
|
def __init__(self, sdkver, abi, cursor):
|
2023-09-20 17:27:42 +02:00
|
|
|
self._cursor = cursor
|
2023-09-23 19:44:47 +02:00
|
|
|
self._sdkver = sdkver
|
|
|
|
self._abi = abi
|
2023-09-20 17:27:42 +02:00
|
|
|
self._methods = None
|
2023-09-29 09:58:05 +02:00
|
|
|
self._decl_order = 0
|
2023-09-23 19:44:47 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
self.name = cursor.spelling
|
|
|
|
self.filename = SDK_CLASSES.get(self.name, None)
|
|
|
|
versions = all_versions[sdkver]
|
|
|
|
self.version = self.name[1:].upper()
|
|
|
|
self.version = versions.get(self.version, "")
|
2023-09-23 19:44:47 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
self.type = self._cursor.type.get_canonical()
|
2023-09-29 09:58:05 +02:00
|
|
|
self.id = f'{abi}_{self.name}_{sdkver}'
|
2023-09-23 20:31:45 +02:00
|
|
|
|
|
|
|
@property
|
|
|
|
def methods(self):
|
|
|
|
if self._methods:
|
|
|
|
return self._methods
|
|
|
|
|
|
|
|
overrides = {}
|
|
|
|
is_method = lambda c: c.kind == CursorKind.CXX_METHOD and c.is_virtual_method()
|
|
|
|
in_vtable = lambda c: is_method(c) or c.kind == CursorKind.DESTRUCTOR
|
|
|
|
|
|
|
|
self._methods = []
|
|
|
|
for i, method in enumerate(filter(in_vtable, self._cursor.get_children())):
|
|
|
|
index, override = overrides.get(method.spelling, (i, 1))
|
|
|
|
overrides[method.spelling] = (index, override + 1)
|
|
|
|
if method.kind == CursorKind.DESTRUCTOR:
|
2023-09-30 13:08:49 +02:00
|
|
|
self._methods.append(Destructor(self._sdkver, self._abi, method, self, index, override))
|
2023-09-23 20:31:45 +02:00
|
|
|
else:
|
2023-09-30 13:08:49 +02:00
|
|
|
self._methods.append(Method(self._sdkver, self._abi, method, self, index, override))
|
2023-09-23 20:31:45 +02:00
|
|
|
|
|
|
|
return self._methods
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
@property
|
|
|
|
def full_name(self):
|
2023-09-20 17:27:42 +02:00
|
|
|
if len(self.version) == 0:
|
|
|
|
return self.name
|
|
|
|
return f'{self.name}_{self.version}'
|
|
|
|
|
2023-09-29 09:58:05 +02:00
|
|
|
@property
|
|
|
|
def order(self):
|
|
|
|
return self._decl_order
|
|
|
|
|
|
|
|
def set_used(self, order=-1):
|
|
|
|
if self._decl_order <= order:
|
|
|
|
return
|
|
|
|
self._decl_order = order
|
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
def needs_conversion(self, other):
|
2023-10-03 09:40:50 +02:00
|
|
|
if self._abi[0] != other._abi[0]:
|
|
|
|
return True
|
|
|
|
if len(self.methods) != len(other.methods):
|
|
|
|
return True
|
|
|
|
if any(m.needs_conversion(n) for m, n in zip(self.methods, other.methods)):
|
|
|
|
return True
|
|
|
|
return False
|
2023-09-23 23:44:45 +02:00
|
|
|
|
|
|
|
def write_definition(self, out, prefix):
|
|
|
|
out(f'struct {prefix}{self.full_name}\n')
|
|
|
|
out(u'{\n')
|
|
|
|
out(u'#ifdef __cplusplus\n')
|
|
|
|
for method in self.methods:
|
2023-09-30 14:02:30 +02:00
|
|
|
types = [declspec(p, "", prefix) for p in method.get_arguments()]
|
2023-09-28 19:02:26 +02:00
|
|
|
|
|
|
|
# CGameID -> CGameID &
|
|
|
|
# Windows side follows the prototype in the header while Linux
|
|
|
|
# steamclient treats gameID parameter as pointer
|
|
|
|
if self.full_name == 'ISteamUser_SteamUser008' \
|
|
|
|
and method.name == 'InitiateGameConnection':
|
|
|
|
types[3] = 'CGameID *'
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
if type(method) is Destructor:
|
|
|
|
out(f' virtual ~{prefix}{self.full_name}( {", ".join(types)} ) = 0;\n')
|
|
|
|
else:
|
2023-09-30 14:02:30 +02:00
|
|
|
method_name = f'{declspec(method.result_type, "", prefix)} {method.spelling}'
|
2023-09-23 23:44:45 +02:00
|
|
|
out(f' virtual {method_name}( {", ".join(types)} ) = 0;\n')
|
|
|
|
out(u'#endif /* __cplusplus */\n')
|
|
|
|
out(u'};\n\n')
|
|
|
|
|
2023-09-23 19:44:47 +02:00
|
|
|
def get_children(self):
|
|
|
|
return self._cursor.get_children()
|
|
|
|
|
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
def Record(sdkver, abi, cursor):
|
|
|
|
if cursor.type.get_declaration().kind == CursorKind.UNION_DECL:
|
|
|
|
return Union(sdkver, abi, cursor)
|
|
|
|
|
|
|
|
method_kinds = (CursorKind.CXX_METHOD, CursorKind.DESTRUCTOR)
|
|
|
|
is_method = lambda c: c.kind in method_kinds and c.is_virtual_method()
|
|
|
|
for _ in filter(is_method, cursor.get_children()):
|
|
|
|
return Class(sdkver, abi, cursor)
|
|
|
|
|
|
|
|
return Struct(sdkver, abi, cursor)
|
|
|
|
|
|
|
|
|
|
|
|
def Type(decl, sdkver, abi):
|
|
|
|
name = canonical_typename(decl)
|
|
|
|
if name not in all_structs:
|
|
|
|
return BasicType(decl, abi)
|
|
|
|
return all_structs[name][sdkver][abi]
|
|
|
|
|
|
|
|
|
2023-09-21 19:39:53 +02:00
|
|
|
def canonical_typename(cursor):
|
2023-09-20 17:27:42 +02:00
|
|
|
if type(cursor) in (Struct, Class, Cursor):
|
2023-09-21 19:39:53 +02:00
|
|
|
return canonical_typename(cursor.type)
|
|
|
|
|
|
|
|
name = cursor.get_canonical().spelling
|
|
|
|
return name.removeprefix("const ")
|
|
|
|
|
2018-10-29 17:21:49 +01:00
|
|
|
|
2023-09-27 14:09:21 +02:00
|
|
|
def underlying_typename(decl):
|
|
|
|
return canonical_typename(underlying_type(decl))
|
|
|
|
|
|
|
|
|
2023-09-21 22:13:09 +02:00
|
|
|
def find_struct_abis(name):
|
2023-09-20 17:27:42 +02:00
|
|
|
if not name in all_structs:
|
|
|
|
return None
|
|
|
|
structs = all_structs[name]
|
|
|
|
if not sdkver in structs:
|
|
|
|
return None
|
|
|
|
return structs[sdkver]
|
2018-10-30 14:09:46 +01:00
|
|
|
|
2019-06-13 16:12:28 +02:00
|
|
|
|
2023-09-16 19:24:46 +02:00
|
|
|
def struct_needs_conversion(struct):
|
2023-09-21 19:39:53 +02:00
|
|
|
name = canonical_typename(struct)
|
|
|
|
if name in EXEMPT_STRUCTS:
|
2018-10-30 14:09:46 +01:00
|
|
|
return False
|
2023-09-21 19:39:53 +02:00
|
|
|
if name in MANUAL_STRUCTS:
|
2019-05-16 18:23:30 +02:00
|
|
|
return True
|
2023-09-20 17:27:42 +02:00
|
|
|
if name in PATH_CONV_STRUCTS:
|
2023-09-21 22:13:09 +02:00
|
|
|
return True
|
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
abis = find_struct_abis(name)
|
|
|
|
if abis is None: return False
|
|
|
|
if abis['w32'].needs_conversion(abis['u32']):
|
2023-09-21 22:13:09 +02:00
|
|
|
return True
|
2023-09-20 17:27:42 +02:00
|
|
|
if abis['w64'].needs_conversion(abis['u64']):
|
2018-11-20 18:10:12 +01:00
|
|
|
return True
|
2018-10-30 14:09:46 +01:00
|
|
|
return False
|
|
|
|
|
2023-09-21 22:13:09 +02:00
|
|
|
|
2023-09-23 16:11:42 +02:00
|
|
|
def underlying_type(decl):
|
|
|
|
if type(decl) is Cursor:
|
|
|
|
decl = decl.type
|
|
|
|
if decl.kind == TypeKind.LVALUEREFERENCE: return underlying_type(decl.get_pointee())
|
|
|
|
if decl.kind == TypeKind.CONSTANTARRAY: return underlying_type(decl.element_type)
|
|
|
|
if decl.kind == TypeKind.POINTER: return underlying_type(decl.get_pointee())
|
|
|
|
return decl
|
|
|
|
|
|
|
|
|
2022-10-22 17:28:35 +02:00
|
|
|
def param_needs_conversion(decl):
|
2023-09-23 16:11:42 +02:00
|
|
|
decl = underlying_type(decl)
|
2023-10-03 09:40:50 +02:00
|
|
|
return decl.kind == TypeKind.RECORD and \
|
2022-10-22 17:28:35 +02:00
|
|
|
struct_needs_conversion(decl)
|
|
|
|
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
def callconv(cursor, prefix):
|
2023-09-30 14:02:30 +02:00
|
|
|
if type(cursor) is not Cursor:
|
2023-09-19 21:24:23 +02:00
|
|
|
return ''
|
|
|
|
canon = cursor.type.get_canonical()
|
|
|
|
if canon.kind != TypeKind.POINTER:
|
|
|
|
return ''
|
|
|
|
canon = canon.get_pointee()
|
|
|
|
if canon.kind != TypeKind.FUNCTIONPROTO:
|
|
|
|
return ''
|
|
|
|
if cursor.type.kind == TypeKind.TYPEDEF:
|
|
|
|
cursor = cursor.type.get_declaration()
|
|
|
|
|
|
|
|
tokens = cursor.get_tokens()
|
|
|
|
while next(tokens).spelling != '(': pass
|
2023-09-19 21:30:14 +02:00
|
|
|
token = next(tokens).spelling.strip('_')
|
2023-12-04 22:48:13 +01:00
|
|
|
token = token.replace('*', 'cdecl')
|
2023-09-19 21:30:14 +02:00
|
|
|
token = token.replace('S_CALLTYPE', 'cdecl')
|
|
|
|
return f'{prefix[0].upper()}_{token.upper()} '
|
2023-09-19 21:24:23 +02:00
|
|
|
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
def declspec_func(decl, name, prefix):
|
2023-09-23 23:51:24 +02:00
|
|
|
ret = declspec(decl.get_result(), "", prefix, False)
|
|
|
|
params = [declspec(a, "", prefix, False) for a in decl.argument_types()]
|
2023-09-19 21:24:23 +02:00
|
|
|
params = ", ".join(params) if len(params) else "void"
|
|
|
|
return f'{ret} ({name})({params})'
|
|
|
|
|
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
def declspec(decl, name, prefix, wrapped=False):
|
2023-09-23 23:44:45 +02:00
|
|
|
call = callconv(decl, prefix)
|
2022-10-22 17:28:35 +02:00
|
|
|
if type(decl) is Cursor:
|
|
|
|
decl = decl.type
|
2023-09-19 19:59:23 +02:00
|
|
|
decl = decl.get_canonical()
|
2022-10-22 17:28:35 +02:00
|
|
|
|
|
|
|
const = 'const ' if decl.is_const_qualified() else ''
|
2023-09-19 19:59:23 +02:00
|
|
|
if decl.kind == TypeKind.FUNCTIONPROTO:
|
2023-09-23 23:44:45 +02:00
|
|
|
return declspec_func(decl, name, prefix)
|
2022-10-22 17:28:35 +02:00
|
|
|
if decl.kind in (TypeKind.POINTER, TypeKind.LVALUEREFERENCE):
|
|
|
|
decl = decl.get_pointee()
|
2023-09-23 23:51:24 +02:00
|
|
|
spec = declspec(decl, f"*{call}{const}{name}", prefix, False)
|
|
|
|
if wrapped:
|
|
|
|
return f'{prefix.upper()}PTR({spec}, {name})'
|
|
|
|
return spec
|
2022-10-22 17:28:35 +02:00
|
|
|
if decl.kind == TypeKind.CONSTANTARRAY:
|
|
|
|
decl, count = decl.element_type, decl.element_count
|
2023-09-23 23:51:24 +02:00
|
|
|
if wrapped:
|
|
|
|
spec = declspec(decl, const, prefix, False)
|
|
|
|
return f'{prefix.upper()}ARRAY({spec}, {count}, {name})'
|
|
|
|
return declspec(decl, f"({const}{name})[{count}]", prefix, False)
|
2022-10-22 17:28:35 +02:00
|
|
|
|
|
|
|
if len(name):
|
|
|
|
name = f' {name}'
|
|
|
|
|
|
|
|
if decl.kind in (TypeKind.UNEXPOSED, TypeKind.FUNCTIONPROTO):
|
|
|
|
return f'void{name}'
|
|
|
|
if decl.kind == TypeKind.ENUM:
|
2023-09-14 16:22:47 +02:00
|
|
|
return f'uint{decl.get_size() * 8}_t{name}'
|
2022-10-22 17:28:35 +02:00
|
|
|
|
2023-09-14 14:53:26 +02:00
|
|
|
type_name = decl.spelling.removeprefix("const ")
|
2023-09-30 14:02:30 +02:00
|
|
|
if decl.kind == TypeKind.RECORD \
|
2023-09-23 23:51:24 +02:00
|
|
|
and type_name in all_versions[sdkver] \
|
|
|
|
and type_name not in EXEMPT_STRUCTS:
|
|
|
|
if type_name in unique_structs:
|
|
|
|
return f'{const}{all_versions[sdkver][type_name]}{name}'
|
|
|
|
return f'{const}{prefix}{all_versions[sdkver][type_name]}{name}'
|
|
|
|
|
2023-09-23 22:07:08 +02:00
|
|
|
if type_name.startswith('ISteam'):
|
|
|
|
return f'{const}void /*{type_name}*/{name}'
|
2023-10-04 22:02:15 +02:00
|
|
|
if type_name in ('void', 'char', 'float', 'double'):
|
2023-09-14 14:53:26 +02:00
|
|
|
return f'{const}{type_name}{name}'
|
2023-10-04 22:02:15 +02:00
|
|
|
if type_name.startswith(('bool', 'int', 'long', 'short', 'signed')):
|
2023-09-14 14:53:26 +02:00
|
|
|
return f'{const}int{decl.get_size() * 8}_t{name}'
|
|
|
|
if type_name.startswith(('uint', 'unsigned')):
|
|
|
|
return f'{const}uint{decl.get_size() * 8}_t{name}'
|
2023-09-23 22:07:08 +02:00
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
if 'unnamed union' in decl.spelling:
|
|
|
|
return f'{const}struct {{ uint8_t _[{decl.get_size()}]; }}{name}'
|
2022-10-22 17:28:35 +02:00
|
|
|
return f'{decl.spelling}{name}'
|
|
|
|
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
def handle_method_cpp(method, classname, out):
|
2023-09-23 21:44:20 +02:00
|
|
|
returns_void = method.result_type.kind == TypeKind.VOID
|
2023-09-27 14:34:23 +02:00
|
|
|
returns_record = method.result_type.get_canonical().kind == TypeKind.RECORD
|
2018-10-29 17:21:49 +01:00
|
|
|
|
2023-09-23 16:11:42 +02:00
|
|
|
names = [p.spelling if p.spelling != "" else f'_{chr(0x61 + i)}'
|
|
|
|
for i, p in enumerate(method.get_arguments())]
|
2021-11-12 20:13:03 +01:00
|
|
|
|
2023-09-23 16:29:04 +02:00
|
|
|
need_convert = {n: p for n, p in zip(names, method.get_arguments())
|
|
|
|
if param_needs_conversion(p)}
|
|
|
|
manual_convert = {n: p for n, p in zip(names, method.get_arguments())
|
|
|
|
if underlying_type(p).spelling in MANUAL_TYPES
|
|
|
|
or p.spelling in MANUAL_PARAMS}
|
|
|
|
|
2023-09-23 16:11:42 +02:00
|
|
|
names = ['linux_side'] + names
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
out(f'NTSTATUS {method.full_name}( void *args )\n')
|
2023-09-23 22:57:23 +02:00
|
|
|
out(u'{\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
out(f' struct {method.full_name}_params *params = (struct {method.full_name}_params *)args;\n')
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' struct u_{klass.full_name} *iface = (struct u_{klass.full_name} *)params->linux_side;\n')
|
2023-09-23 16:11:42 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
params = list(zip(names[1:], method.get_arguments()))
|
|
|
|
for i, (name, param) in enumerate(params[:-1]):
|
|
|
|
if underlying_type(param).kind != TypeKind.RECORD:
|
|
|
|
continue
|
|
|
|
next_name, next_param = params[i + 1]
|
|
|
|
if not any(w in next_name.lower() for w in ('count', 'len', 'size', 'num')):
|
|
|
|
continue
|
|
|
|
assert underlying_typename(param) in SIZED_STRUCTS | EXEMPT_STRUCTS
|
|
|
|
|
|
|
|
for i, (name, param) in enumerate(params[1:]):
|
|
|
|
if underlying_type(param).kind != TypeKind.RECORD:
|
|
|
|
continue
|
|
|
|
prev_name, prev_param = params[i - 1]
|
|
|
|
if not any(w in prev_name.lower() for w in ('count', 'len', 'size', 'num')):
|
|
|
|
continue
|
|
|
|
if underlying_typename(param) not in SIZED_STRUCTS | EXEMPT_STRUCTS:
|
|
|
|
print('Warning:', underlying_typename(param), name, 'following', prev_name)
|
|
|
|
|
2023-10-02 23:20:43 +02:00
|
|
|
path_conv_wtou = PATH_CONV_METHODS_WTOU.get(f'{klass.name}_{method.spelling}', {})
|
|
|
|
|
|
|
|
for name, conv in filter(lambda x: x[0] in names, path_conv_wtou.items()):
|
|
|
|
if conv['array']:
|
|
|
|
out(f' const char **u_{name} = steamclient_dos_to_unix_path_array( params->{name} );\n')
|
|
|
|
else:
|
|
|
|
out(f' char *u_{name} = steamclient_dos_to_unix_path( params->{name}, {int(conv["url"])} );\n')
|
|
|
|
|
2023-09-27 14:09:21 +02:00
|
|
|
need_output = {}
|
|
|
|
|
2023-09-23 16:29:04 +02:00
|
|
|
for name, param in sorted(need_convert.items()):
|
2023-09-27 14:09:21 +02:00
|
|
|
if param.type.kind != TypeKind.POINTER:
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' {declspec(param.type, f"u_{name}", "u_")} = params->{name};\n')
|
2023-09-27 14:09:21 +02:00
|
|
|
continue
|
|
|
|
|
|
|
|
pointee = param.type.get_pointee()
|
|
|
|
if pointee.kind == TypeKind.POINTER:
|
|
|
|
need_output[name] = param
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' {declspec(pointee, f"lin_{name}", "u_")};\n')
|
2023-09-27 14:09:21 +02:00
|
|
|
continue
|
|
|
|
|
|
|
|
if not pointee.is_const_qualified():
|
|
|
|
need_output[name] = param
|
|
|
|
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' {declspec(pointee, f"u_{name}", "u_")} = *params->{name};\n')
|
2023-09-23 16:29:04 +02:00
|
|
|
|
|
|
|
for name, param in sorted(manual_convert.items()):
|
|
|
|
if name in MANUAL_PARAMS:
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' {declspec(param, f"u_{name}", "u_")} = manual_convert_{name}( params->{name} );\n')
|
2019-06-17 17:50:11 +02:00
|
|
|
else:
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' {declspec(param, f"u_{name}", "u_")} = manual_convert_{method.name}_{name}( params->{name} );\n')
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2023-09-23 21:44:20 +02:00
|
|
|
if returns_void:
|
2023-09-23 22:57:23 +02:00
|
|
|
out(u' ')
|
2023-09-27 14:34:23 +02:00
|
|
|
elif returns_record:
|
|
|
|
out(u' *params->_ret = ')
|
2018-10-29 17:21:49 +01:00
|
|
|
else:
|
2023-09-27 14:34:23 +02:00
|
|
|
out(u' params->_ret = ')
|
2023-08-25 04:42:23 +02:00
|
|
|
|
2023-09-23 16:29:04 +02:00
|
|
|
def param_call(name, param):
|
|
|
|
pfx = '&' if param.type.kind == TypeKind.POINTER else ''
|
2023-09-30 14:02:30 +02:00
|
|
|
if name in need_convert: return f"{pfx}u_{name}"
|
|
|
|
if name in manual_convert: return f"u_{name}"
|
2023-10-02 23:20:43 +02:00
|
|
|
if name in path_conv_wtou: return f"u_{name}"
|
2023-09-23 23:44:45 +02:00
|
|
|
return f'params->{name}'
|
2023-08-25 04:42:23 +02:00
|
|
|
|
2023-09-23 16:29:04 +02:00
|
|
|
params = [param_call(n, p) for n, p in zip(names[1:], method.get_arguments())]
|
2023-09-28 19:02:26 +02:00
|
|
|
|
|
|
|
# CGameID -> CGameID &
|
|
|
|
# Windows side follows the prototype in the header while Linux
|
|
|
|
# steamclient treats gameID parameter as pointer
|
|
|
|
if klass.full_name == 'ISteamUser_SteamUser008' \
|
|
|
|
and method.name == 'InitiateGameConnection':
|
|
|
|
params[3] = f'&{params[3]}'
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
out(f'iface->{method.spelling}( {", ".join(params)} );\n')
|
2023-09-23 16:29:04 +02:00
|
|
|
|
2023-09-27 14:09:21 +02:00
|
|
|
for name, param in sorted(need_output.items()):
|
2023-09-30 14:02:30 +02:00
|
|
|
out(f' *params->{name} = u_{name};\n')
|
2023-09-23 21:44:20 +02:00
|
|
|
|
2023-10-02 23:28:09 +02:00
|
|
|
path_conv_utow = PATH_CONV_METHODS_UTOW.get(f'{klass.name}_{method.spelling}', {})
|
|
|
|
|
|
|
|
for name, conv in filter(lambda x: x[0] in names, path_conv_utow.items()):
|
|
|
|
out(u' ')
|
|
|
|
if "ret_size" in path_conv_utow:
|
|
|
|
out(u'params->_ret = ')
|
|
|
|
out(f'steamclient_unix_path_to_dos_path( params->_ret, params->{name}, params->{name}, params->{conv["len"]}, {int(conv["url"])} );\n')
|
|
|
|
|
2023-10-02 23:20:43 +02:00
|
|
|
for name, conv in filter(lambda x: x[0] in names, path_conv_wtou.items()):
|
|
|
|
if conv["array"]:
|
|
|
|
out(f' steamclient_free_path_array( u_{name} );\n')
|
|
|
|
else:
|
|
|
|
out(f' steamclient_free_path( u_{name} );\n')
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
out(u' return 0;\n')
|
2023-09-23 22:57:23 +02:00
|
|
|
out(u'}\n\n')
|
2023-09-22 00:06:40 +02:00
|
|
|
|
|
|
|
|
2023-09-23 22:57:23 +02:00
|
|
|
def handle_thiscall_wrapper(klass, method, out):
|
2023-09-23 20:52:28 +02:00
|
|
|
returns_record = method.result_type.get_canonical().kind == TypeKind.RECORD
|
|
|
|
|
|
|
|
def param_stack_size(param):
|
|
|
|
if param.type.kind == TypeKind.LVALUEREFERENCE: return 4
|
|
|
|
return ((param.type.get_size() + 3) // 4) * 4
|
|
|
|
|
|
|
|
size = 4 + sum(param_stack_size(p) for p in method.get_arguments())
|
|
|
|
if returns_record: size += 4
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
name = f'win{klass.full_name}_{method.name}'
|
2023-09-23 22:57:23 +02:00
|
|
|
out(f'DEFINE_THISCALL_WRAPPER({name}, {size})\n')
|
2023-09-23 20:52:28 +02:00
|
|
|
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
def handle_method_c(klass, method, winclassname, out):
|
2023-09-23 21:44:20 +02:00
|
|
|
returns_void = method.result_type.kind == TypeKind.VOID
|
2023-09-22 00:06:40 +02:00
|
|
|
returns_record = method.result_type.get_canonical().kind == TypeKind.RECORD
|
2023-09-23 20:54:51 +02:00
|
|
|
|
2023-09-23 22:07:08 +02:00
|
|
|
ret = "*" if returns_record else ""
|
2023-09-30 14:02:30 +02:00
|
|
|
ret = f'{declspec(method.result_type, ret, "w_")} '
|
2023-09-23 20:54:51 +02:00
|
|
|
|
|
|
|
names = [p.spelling if p.spelling != "" else f'_{chr(0x61 + i)}'
|
|
|
|
for i, p in enumerate(method.get_arguments())]
|
2023-09-30 14:02:30 +02:00
|
|
|
params = [declspec(p, names[i], "w_") for i, p in enumerate(method.get_arguments())]
|
2023-09-23 20:54:51 +02:00
|
|
|
|
2023-09-22 00:06:40 +02:00
|
|
|
if returns_record:
|
2023-09-30 14:02:30 +02:00
|
|
|
params = [f'{declspec(method.result_type, "*_ret", "w_")}'] + params
|
2023-09-23 21:44:20 +02:00
|
|
|
names = ['_ret'] + names
|
2023-09-23 20:54:51 +02:00
|
|
|
|
2023-09-24 14:50:45 +02:00
|
|
|
params = ['struct w_steam_iface *_this'] + params
|
2023-09-23 20:54:51 +02:00
|
|
|
names = ['_this'] + names
|
|
|
|
|
2023-09-23 22:57:23 +02:00
|
|
|
out(f'{ret}__thiscall {winclassname}_{method.name}({", ".join(params)})\n')
|
|
|
|
out(u'{\n')
|
2023-09-23 20:54:51 +02:00
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
out(f' struct {method.full_name}_params params =\n')
|
2023-09-27 14:34:23 +02:00
|
|
|
out(u' {\n')
|
|
|
|
out(u' .linux_side = _this->u_iface,\n')
|
2023-09-29 11:03:44 +02:00
|
|
|
for name in names[1:]: out(f' .{name} = {name},\n')
|
2023-09-27 14:34:23 +02:00
|
|
|
out(u' };\n')
|
2023-09-23 21:44:20 +02:00
|
|
|
|
2023-09-23 22:57:23 +02:00
|
|
|
out(u' TRACE("%p\\n", _this);\n')
|
2023-09-22 00:06:40 +02:00
|
|
|
|
2023-12-14 03:09:27 +01:00
|
|
|
# Some games pass pointers to the data in PE modules which have no access. Access violation is handled
|
|
|
|
# by VEH (which decrypts data and changes page protection). That can only work if such access violation happens
|
|
|
|
# on the PE side, so access the data before passing to the Unix side.
|
|
|
|
for _, p in enumerate(method.get_arguments()):
|
|
|
|
pretouch = PRETOUCH_TYPES.get(p.type.spelling)
|
|
|
|
if pretouch is not None:
|
|
|
|
out(pretouch.format(p.spelling))
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
out(f' STEAMCLIENT_CALL( {method.full_name}, ¶ms );\n')
|
2023-09-22 00:06:40 +02:00
|
|
|
|
2023-09-29 11:35:29 +02:00
|
|
|
if method.name.startswith('CreateFakeUDPPort'):
|
|
|
|
out(u' params._ret = create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001( params._ret );\n')
|
|
|
|
elif method.name.startswith("GetISteamGenericInterface"):
|
|
|
|
out(u' params._ret = create_win_interface( pchVersion, params._ret );\n')
|
|
|
|
elif method.result_type.spelling.startswith("ISteam"):
|
2023-09-27 14:34:23 +02:00
|
|
|
out(u' params._ret = create_win_interface( pchVersion, params._ret );\n')
|
2023-09-23 20:55:11 +02:00
|
|
|
|
2023-09-23 21:44:20 +02:00
|
|
|
if not returns_void:
|
2023-09-27 14:34:23 +02:00
|
|
|
out(u' return params._ret;\n')
|
2023-09-23 22:57:23 +02:00
|
|
|
out(u'}\n\n')
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2023-09-20 23:21:06 +02:00
|
|
|
|
2023-09-23 19:44:47 +02:00
|
|
|
def handle_class(klass):
|
2023-09-23 23:44:45 +02:00
|
|
|
cppname = f"cpp{klass.full_name}"
|
2023-09-23 23:11:56 +02:00
|
|
|
|
2023-09-30 14:15:29 +02:00
|
|
|
with open(f"{cppname}.cpp", "w") as file:
|
2023-09-23 23:11:56 +02:00
|
|
|
out = file.write
|
|
|
|
|
2023-09-30 14:02:30 +02:00
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
out(u'#include "unix_private.h"\n\n')
|
2023-09-23 23:44:45 +02:00
|
|
|
|
2023-10-03 11:04:33 +02:00
|
|
|
out(u'#if 0\n')
|
|
|
|
out(u'#pragma makedep unix\n')
|
|
|
|
out(u'#endif\n\n')
|
|
|
|
|
2023-09-23 23:11:56 +02:00
|
|
|
for method in klass.methods:
|
|
|
|
if type(method) is Destructor:
|
|
|
|
continue
|
2023-09-18 10:18:19 +02:00
|
|
|
if is_manual_method(klass, method, "u"):
|
2023-09-23 23:11:56 +02:00
|
|
|
continue
|
2023-09-30 13:08:49 +02:00
|
|
|
handle_method_cpp(method, klass.name, out)
|
2023-09-23 23:11:56 +02:00
|
|
|
|
|
|
|
|
2023-09-23 23:44:45 +02:00
|
|
|
winclassname = f"win{klass.full_name}"
|
2023-09-20 17:27:42 +02:00
|
|
|
with open(f"win{klass.name}.c", "a") as file:
|
2023-09-23 23:20:53 +02:00
|
|
|
out = file.write
|
2023-09-23 23:11:56 +02:00
|
|
|
|
2023-09-23 23:20:53 +02:00
|
|
|
for method in klass.methods:
|
|
|
|
handle_thiscall_wrapper(klass, method, out)
|
|
|
|
out('\n')
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2023-09-23 23:20:53 +02:00
|
|
|
for method in klass.methods:
|
2023-09-18 10:18:19 +02:00
|
|
|
if is_manual_method(klass, method, "w"):
|
|
|
|
continue
|
2023-09-23 23:20:53 +02:00
|
|
|
if type(method) is Destructor:
|
2023-09-24 14:50:45 +02:00
|
|
|
out(f'void __thiscall {winclassname}_{method.name}(struct w_steam_iface *_this)\n{{/* never called */}}\n\n')
|
2023-09-23 23:20:53 +02:00
|
|
|
else:
|
2023-09-30 13:08:49 +02:00
|
|
|
handle_method_c(klass, method, winclassname, out)
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2023-09-23 23:20:53 +02:00
|
|
|
out(f'extern vtable_ptr {winclassname}_vtable;\n')
|
|
|
|
out(u'\n')
|
2022-10-22 21:22:27 +02:00
|
|
|
out(f'DEFINE_RTTI_DATA0({winclassname}, 0, \".?AV{klass.name}@@\")\n')
|
|
|
|
out(u'\n')
|
|
|
|
out(f'__ASM_BLOCK_BEGIN({winclassname}_vtables)\n')
|
2023-09-23 23:20:53 +02:00
|
|
|
out(f' __ASM_VTABLE({winclassname},\n')
|
|
|
|
for method in sorted(klass.methods, key=lambda x: (x._index, -x._override)):
|
|
|
|
out(f' VTABLE_ADD_FUNC({winclassname}_{method.name})\n')
|
|
|
|
out(u' );\n')
|
2022-10-22 21:22:27 +02:00
|
|
|
out(u'__ASM_BLOCK_END\n')
|
2023-09-23 23:20:53 +02:00
|
|
|
out(u'\n')
|
2023-09-24 14:50:45 +02:00
|
|
|
out(f'struct w_steam_iface *create_{winclassname}(void *u_iface)\n')
|
2023-09-23 23:20:53 +02:00
|
|
|
out(u'{\n')
|
2023-10-03 09:40:50 +02:00
|
|
|
out(f' struct w_steam_iface *r = alloc_mem_for_iface(sizeof(struct w_steam_iface), "{klass.version}");\n')
|
2023-09-23 23:20:53 +02:00
|
|
|
out(u' TRACE("-> %p\\n", r);\n')
|
|
|
|
out(f' r->vtable = alloc_vtable(&{winclassname}_vtable, {len(klass.methods)}, "{klass.version}");\n')
|
2023-09-24 14:50:45 +02:00
|
|
|
out(u' r->u_iface = u_iface;\n')
|
2023-09-23 23:20:53 +02:00
|
|
|
out(u' return r;\n')
|
|
|
|
out(u'}\n\n')
|
2018-01-18 17:24:05 +01:00
|
|
|
|
|
|
|
|
2023-09-21 20:33:54 +02:00
|
|
|
def parse(sources, sdkver, abi):
|
2023-09-16 15:24:23 +02:00
|
|
|
args = [f'-m{abi[1:]}', '-I' + CLANG_PATH + '/include/']
|
|
|
|
if abi[0] == 'w':
|
|
|
|
args += ["-D_WIN32", "-U__linux__"]
|
|
|
|
args += ["-fms-extensions", "-mms-bitfields"]
|
|
|
|
args += ["-Wno-ignored-attributes", "-Wno-incompatible-ms-struct"]
|
|
|
|
if abi[0] == 'u':
|
|
|
|
args += ["-DGNUC"]
|
|
|
|
|
|
|
|
index = Index.create()
|
|
|
|
build = index.parse("source.cpp", args=args, unsaved_files=sources.items())
|
|
|
|
diagnostics = list(build.diagnostics)
|
|
|
|
for diag in diagnostics: print(diag)
|
|
|
|
assert len(diagnostics) == 0
|
|
|
|
|
2023-09-21 20:33:54 +02:00
|
|
|
return sdkver, abi, build
|
2023-09-16 15:24:23 +02:00
|
|
|
|
|
|
|
|
2023-09-20 22:21:42 +02:00
|
|
|
def load(sdkver):
|
2022-01-06 15:52:49 +01:00
|
|
|
sdkdir = f"steamworks_sdk_{sdkver}"
|
|
|
|
|
|
|
|
sources = {}
|
2023-09-20 22:21:42 +02:00
|
|
|
versions = {}
|
2022-01-06 15:52:49 +01:00
|
|
|
for file in os.listdir(sdkdir):
|
2020-11-04 12:56:12 +01:00
|
|
|
# Some files from Valve have non-UTF-8 stuff in the comments
|
|
|
|
# (typically the copyright symbol); therefore we ignore UTF-8
|
|
|
|
# encoding errors
|
2022-01-06 15:52:49 +01:00
|
|
|
lines = open(f"{sdkdir}/{file}", "r", errors="replace").readlines()
|
2023-09-20 21:22:29 +02:00
|
|
|
if """#error "This file isn't used any more"\n""" in lines:
|
|
|
|
sources[f"{sdkdir}/{file}"] = ""
|
|
|
|
|
|
|
|
results = (DEFINE_INTERFACE_VERSION.match(l) for l in lines)
|
|
|
|
for result in (r.groupdict() for r in results if r):
|
|
|
|
name, version = result['name'], result['version']
|
|
|
|
name = name.replace('_INTERFACE_VERSION', '')
|
|
|
|
name = name.replace('_VERSION', '')
|
|
|
|
versions[name] = version
|
2018-01-18 17:24:05 +01:00
|
|
|
|
2023-09-20 21:15:40 +02:00
|
|
|
source = [f'#if __has_include("{sdkdir}/{file}")\n'
|
|
|
|
f'#include "{sdkdir}/{file}"\n'
|
|
|
|
f'#endif\n'
|
|
|
|
for file in SDK_SOURCES.keys()]
|
2022-01-06 15:52:49 +01:00
|
|
|
sources["source.cpp"] = "\n".join(source)
|
|
|
|
|
2023-09-20 22:21:42 +02:00
|
|
|
return versions, sources
|
|
|
|
|
|
|
|
|
2023-09-29 09:58:05 +02:00
|
|
|
def classify_struct(name):
|
|
|
|
if name in EXEMPT_STRUCTS:
|
|
|
|
return None
|
|
|
|
structs = all_structs[name]
|
|
|
|
|
|
|
|
prev = []
|
|
|
|
versions = {}
|
|
|
|
unique = True
|
|
|
|
|
2023-10-03 09:40:50 +02:00
|
|
|
def set_class_version(abis, version):
|
|
|
|
for abi in filter(lambda x: type(x) is Class, abis):
|
|
|
|
abi.version = version
|
|
|
|
|
2023-09-29 09:58:05 +02:00
|
|
|
for sdkver in filter(lambda v: v in structs, reversed(SDK_VERSIONS)):
|
|
|
|
abis = [structs[sdkver][a] for a in ABIS]
|
|
|
|
|
|
|
|
if any(abis[0].needs_conversion(a) for a in abis[1:]):
|
|
|
|
unique = False
|
|
|
|
|
|
|
|
def is_always_compatible(other):
|
|
|
|
for a, b in zip(abis, other):
|
|
|
|
if a.needs_conversion(b):
|
|
|
|
return False
|
|
|
|
return True
|
|
|
|
|
|
|
|
compat = next((k for k, v in prev if is_always_compatible(v)), None)
|
|
|
|
if compat:
|
|
|
|
versions[sdkver] = versions[compat]
|
2023-10-03 09:40:50 +02:00
|
|
|
set_class_version(abis, compat)
|
2023-09-29 09:58:05 +02:00
|
|
|
else:
|
|
|
|
[abi.set_used() for abi in abis] # make sure order is computed
|
|
|
|
versions[sdkver] = f"{name}_{sdkver}"
|
|
|
|
prev += [(sdkver, abis)]
|
2023-10-03 09:40:50 +02:00
|
|
|
set_class_version(abis, sdkver)
|
2023-09-29 09:58:05 +02:00
|
|
|
|
|
|
|
if unique:
|
|
|
|
unique_structs.append(name)
|
|
|
|
|
|
|
|
if len(set(versions.values())) == 1:
|
|
|
|
versions = {sdkver: name for sdkver in versions.keys()}
|
2023-10-03 09:40:50 +02:00
|
|
|
for sdkver in filter(lambda v: v in structs, reversed(SDK_VERSIONS)):
|
|
|
|
abis = [structs[sdkver][a] for a in ABIS]
|
|
|
|
set_class_version(abis, "")
|
|
|
|
|
2023-09-29 09:58:05 +02:00
|
|
|
return versions
|
|
|
|
|
|
|
|
|
2023-09-20 22:21:42 +02:00
|
|
|
for i, sdkver in enumerate(SDK_VERSIONS):
|
|
|
|
print(f'loading SDKs... {i * 100 // len(SDK_VERSIONS)}%', end='\r')
|
|
|
|
all_versions[sdkver], all_sources[sdkver] = load(sdkver)
|
2023-09-16 20:13:49 +02:00
|
|
|
print('loading SDKs... 100%')
|
|
|
|
|
2023-09-21 20:33:54 +02:00
|
|
|
|
|
|
|
tmp_classes = {}
|
|
|
|
|
2023-09-16 20:13:49 +02:00
|
|
|
with concurrent.futures.ThreadPoolExecutor() as executor:
|
|
|
|
arg0 = [sdkver for sdkver in SDK_VERSIONS for abi in ABIS]
|
|
|
|
arg1 = [abi for sdkver in SDK_VERSIONS for abi in ABIS]
|
|
|
|
def parse_map(sdkver, abi):
|
2023-09-21 20:33:54 +02:00
|
|
|
return parse(all_sources[sdkver], sdkver, abi)
|
2023-09-16 20:13:49 +02:00
|
|
|
|
|
|
|
results = executor.map(parse_map, arg0, arg1)
|
|
|
|
for i, result in enumerate(results):
|
|
|
|
print(f'parsing SDKs... {i * 100 // len(arg0)}%', end='\r')
|
2023-09-21 20:33:54 +02:00
|
|
|
sdkver, abi, build = result
|
2023-09-16 20:13:49 +02:00
|
|
|
if sdkver not in all_records: all_records[sdkver] = {}
|
2023-09-21 20:33:54 +02:00
|
|
|
if sdkver not in tmp_classes: tmp_classes[sdkver] = {}
|
2023-09-16 20:13:49 +02:00
|
|
|
|
2023-09-21 20:33:54 +02:00
|
|
|
versions = all_versions[sdkver]
|
2023-09-20 23:21:06 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
structs = build.cursor.get_children()
|
|
|
|
structs = filter(lambda c: c.is_definition(), structs)
|
|
|
|
structs = filter(lambda c: c.type.get_canonical().kind == TypeKind.RECORD, structs)
|
|
|
|
structs = filter(lambda c: c.kind != CursorKind.TYPEDEF_DECL, structs)
|
|
|
|
structs = filter(lambda c: c.spelling not in SDK_CLASSES, structs)
|
|
|
|
structs = [Record(sdkver, abi, c) for c in structs]
|
|
|
|
structs = {c.name: c for c in structs}
|
2023-09-21 20:33:54 +02:00
|
|
|
|
|
|
|
classes = build.cursor.get_children()
|
|
|
|
classes = filter(lambda c: c.is_definition(), classes)
|
|
|
|
classes = filter(lambda c: c.kind == CursorKind.CLASS_DECL, classes)
|
|
|
|
classes = filter(lambda c: c.spelling in SDK_CLASSES, classes)
|
|
|
|
classes = filter(lambda c: c.spelling[1:].upper() in versions, classes)
|
2023-09-23 19:44:47 +02:00
|
|
|
classes = [Class(sdkver, abi, c) for c in classes]
|
|
|
|
classes = {c.version: c for c in classes}
|
2023-09-21 20:33:54 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
all_records[sdkver][abi] = structs
|
2023-09-21 20:33:54 +02:00
|
|
|
tmp_classes[sdkver][abi] = classes
|
2023-09-20 23:21:06 +02:00
|
|
|
|
2023-09-20 17:27:42 +02:00
|
|
|
for name, struct in structs.items():
|
|
|
|
if name not in all_structs:
|
|
|
|
all_structs[name] = {}
|
|
|
|
if sdkver not in all_structs[name]:
|
|
|
|
all_structs[name][sdkver] = {}
|
|
|
|
all_structs[name][sdkver][abi] = struct
|
|
|
|
|
2023-09-20 23:58:12 +02:00
|
|
|
for i, sdkver in enumerate(reversed(SDK_VERSIONS)):
|
2023-09-21 20:33:54 +02:00
|
|
|
all_classes.update(tmp_classes[sdkver]['u32'])
|
|
|
|
|
|
|
|
print('parsing SDKs... 100%')
|
2023-09-20 23:21:06 +02:00
|
|
|
|
|
|
|
|
2023-09-29 09:58:05 +02:00
|
|
|
tmp_structs = {}
|
|
|
|
|
|
|
|
for i, name in enumerate(all_structs.keys()):
|
|
|
|
print(f'classifying structs... {i * 100 // len(all_structs.keys())}%', end='\r')
|
|
|
|
versions = classify_struct(name)
|
|
|
|
for sdkver in SDK_VERSIONS:
|
|
|
|
if not versions or sdkver not in versions: continue
|
|
|
|
all_versions[sdkver][name] = versions[sdkver]
|
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
def struct_order(x):
|
|
|
|
name, structs = x if type(x) is tuple else (x, all_structs[x])
|
2023-09-29 09:58:05 +02:00
|
|
|
order = (struct.order for abis in structs.values()
|
|
|
|
for struct in abis.values())
|
|
|
|
return (min(order), name)
|
|
|
|
|
|
|
|
for name, structs in sorted(all_structs.items(), key=struct_order):
|
|
|
|
tmp_structs[name] = {}
|
|
|
|
for sdkver in filter(lambda v: v in structs, SDK_VERSIONS):
|
|
|
|
tmp_structs[name][sdkver] = {a: structs[sdkver][a] for a in ABIS}
|
|
|
|
|
|
|
|
all_structs = tmp_structs
|
|
|
|
|
|
|
|
print('classifying structs... 100%')
|
|
|
|
|
|
|
|
|
2023-09-23 23:20:53 +02:00
|
|
|
for klass in all_classes.values():
|
2023-09-20 17:27:42 +02:00
|
|
|
with open(f"win{klass.name}.c", "w") as file:
|
2023-09-23 23:20:53 +02:00
|
|
|
out = file.write
|
|
|
|
|
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n')
|
|
|
|
out(u'#include "steamclient_private.h"\n')
|
|
|
|
out(u'\n')
|
|
|
|
out(u'WINE_DEFAULT_DEBUG_CHANNEL(steamclient);\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
|
|
|
|
2023-09-23 19:44:47 +02:00
|
|
|
for _, klass in sorted(all_classes.items()):
|
|
|
|
sdkver = klass._sdkver
|
|
|
|
handle_class(klass)
|
2023-09-20 23:21:06 +02:00
|
|
|
|
|
|
|
|
2022-10-22 21:22:27 +02:00
|
|
|
for name in sorted(set(k.name for k in all_classes.values())):
|
|
|
|
with open(f"win{name}.c", "a") as file:
|
|
|
|
out = file.write
|
|
|
|
out(f'void init_win{name}_rtti( char *base )\n')
|
|
|
|
out(u'{\n')
|
|
|
|
out(u'#ifdef __x86_64__\n')
|
|
|
|
|
|
|
|
for _, klass in sorted(all_classes.items()):
|
|
|
|
with open(f"win{klass.name}.c", "a") as file:
|
|
|
|
out = file.write
|
|
|
|
out(f' init_win{klass.full_name}_rtti( base );\n')
|
|
|
|
|
|
|
|
for name in sorted(set(k.name for k in all_classes.values())):
|
|
|
|
with open(f"win{name}.c", "a") as file:
|
|
|
|
out = file.write
|
|
|
|
out(u'#endif /* __x86_64__ */\n')
|
|
|
|
out(u'}\n')
|
|
|
|
|
|
|
|
|
2023-09-30 14:14:10 +02:00
|
|
|
with open("steamclient_generated.h", "w") as file:
|
|
|
|
out = file.write
|
|
|
|
|
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n\n')
|
|
|
|
|
|
|
|
for _, klass in sorted(all_classes.items()):
|
2023-12-01 14:34:34 +01:00
|
|
|
out(f"extern struct w_steam_iface *create_win{klass.full_name}(void *);\n")
|
2023-09-30 14:14:10 +02:00
|
|
|
|
|
|
|
|
|
|
|
with open("steamclient_generated.c", "w") as file:
|
|
|
|
out = file.write
|
|
|
|
|
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n\n')
|
|
|
|
out(u'#include "steamclient_private.h"\n\n')
|
|
|
|
|
|
|
|
out(u'static const struct { const char *iface_version; iface_constructor ctor; } constructors[] =\n')
|
|
|
|
out(u'{\n')
|
|
|
|
for _, klass in sorted(all_classes.items()):
|
|
|
|
out(f' {{"{klass.version}", &create_win{klass.full_name}}},\n')
|
|
|
|
for alias in VERSION_ALIASES.get(klass.version, []):
|
|
|
|
out(f' {{"{alias}", &create_win{klass.full_name}}}, /* alias */\n')
|
|
|
|
out(u'};\n')
|
|
|
|
out(u'\n')
|
|
|
|
out(u'iface_constructor find_iface_constructor( const char *iface_version )\n')
|
|
|
|
out(u'{\n')
|
|
|
|
out(u' int i;\n')
|
|
|
|
out(u' for (i = 0; i < ARRAYSIZE(constructors); ++i)\n')
|
|
|
|
out(u' if (!strcmp( iface_version, constructors[i].iface_version ))\n')
|
|
|
|
out(u' return constructors[i].ctor;\n')
|
|
|
|
out(u' return NULL;\n')
|
2022-10-22 21:22:27 +02:00
|
|
|
out(u'}\n\n')
|
|
|
|
|
|
|
|
for name in sorted(set(k.name for k in all_classes.values())):
|
|
|
|
out(f'extern void init_win{name}_rtti( char * );\n')
|
|
|
|
out(u'\n')
|
|
|
|
out(u'void init_rtti( char *base )\n')
|
|
|
|
out(u'{\n')
|
|
|
|
for name in sorted(set(k.name for k in all_classes.values())):
|
|
|
|
out(f' init_win{name}_rtti( base );\n')
|
2023-09-30 14:14:10 +02:00
|
|
|
out(u'}\n')
|
|
|
|
|
|
|
|
|
|
|
|
for name, klasses in all_classes.items():
|
|
|
|
if name not in SDK_CLASSES: continue
|
|
|
|
for sdkver, klass in klasses.items():
|
|
|
|
version = all_versions[sdkver][name[1:].upper()]
|
|
|
|
handle_class(sdkver, klass, version, SDK_CLASSES[name])
|
|
|
|
|
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
declared = {}
|
|
|
|
|
|
|
|
with open('steamclient_structs_generated.h', 'w') as file:
|
|
|
|
out = file.write
|
|
|
|
|
|
|
|
for name in sorted(unique_structs, key=struct_order):
|
|
|
|
if name in EXEMPT_STRUCTS: continue
|
|
|
|
for sdkver, abis in all_structs[name].items():
|
|
|
|
if name not in all_versions[sdkver]: continue
|
|
|
|
|
|
|
|
version = all_versions[sdkver][name]
|
|
|
|
if f'struct {version}' in declared: continue
|
|
|
|
declared[f'struct {version}'] = True
|
|
|
|
|
|
|
|
kind = 'union' if type(abis['w64']) is Union else 'struct'
|
|
|
|
|
|
|
|
out(f'typedef {kind} {version} {version};\n')
|
2023-09-28 22:22:25 +02:00
|
|
|
abis['w64'].write_definition(out, "", [])
|
2023-09-23 23:51:24 +02:00
|
|
|
|
|
|
|
for name, structs in all_structs.items():
|
|
|
|
if name in EXEMPT_STRUCTS: continue
|
|
|
|
if name in unique_structs: continue
|
|
|
|
for sdkver, abis in structs.items():
|
|
|
|
if name not in all_versions[sdkver]: continue
|
|
|
|
|
|
|
|
version = all_versions[sdkver][name]
|
|
|
|
if f'typedef {version}' in declared: continue
|
|
|
|
declared[f'typedef {version}'] = True
|
|
|
|
|
|
|
|
kind = 'union' if type(abis['w64']) is Union else 'struct'
|
|
|
|
|
|
|
|
if type(abis['w64']) is Class:
|
|
|
|
out(f'typedef {kind} u_{version} u_{version};\n')
|
|
|
|
out(f'typedef {kind} u_{version} u64_{version};\n')
|
|
|
|
out(f'typedef {kind} u_{version} u32_{version};\n')
|
|
|
|
out(f'typedef {kind} w_{version} w_{version};\n')
|
|
|
|
out(f'typedef {kind} w_{version} w64_{version};\n')
|
|
|
|
out(f'typedef {kind} w_{version} w32_{version};\n')
|
|
|
|
continue
|
|
|
|
|
|
|
|
if abis["w64"].needs_conversion(abis["u64"]):
|
|
|
|
out(f'typedef {kind} u64_{version} u64_{version};\n')
|
|
|
|
else:
|
|
|
|
out(f'typedef {kind} w64_{version} u64_{version};\n')
|
|
|
|
out(f'typedef {kind} w64_{version} w64_{version};\n')
|
|
|
|
|
|
|
|
if abis["w32"].needs_conversion(abis["u32"]):
|
|
|
|
out(f'typedef {kind} u32_{version} u32_{version};\n')
|
|
|
|
else:
|
|
|
|
out(f'typedef {kind} w32_{version} u32_{version};\n')
|
|
|
|
out(f'typedef {kind} w32_{version} w32_{version};\n')
|
|
|
|
|
|
|
|
for name, structs in all_structs.items():
|
|
|
|
if name in EXEMPT_STRUCTS: continue
|
|
|
|
if name in unique_structs: continue
|
|
|
|
for sdkver, abis in structs.items():
|
|
|
|
if name not in all_versions[sdkver]: continue
|
|
|
|
|
|
|
|
version = all_versions[sdkver][name]
|
|
|
|
if f'struct {version}' in declared: continue
|
|
|
|
declared[f'struct {version}'] = True
|
|
|
|
|
|
|
|
kind = 'union' if type(abis['w64']) is Union else 'struct'
|
|
|
|
|
|
|
|
if type(abis['w64']) is Class:
|
|
|
|
abis['w64'].write_definition(out, "w_")
|
|
|
|
abis['u64'].write_definition(out, "u_")
|
|
|
|
continue
|
|
|
|
|
2023-09-28 22:22:25 +02:00
|
|
|
if not abis["w64"].needs_conversion(abis["u64"]):
|
|
|
|
abis['w64'].write_definition(out, "w64_", [])
|
|
|
|
else:
|
|
|
|
abis['w64'].write_definition(out, "w64_", ["u64_"])
|
|
|
|
abis['u64'].write_definition(out, "u64_", ["w64_"])
|
2023-09-23 23:51:24 +02:00
|
|
|
|
2023-09-28 22:22:25 +02:00
|
|
|
if not abis["w32"].needs_conversion(abis["u32"]):
|
|
|
|
abis['w32'].write_definition(out, "w32_", [])
|
|
|
|
else:
|
|
|
|
abis['w32'].write_definition(out, "w32_", ["u32_"])
|
|
|
|
abis['u32'].write_definition(out, "u32_", ["w32_"])
|
2023-09-23 23:51:24 +02:00
|
|
|
|
|
|
|
out(u'#ifdef __i386__\n')
|
|
|
|
out(f'typedef w32_{version} w_{version};\n')
|
|
|
|
out(f'typedef u32_{version} u_{version};\n')
|
|
|
|
out(u'#endif\n')
|
|
|
|
out(u'#ifdef __x86_64__\n')
|
|
|
|
out(f'typedef w64_{version} w_{version};\n')
|
|
|
|
out(f'typedef u64_{version} u_{version};\n')
|
|
|
|
out(u'#endif\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
all_methods = [(k, m) for _, k in sorted(all_classes.items())
|
|
|
|
for m in k.methods]
|
|
|
|
|
2023-09-30 14:15:29 +02:00
|
|
|
with open("unix_private_generated.h", "w") as file:
|
|
|
|
out = file.write
|
|
|
|
|
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
out(u'#ifdef __cplusplus\n')
|
|
|
|
out(u'extern "C" {\n')
|
|
|
|
out(u'#endif /* __cplusplus */\n')
|
|
|
|
out(u'\n')
|
2023-09-30 14:15:29 +02:00
|
|
|
|
|
|
|
for klass in all_classes.values():
|
|
|
|
sdkver = klass._sdkver
|
|
|
|
klass.write_definition(out, "u_")
|
|
|
|
out(u'\n')
|
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
for klass, method in all_methods:
|
|
|
|
sdkver = klass._sdkver
|
|
|
|
if type(method) is Destructor:
|
|
|
|
continue
|
|
|
|
out(f'NTSTATUS {method.full_name}( void * );\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
|
|
|
out(u'#ifdef __cplusplus\n')
|
|
|
|
out(u'} /* extern "C" */\n')
|
|
|
|
out(u'#endif /* __cplusplus */\n')
|
|
|
|
|
|
|
|
|
|
|
|
with open(u"unixlib_generated.h", "w") as file:
|
|
|
|
out = file.write
|
|
|
|
|
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n')
|
|
|
|
out(u'#include <stdarg.h>\n')
|
|
|
|
out(u'#include <stddef.h>\n')
|
|
|
|
out(u'#include <stdint.h>\n')
|
|
|
|
out(u'\n')
|
|
|
|
out(u'#ifdef __cplusplus\n')
|
|
|
|
out(u'extern "C" {\n')
|
|
|
|
out(u'#endif /* __cplusplus */\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
2023-10-04 21:32:49 +02:00
|
|
|
out(u'#include <pshpack1.h>\n\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
for klass, method in all_methods:
|
|
|
|
sdkver = klass._sdkver
|
|
|
|
method.write_params(out)
|
2023-10-04 21:32:49 +02:00
|
|
|
out(u'#include <poppack.h>\n\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
|
|
|
|
out(u'enum unix_funcs\n')
|
|
|
|
out(u'{\n')
|
2023-10-19 10:38:37 +02:00
|
|
|
for func in UNIX_FUNCS:
|
|
|
|
out(f' unix_{func},\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
for klass, method in all_methods:
|
|
|
|
sdkver = klass._sdkver
|
|
|
|
if type(method) is Destructor:
|
|
|
|
continue
|
|
|
|
out(f' unix_{method.full_name},\n')
|
|
|
|
out(u'};\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
|
|
|
out(u'#ifdef __cplusplus\n')
|
|
|
|
out(u'} /* extern "C" */\n')
|
|
|
|
out(u'#endif /* __cplusplus */\n')
|
|
|
|
|
2023-09-30 14:15:29 +02:00
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
with open('unixlib_generated.cpp', 'w') as file:
|
|
|
|
out = file.write
|
|
|
|
|
|
|
|
out(u'/* This file is auto-generated, do not edit. */\n\n')
|
2023-10-03 11:04:33 +02:00
|
|
|
out(u'#if 0\n')
|
|
|
|
out(u'#pragma makedep unix\n')
|
|
|
|
out(u'#endif\n')
|
|
|
|
out(u'\n')
|
2023-09-30 14:02:30 +02:00
|
|
|
out(u'#include "unix_private.h"\n\n')
|
2023-09-23 23:51:24 +02:00
|
|
|
|
2023-09-30 13:08:49 +02:00
|
|
|
out(u'extern "C" const unixlib_entry_t __wine_unix_call_funcs[] =\n')
|
|
|
|
out(u'{\n')
|
2023-10-19 10:38:37 +02:00
|
|
|
for func in UNIX_FUNCS:
|
|
|
|
out(f' {func},\n')
|
2023-09-30 13:08:49 +02:00
|
|
|
for klass, method in all_methods:
|
|
|
|
sdkver = klass._sdkver
|
|
|
|
if type(method) is Destructor:
|
|
|
|
continue
|
|
|
|
out(f' {method.full_name},\n')
|
|
|
|
out(u'};\n')
|
|
|
|
out(u'\n')
|
|
|
|
|
2023-10-01 10:30:01 +02:00
|
|
|
callbacks = []
|
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
for name in sorted(unique_structs, key=struct_order):
|
|
|
|
for sdkver, abis in all_structs[name].items():
|
|
|
|
if name not in all_versions[sdkver]: continue
|
|
|
|
|
|
|
|
version = all_versions[sdkver][name]
|
|
|
|
if f'checks {version}' in declared: continue
|
|
|
|
declared[f'checks {version}'] = True
|
|
|
|
|
|
|
|
abis['w64'].write_checks(out, "")
|
|
|
|
|
|
|
|
for name, structs in all_structs.items():
|
|
|
|
if name in EXEMPT_STRUCTS: continue
|
|
|
|
if name in unique_structs: continue
|
|
|
|
for sdkver, abis in structs.items():
|
|
|
|
if name not in all_versions[sdkver]: continue
|
|
|
|
|
|
|
|
version = all_versions[sdkver][name]
|
|
|
|
if f'checks {version}' in declared: continue
|
|
|
|
declared[f'checks {version}'] = True
|
|
|
|
|
|
|
|
if type(abis['w64']) is Class:
|
|
|
|
continue
|
|
|
|
|
2023-10-01 10:30:01 +02:00
|
|
|
cbid = abis["w64"].callback_id
|
|
|
|
if cbid is not None and (abis["w64"] != abis["u64"] or abis["w32"] != abis["u32"]):
|
|
|
|
callbacks += [(cbid, sdkver, abis)]
|
|
|
|
|
2023-09-23 23:51:24 +02:00
|
|
|
abis['w64'].write_checks(out, "w64_")
|
|
|
|
abis['u64'].write_checks(out, "u64_")
|
|
|
|
abis['w32'].write_checks(out, "w32_")
|
|
|
|
abis['u32'].write_checks(out, "u32_")
|
|
|
|
|
2023-09-28 22:22:25 +02:00
|
|
|
if name in MANUAL_STRUCTS: continue
|
|
|
|
|
|
|
|
for sdkver, abis in structs.items():
|
|
|
|
if name not in all_versions[sdkver]: continue
|
|
|
|
|
|
|
|
version = all_versions[sdkver][name]
|
|
|
|
if f'struct {version} convert' in declared: continue
|
|
|
|
declared[f'struct {version} convert'] = True
|
|
|
|
|
|
|
|
if type(abis['w64']) in (Class, Union):
|
|
|
|
continue
|
|
|
|
|
|
|
|
path_conv_fields = PATH_CONV_STRUCTS.get(name, {})
|
|
|
|
|
|
|
|
if abis["w64"].needs_conversion(abis["u64"]):
|
|
|
|
abis['w64'].write_converter('u64_', {})
|
|
|
|
out(u'\n')
|
|
|
|
abis['u64'].write_converter('w64_', path_conv_fields)
|
|
|
|
|
|
|
|
if abis["w32"].needs_conversion(abis["u32"]):
|
|
|
|
abis['w32'].write_converter('u32_', {})
|
|
|
|
out(u'\n')
|
|
|
|
abis['u32'].write_converter('w32_', path_conv_fields)
|
|
|
|
|
2023-10-01 10:30:01 +02:00
|
|
|
out(u'#ifdef __i386__\n')
|
2024-03-12 22:02:15 +01:00
|
|
|
out(u'const struct callback_def callback_data[] =\n{\n');
|
2023-10-01 10:30:01 +02:00
|
|
|
values = set()
|
|
|
|
for cbid, sdkver, abis in sorted(callbacks, key=lambda x: x[0]):
|
|
|
|
name, value = abis["u32"].name, (cbid, abis["w32"].size, abis["u32"].size)
|
|
|
|
if name in all_versions[sdkver]: name = all_versions[sdkver][name]
|
2024-03-12 22:02:15 +01:00
|
|
|
|
|
|
|
w_from_u = f'{name}_w_from_u'
|
|
|
|
if not w_from_u in written_converters:
|
|
|
|
w_from_u = u'nullptr'
|
|
|
|
|
2023-10-01 10:30:01 +02:00
|
|
|
if value not in values:
|
2024-03-12 22:02:15 +01:00
|
|
|
out(f' {{ {cbid}, {sdkver}, {abis["w32"].size}, {abis["u32"].size}, {w_from_u} }},\n')
|
2023-10-01 10:30:01 +02:00
|
|
|
else:
|
2024-03-12 22:02:15 +01:00
|
|
|
out(f' /*{{ {cbid}, {sdkver}, {abis["w32"].size}, {abis["u32"].size}, {w_from_u} }},*/\n')
|
2023-10-01 10:30:01 +02:00
|
|
|
values.add(value)
|
2024-03-12 22:02:15 +01:00
|
|
|
out(u'};\n');
|
2023-10-01 10:30:01 +02:00
|
|
|
out(u'#endif\n')
|
|
|
|
out(u'#ifdef __x86_64__\n')
|
2024-03-12 22:02:15 +01:00
|
|
|
out(u'const struct callback_def callback_data[] =\n{\n');
|
2023-10-01 10:30:01 +02:00
|
|
|
values = set()
|
|
|
|
for cbid, sdkver, abis in sorted(callbacks, key=lambda x: x[0]):
|
|
|
|
name, value = abis["u64"].name, (cbid, abis["w64"].size, abis["u64"].size)
|
|
|
|
if name in all_versions[sdkver]: name = all_versions[sdkver][name]
|
2024-03-12 22:02:15 +01:00
|
|
|
|
|
|
|
w_from_u = f'{name}_w_from_u'
|
|
|
|
if not w_from_u in written_converters:
|
|
|
|
w_from_u = u'nullptr'
|
|
|
|
|
2023-10-01 10:30:01 +02:00
|
|
|
if value not in values:
|
2024-03-12 22:02:15 +01:00
|
|
|
out(f' {{ {cbid}, {sdkver}, {abis["w64"].size}, {abis["u64"].size}, {w_from_u} }},\n')
|
2023-10-01 10:30:01 +02:00
|
|
|
else:
|
2024-03-12 22:02:15 +01:00
|
|
|
out(f' /*{{ {cbid}, {sdkver}, {abis["w64"].size}, {abis["u64"].size}, {w_from_u} }},*/\n')
|
2023-10-01 10:30:01 +02:00
|
|
|
values.add(value)
|
2024-03-12 22:02:15 +01:00
|
|
|
out(u'};\n');
|
2023-10-01 10:30:01 +02:00
|
|
|
out(u'#endif\n')
|
2024-03-12 22:02:15 +01:00
|
|
|
out(u'const unsigned int callback_data_size = ARRAY_SIZE(callback_data);\n');
|