Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Find in Pseudocode

A simple, Notepad-style text search plugin for IDA Pro's Hex-Rays decompiler pseudocode view.

Requirements

  • IDA Pro 7.0 or later
  • Hex-Rays Decompiler
  • Python 3

Installation

  1. Download ida_find_plugin.py
  2. Copy it to your IDA plugins directory:
    • Windows: %APPDATA%\Hex-Rays\IDA Pro\plugins\
    • Linux: ~/.idapro/plugins/
    • macOS: ~/.idapro/plugins/
  3. Restart IDA Pro

Verify Installation

After restarting IDA, you should see this message in the Output window:

Pseudocode Find Plugin loaded. Press Ctrl+F in decompiler view to search.

Usage

Opening the Search Dialog:

  1. Decompile a function by pressing F5 in the disassembly view
  2. Press Ctrl+F to open the search dialog

alt text

Open issues

  • Find when the pseudocode was edited with map variable.
  • Disable history for searches.

About

A simple text search plugin for IDA Pro's Hex-Rays decompiler pseudocode view.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages