Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-10-2024, 20:02
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
ifred - IDA Palette - IDA command palette & more

IDA Palette (or its project name: ifred) is a plugin which provides fast search on IDA Pro's commands/menu items or searches through its strings output!

This plugin provides 2 keyboard shortcuts:
  • Ctrl + P : Searched through IDA's commands
  • Ctrl + Shift +P : Searched through IDA's string output

IDA Palette (ifred) Github Repo

Code:
https://github.com/Jinmo/ifred

Prebuilt Plugins:

https://jinmo123.visualstudio.com/idapkg/_build/results?buildId=207&view=results

Download Windows Py11 (Official Prebuilt plugins from Azure Pipelines):
Code:
https://pixeldrain.com/u/n1ywTfqs
Download Linux Py11 (I've built this one with SDK v8.2):
Code:
https://pixeldrain.com/u/gKDNQ7EV
Download macOS Py11(I've built this one with SDK v8.2):
Code:
https://pixeldrain.com/u/AYRECPTp
Attached Files
File Type: 7z ifred_lin_sdk82-pass=SCT.7z (319.9 KB, 3 views)
File Type: 7z ifred_mac_sdk82-pass=SCT.7z (209.3 KB, 2 views)
Reply With Quote
The Following User Gave Reputation+1 to blue_devil For This Useful Post:
user_hidden (12-10-2025)
The Following 6 Users Say Thank You to blue_devil For This Useful Post:
binarylaw (03-17-2026), hx47 (12-29-2025), TQN (03-15-2024), user_hidden (03-11-2024), wx69wx2023 (03-11-2024)
  #2  
Old 03-15-2024, 06:59
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 358
Rept. Given: 143
Rept. Rcvd 24 Times in 13 Posts
Thanks Given: 196
Thanks Rcvd at 168 Times in 51 Posts
TQN Reputation: 24
You can try the following simple IDA Python plugin. IDAFuzzy, for IDA >= 7.x, Python 3

https://github.com/HongThatCong/IDAFuzzy
Reply With Quote
The Following 3 Users Say Thank You to TQN For This Useful Post:
benina (03-17-2024), blue_devil (03-15-2024), wx69wx2023 (10-30-2024)
  #3  
Old 03-15-2024, 14:42
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
This is awesome @TQN, i was searching for a python implementation for it.
After installing `thefuzz` python library the plugin worked without a problem.
The plugin searches through all command palette. I didn't check all of them but it seems working.
The other best thing is it also searches the strings. What I mean by strings are, IDA Pro rename all strings, so if you guess the variable name, this plugin shows it; very nice!

@TQN, also I have realized that you have updated this plugin yesterday! You got your star dude
Reply With Quote
The Following User Says Thank You to blue_devil For This Useful Post:
TQN (03-15-2024)
  #4  
Old 10-29-2024, 05:33
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
ifred - updated for IDA Pro v9.0

ifred - IDA Command Palette and More is updated for IDA Pro v9.0

Homepage
Code:
https://github.com/Jinmo/ifred
MyFork
Code:
https://github.com/blue-devil/ifred
Attached Files
File Type: 7z ifred_lin_idasdk90.7z (105.1 KB, 2 views)
File Type: 7z ifred_mac_arm64_idasdk90.7z (86.5 KB, 0 views)
File Type: 7z ifred_mac_x86_64_idasdk90.7z (84.1 KB, 0 views)
File Type: 7z ifred_solaried_dark_theme.7z (3.6 KB, 1 views)
File Type: 7z ifred_win_idasdk90.7z (53.5 KB, 4 views)
Reply With Quote
The Following 4 Users Say Thank You to blue_devil For This Useful Post:
computerline (10-29-2024), darkBLACK (10-30-2024), user_hidden (10-29-2024), wx69wx2023 (10-30-2024)
  #5  
Old 09-15-2025, 05:34
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
ifred - IDA Palette for IDA Pro v9.2

IDA Pro v9.2 migrated to Qt6.8
I have updated the plugin.

Home
Code:
https://github.com/Jinmo/ifred
Download
Code:
https://github.com/blue-devil/ifred/releases
I only can build the plugin for Windows and Linux. I could not manage to build it for macOS; I got errors.
Attached Files
File Type: 7z ida_palette64-win-pass=SCT.7z (60.5 KB, 8 views)
File Type: 7z ida_palette64-lin-pass=SCT.7z (150.9 KB, 5 views)
Reply With Quote
The Following User Gave Reputation+1 to blue_devil For This Useful Post:
MarcElBichon (09-15-2025)
The Following 4 Users Say Thank You to blue_devil For This Useful Post:
Doit (09-22-2025), niculaita (09-18-2025), user_hidden (09-15-2025), wx69wx2023 (09-15-2025)
  #6  
Old 12-10-2025, 16:41
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
Hello;
After IDA Pro upgraded to Qt6, I could not manage to build for macOS.
I have fixed the building issue for macOS systems. You can check the repo:
Code:
https://github.com/blue-devil/ifred/
Download prebuilt binaries
Code:
https://github.com/blue-devil/ifred/releases
Attached Files
File Type: 7z ida_palette-linux-x86_64.7z (88.3 KB, 1 views)
File Type: 7z ida_palette-macos-arm64.7z (62.5 KB, 1 views)
File Type: 7z ida_palette-macos_x64.7z (64.6 KB, 1 views)
File Type: 7z ida_palette-win-x86_64.7z (59.8 KB, 2 views)
Reply With Quote
The Following User Gave Reputation+1 to blue_devil For This Useful Post:
MarcElBichon (12-10-2025)
The Following 4 Users Say Thank You to blue_devil For This Useful Post:
hx47 (12-29-2025), niculaita (12-11-2025), user_hidden (12-10-2025), wx69wx2023 (12-10-2025)
  #7  
Old 02-16-2026, 20:23
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
Hello

IDA Pro release v9.3. So I have rebuilt the plugin with new SDK.

Plugin repo (my fork):
Code:
https://github.com/blue-devil/ifred/
Releases (Pre-built binaries)
Code:
https://github.com/blue-devil/ifred/releases
Attached Files
File Type: 7z ida_palette-linux_arm64.7z (77.9 KB, 4 views)
File Type: 7z ida_palette-linux_x86_64.7z (89.2 KB, 4 views)
File Type: 7z ida_palette-macos_arm64.7z (62.5 KB, 3 views)
File Type: 7z ida_palette-macos_x86_64.7z (64.9 KB, 3 views)
File Type: 7z ida_palette-windows_x86-64.7z (60.0 KB, 3 views)

Last edited by blue_devil; 02-23-2026 at 13:59. Reason: Fixed the empty archive
Reply With Quote
The Following 3 Users Say Thank You to blue_devil For This Useful Post:
Jupiter (02-17-2026), niculaita (02-23-2026), wx69wx2023 (02-17-2026)
  #8  
Old 02-21-2026, 13:44
zzfeed zzfeed is offline
Friend
 
Join Date: Apr 2012
Posts: 75
Rept. Given: 67
Rept. Rcvd 18 Times in 10 Posts
Thanks Given: 34
Thanks Rcvd at 36 Times in 21 Posts
zzfeed Reputation: 18
Quote:
Originally Posted by blue_devil View Post
Hello

IDA Pro release v9.3. So I have rebuilt the plugin with new SDK.

Plugin repo (my fork):
Code:
https://github.com/blue-devil/ifred/
Releases (Pre-built binaries)
Code:
https://github.com/blue-devil/ifred/releases
ida_palette-win_x86_64.7z is only 122 byes,it include nothing
Reply With Quote
The Following User Says Thank You to zzfeed For This Useful Post:
niculaita (02-21-2026)
  #9  
Old 02-23-2026, 13:59
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
Quote:
Originally Posted by zzfeed View Post
ida_palette-win_x86_64.7z is only 122 byes,it include nothing
You are right, fixed in the post
Reply With Quote
The Following User Says Thank You to blue_devil For This Useful Post:
niculaita (02-23-2026)
Reply

Tags
ida palette, ida pro, ifred, plugin

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Possible to open take command 10? neogen General Discussion 0 08-06-2009 20:30


All times are GMT +8. The time now is 01:20.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )