banner
lca

lca

真正的不自由,是在自己的心中设下牢笼。

How to install plugins in Ida.

This repository has many excellent IDA plugins. Taking the GitHub - eset/ipyida: IPython console integration for IDA Pro plugin as an example, here is how to install ipyida in IDA Pro 7.6.

The official documentation suggests installing the plugin using an online script from the command line. However, after trying, it resulted in errors. Therefore, we will use the manual installation method to install ipyida.

  1. Before installation, make sure you have installed Python environment and pip tool.

    It is not necessary to use Python 2 and pip2. If you only have Python 3 and pip3 on your computer and do not want to install Python 2, you can use the idapyswitch.exe tool in the IDA directory. Double-click to open the following window.

    image

    Press Enter for the default option. IDA will now use Python 3.

  2. Install the ipyida module using pip.

    pip install ipyida
    
  3. Download the ipyida GitHub repository.

    git clone https://github.com/eset/ipyida.git
    cd ipyida
    
  4. Copy the ipyida_plugin_stub.py file from the ipyida directory to the plugins directory in the IDA directory.

    image

    image

    Now, restart IDA and the plugin should be installed.

    image

    Other plugins can be installed in the same way.

    Image source: https://wallhaven.cc/w/d6k32g

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.