zerotypic / ipyida

IPython console integration for IDA Pro
Other
2 stars 0 forks source link

Entering 'help()' into the IPython console will deadlock IDA #7

Open gaasedelen opened 3 years ago

gaasedelen commented 3 years ago

I'm not sure if we can do anything about this? But it's not a pleasant thing to run into...

Maybe we can unbind IDA's hijacking of the help() command?

gaasedelen commented 3 years ago

For reference, this is what hijacks help(): https://github.com/idapython/src/blob/5958995d66c7446bdbc8fcc1914b022511f8bdb4/python/init.py#L111