DoranekoSystems / frida-ceserver

Frida-based ceserver: A fusion of Cheat Engine and Frida.
GNU General Public License v3.0
222 stars 58 forks source link

UnboundLocalError #22

Open qteyrqer opened 3 months ago

qteyrqer commented 3 months ago

C:\frida-ceserver-main>python main.py Cydia C:\Users\name\AppData\Local\Programs\Python\Python312\Lib\site-packages\paramiko\pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0. "cipher": algorithms.TripleDES, C:\Users\qteyrqer\AppData\Local\Programs\Python\Python312\Lib\site-packages\paramiko\transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from this module in 48.0.0. "class": algorithms.TripleDES, Traceback (most recent call last): File "C:\frida-ceserver-main\main.py", line 202, in main(args[1]) File "C:\frida-ceserver-main\main.py", line 106, in main session = device.attach(app_name) ^^^^^^^^ UnboundLocalError: cannot access local variable 'app_name' where it is not associated with a value