#idapython

2025-11-12

PSA: I’ll be at #codeblue_jp next week in Tokyo. Website: codeblue.jp/
#reverseengineering #idapro #hexrays #idapython

2025-11-09
/me after a chill Sunday with #IDAPython

I'm now basically doing this out of spite.
Charlie Conspiracy meme from Always Sunny in Philadelphia
kriware :verified:kriware@infosec.exchange
2025-04-12

Code Execution in IDA MCP Servers

This article explains how to run IDA Python scripts using IDA's Multiple Command Processor (MCP) feature, enhancing reverse engineering workflows.

jro.sg/ida-mcp-exec.html

#mcp #idapython

2024-11-05

Any #IDAPython pros here? I have asked a question on Reverse Engineering StackExchange:

How to get rid of warning "Undefined or unknown machine type" using IDA Python?

reverseengineering.stackexchan

Any reply/comment will welcome ☺️

2024-10-07

#Nimfilt has been updated to work with the API changes in the newly released #IDAPro 9.0 (while keeping it backwards-compatible with IDA 8.X)
+ more strings should now be properly typed and named!

github.com/eset/nimfilt

For other plugin/script writers: the #IDAPython documentation and the porting guide are still contradicting each other in places...🀦 It seems like the porting guide is more up-to-date, but YMMV

2024-03-26

Soo, the #IDA directory functionality (from the ida_dirtree module) is reeaaal weird about ".."
It's both a valid directory name AND a reference to the parent directory... This leads to some great counterintuitive behavior πŸ˜΅β€

(starting fresh for every command):

dirtree.mkdir("../")
/
Ok

dirtree.mkdir("../test")
/
└── test
Sure

dirtree.mkdir("../..")
/
Looks good

dirtree.mkdir("../../")
/
└── ..
Huh?

dirtree.mkdir("dir1/../dir2")
/
β”œβ”€β”€ dir1
β”‚ └── ..
└── dir2
Wtf?

Thank you #IDAPython for introducing infinite recursion issues to my code in new, unexpected ways! 😬

2024-02-28

February Plugin Roundup πŸ—žοΈ AntiDebugSeeker was again the most downloaded #IDAPlugin πŸ‘ It is also great to see q3vm making it to the chart for the first time 🀩 Do you think your plugin is good enough to be in the top 5 πŸ€” plugins.hex-rays.com/

#PluginRoundup #IDAPython

Plugin Repository Monthly Roundup - February 2024
2024-02-06

Our #PluginCommunitySurvey has concluded πŸŽ‰ An enormous Thank You to all of you who took the time to participate and share valuable insights πŸ™ In the meantime, we have contacted the winners of the mugs, so check your inbox to see if you are among the lucky ones πŸ‘€

#IDAPython #idapro

Plugin Community Survey - Thank You!
2024-01-31

New year - new leader! AntiDebugSeeker was the most downloaded #IDAplugin in January! The 3rd place was for abyss. Congratulations to Driver Buddy for its first appearance in the chart. Got a cool plugin? Publish it today🌐plugins.hex-rays.com

#PluginRoundup #IDAPython

Plugin Repository Monthly Roundup - January 2024
2024-01-30

This is your last chance to participate in our #PluginCommunitySurvey! We’ve already received many great insights and suggestions, but we also want your feedback. Send it today for a chance to win a cool IDA Mug 🌐 hex-rays.com/blog/participate-

#IDAPython #idapro

Plugin Community Survey
2024-01-25

🐍#IDAPython continues to baffle me! Working on a script for #nim binaries, I realized that reading data outside the IDB's currently mapped memory just return an appropriate number of 0xFF bytes...
Which leads to some truly bizarre behavior like:
idaapi.get_byte(idaapi.BADADDR) --> 0xff 🀦

2024-01-23

We’ve just published a #PluginFocus article by David CatalΓ‘n. He introduces his q3vm plugin - a handy tool that includes the loader and processor modules to help analyze binaries built with the Quake III virtual machine obfuscator. 🌐 hex-rays.com/blog/plugin-focus

#IDAPython

Plugin Focus - q3vm
2024-01-17

Your opinion counts! Participate in our IDA Plugin Community Survey and share your insights. Your feedback is key to improving the overall #IDAPlugin experience.

🌟Give us a few minutes of your time and you might win a very cool IDA Mug! 🎁

Take the survey now 🌐 hex-rays.com/blog/participate-

#IDAPython #Plugin #idapro #survey

IDA Plugin Community Survey
Joxean Koret (@matalaz)joxean
2024-01-04

What I want to do in , specifically, is to show a list in a GUI, as well as show directed graphs, as I do with choosers and GraphViewer objects in , in case you are curious. And, optionally, show a tree list like the one used for functions, classes, etc... in Ghidra.

2023-12-28

We conclude the year with IDAClu on the top, and golang_loader_assist appears in the chart for the first time! Have you got a cool plugin that deserves attention? Send it to us, and let’s see if it will make it to the chart 🌐 plugins.hex-rays.com

#PluginRoundup #IDAPython

Plugin Repository Monthly Roundup - December 2023
2023-12-13

Viewing Microsoft’s technical specifications in IDA? That’s possible with Alexander Hanel’s Plugin – msdocviewer. Read our new #PluginFocus article and learn more about this simple but helpful tool 🌐 hex-rays.com/blog/plugin-focus

#IDAPython

Plugin Focus -msdocviewer
Tamir Bahartmr232
2023-12-07

Is anyone interested in installing IDA plugins as Python packages, using pip?

I wrote a POC if anyone wants to try it github.com/tmr232/ida-plugin-l

2023-11-28

A total dominance for the top 5 plugins in November! There were no significant changes, except Virtuailor was back in the game! Could you change that? Publish your plugin on our #PluginRepository, and you might get a cool cap 🌐hex-rays.com/blog/the-plugin-s

#PluginRoundup #IDAPython

Plugin Repository Monthly Roundup - November 2023
2023-11-21

We’ve got some cool stuff today! A #PluginFocus article by Baptiste Verstraeten from the @thalium_team . He introduces #Symless - a nifty tool aiming to simplify the process of retrieving & defining structures, classes, and virtual tables 🌐 hex-rays.com/blog/plugin-focus

#IDAPython

Plugin Focus - Symless
2023-10-31

We’ve just got the results for October 🀩 Congratulations to IdaClu for taking over the first place πŸ‘ Want to challenge the leader? Publish your plugin on our #PluginRepository, win a cool cap, and get in the game 🌐hex-rays.com/blog/the-plugin-s

#PluginRoundup #IDAPython

Plugin Repository Monthly Roundup - October 2023

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst