idacode icon indicating copy to clipboard operation
idacode copied to clipboard

Option to turn off IDACode plugin in IDA and VSCode

Open Qynklee opened this issue 3 years ago • 2 comments

After use IDACode sometimes I got some bug, only way to fix them is close and open IDA and VScode. I think option to turn off and close socket in IDA and VSCode is useful.

Qynklee avatar Jul 14 '22 15:07 Qynklee

Can you specify what you mean with "bug" and "fix theme"?

ioncodes avatar Jul 14 '22 16:07 ioncodes

yes. When I use idacode to debug a python script, script.py (has main() function) import other file in same folder. When I disconnect debug process, edit other file (not script.py) and save file, other file will be send to IDA. After that, I re-connect debug to IDA and Save script.py to debug, IDACode will be not work.

Qynklee avatar Jul 15 '22 02:07 Qynklee