Fix port_name member in documentation

AlpcClient class have member name port_name, not portname
This commit is contained in:
Reuven Peleg
2020-05-07 10:51:54 +03:00
committed by hakril
parent 6a5364ea1e
commit ef580c675f
+2 -2
View File
@@ -64,7 +64,7 @@ Example:
>>> client = windows.rpc.find_alpc_endpoint_and_connect(UAC_UIID)
>>> client
<windows.rpc.client.RPCClient object at 0x046A1470>
>>> client.alpc_client.portname
>>> client.alpc_client.port_name
'\\RPC Control\\LRPC-c30c67fef2afa1612b'
>>> iid = client.bind(UAC_UIID)
>>> iid
@@ -230,4 +230,4 @@ NDR STREAM
>>> x.data
'CCCC'
>>> hex(ndr.NdrLong.unpack(x))
'0x43434343'
'0x43434343'