mcfridafee icon indicating copy to clipboard operation
mcfridafee copied to clipboard

How to use it locally?

Open alwzying opened this issue 5 years ago • 0 comments

When I ran the code, I got the following message. Does it have to be run on another machine? Traceback (most recent call last): File "C:\Users\320077478\Downloads\dmaasland.github.io-master\dmaasland.github.io-master\mcafee.py", line 63, in <module> main() File "C:\Users\320077478\Downloads\dmaasland.github.io-master\dmaasland.github.io-master\mcafee.py", line 54, in main rdev = frida.get_device('[email protected]') File "C:\Users\320077478\AppData\Local\Programs\Python\Python37\lib\site-packages\frida\__init__.py", line 86, in get_device return get_device_manager().get_device(id, timeout, **kwargs) File "C:\Users\320077478\AppData\Local\Programs\Python\Python37\lib\site-packages\frida\core.py", line 48, in get_device return self.get_device_matching(lambda d: d.id == id, timeout, **kwargs) File "C:\Users\320077478\AppData\Local\Programs\Python\Python37\lib\site-packages\frida\core.py", line 26, in wrapper return f(*args, **kwargs) File "C:\Users\320077478\AppData\Local\Programs\Python\Python37\lib\site-packages\frida\core.py", line 58, in get_device_matching return Device(self._impl.get_device_matching(lambda d: predicate(Device(d)), raw_timeout)) frida.InvalidArgumentError: device not found

alwzying avatar Dec 18 '19 04:12 alwzying