steamclient: Read access input strings on the PE side.

This commit is contained in:
Paul Gofman 2023-12-13 20:09:27 -06:00 committed by Arkadiusz Hiler
parent de63ea5341
commit c8669fbcbd
27 changed files with 1760 additions and 0 deletions

View file

@ -103,6 +103,8 @@ uint64_t __thiscall winISteamParties_SteamParties002_CreateBeacon(struct w_steam
.pchMetadata = pchMetadata,
};
TRACE("%p\n", _this);
IsBadStringPtrA(pchConnectString, -1);
IsBadStringPtrA(pchMetadata, -1);
STEAMCLIENT_CALL( ISteamParties_SteamParties002_CreateBeacon, &params );
return params._ret;
}