alterakey / trueseeing

Non-decompiling Android app vulnerability scanner (DC25 demo lab, CB17)
GNU General Public License v3.0
59 stars 14 forks source link

Prompt is not stable #522

Closed alterakey closed 5 months ago

alterakey commented 5 months ago

Prompt (interactive console) is not stable to use; often broken on calling history (Up), sometimes getting the interpreter quit silently (i.e. without any warning/errors.)

As it seems like we are using code.InteractiveConsole in a pretty straightforward way, we might need to search an alternative implementaion of interactive consoles.