NyaMisty
NyaMisty
I'm going to write a plugin combining which internally uses angr for some analysis, because the angr is dropping Python 2 support, so I decided to use a package system...
We should abandon the old manually wallpaper switching techniques, and use the original one provided by Shell Infrastructure.
Mosh has some native drawbacks, for example we can’t use the scrollback or remix control mode But eternal terminal doesn’t have these problems. So can we consider add the et...
 We can see in IDA 7,2, the missing hooks have been exposed, so the issue #9, #80 can be resolved now :) Maybe we can simply ignore those problems...
Seems that the IDA kernel will delete the type and then re-create it, causing the local_types_changed hook being called multiple times. When the network is quite good (no packet loss,...
We can introduce the **NetNode hook** ``` char sub_15031020() { int v0; // ecx const char *v1; // rdx unsigned int v2; // ebx int v4; // eax unsigned int...
Currently the `events.py`, `hooks.py` are a little long, and will get longer and longer as new hooks being introduced. Maybe we can consider refactor them into several folders? If so,...
1. Actually ida_ipython can receive jupyter notebook's connection file by JUPYTER_CONNECTION environment variable. In this way IDA can be spawned by Jupyter Notebook, and being like a normal IPython kernel....