trueToastedCode
trueToastedCode
Platform is Debian on ARM64 (using Apple Silicon VM) ``` Python 3.10.8 (main, Nov 4 2022, 09:21:25) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information....
I made also the issue https://github.com/seemoo-lab/nexmon/issues/342 ... but now i noticed something strange. When i just install the nexmon utilities with the original firmware i can also start monitor mode....
Sometimes my bot fails simply fetching balance details although the internet connection is fine. ``` import os from pathlib import Path from binance.client import Client client = Client( api_key='', private_key=Path(...
``` import frida device = frida.get_usb_device(timeout=5) session = device.attach('...') session.create_script(""" function foo() { Java.perform(() => {}); } rpc.exports = { foo }; """) script.load() api = script.exports_sync api.foo() ``` Frida...
To me this seems like malware to be honest.