
05.10.2016, 01:07
|
|
Постоянный
Регистрация: 17.02.2014
Сообщений: 611
С нами:
6438231
Репутация:
133
|
|
[QUOTE="SR_team"]
C++:
[CODE]
std
::
string
Hostname
(
)
{
ReadProcessMemory
(
pHandle
,
(
LPVOID
)
(
SAMPDLLBASE
+
0x21A0F8
)
,
(
LPVOID
)
&
Out
,
sizeof
(
Out
)
,
NULL
)
;
char
ServerString
[
128
]
;
ReadProcessMemory
(
pHandle
,
(
LPVOID
)
(
Out
+
0x121
)
,
&
ServerString
,
128
,
NULL
)
;
cout
|
|
|