mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 06:28:00 +01:00
steamclient: Read access input strings on the PE side.
This commit is contained in:
parent
de63ea5341
commit
c8669fbcbd
27 changed files with 1760 additions and 0 deletions
|
|
@ -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, ¶ms );
|
||||
return params._ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue