Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exiting the ipython kills ida process #66

Open
Michael-amar opened this issue Oct 29, 2024 · 1 comment
Open

exiting the ipython kills ida process #66

Michael-amar opened this issue Oct 29, 2024 · 1 comment

Comments

@Michael-amar
Copy link

Sorry if its an obvious question,
But when i close the ipython interpreter with
exit(0)
it kills the ida process.
How can I kill/restart the interpreter? I use notebooks and its necessary sometimes.

@marc-etienne
Copy link
Contributor

The Python interpreter in IDA is bound to the IDA process, I don't think there's a way to restart IDAPython without restarting IDA.

When using notebooks, the Jupyter kernel is actually just a proxy to kernel running in IDA provided by IPyIDA.

Why would you need to restart the interpreter? What problem are you trying to solve by doing so?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants