DoranekoSystems / frida-ceserver

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

ssh_auto error #7

Closed Thekidiacs closed 1 year ago

Thekidiacs commented 1 year ago

HI, so I am trying to use the latest version with and it appears the ssh implementation is causing an error. This is the full log Traceback (most recent call last): File "main.py", line 153, in main(None, pid) File "main.py", line 56, in main ssh_auto = config["ssh_auto"] KeyError: 'ssh_auto' The previous commit before the ssh implementation worked fine with the debugger.

Thekidiacs commented 1 year ago

Oops, I tried copying the old config file from the previous version and realized that there is new code and there and now I simply updated the latest config file. Everything works again! sorry!