when i run the poc i get the following error:
[+] Current PID: 18832
[+] Token Handle: 368
[+] Leaking access token address
Traceback (most recent call last):
File "poc.py", line 156, in
exploit()
File "poc.py", line 139, in exploit
token = get_token_address()
File "poc.py", line 119, in get_token_address
handles = find_handles(pid, handle_info)
File "poc.py", line 80, in find_handles
e = struct.unpack('<QQQLHHLL', p)
struct.error: unpack requires a bytes object of length 40