vah13 / extractTVpasswords

tool to extract passwords from TeamViewer memory using Frida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hi,man this problem turns up

vlks0903 opened this issue · comments

when i running the POC ,the follwing error:

raceback (most recent call last):
File "TV_POC.py", line 10, in
session = frida.attach(process)
File "D:\Program Files\python2.7\lib\site-packages\frida_init_.py", line 59, in attach
return get_local_device().attach(target)
File "D:\Program Files\python2.7\lib\site-packages\frida\core.py", line 110, in attach
return Session(self._impl.attach(self._pid_of(target)))
frida.TransportError: the connection is closed
///
could you tell me what's wrong with my mistake?Thank you very much