#idapython — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #idapython, aggregated by home.social.
-
PSA: I’ll be at #codeblue_jp next week in Tokyo. Website: https://codeblue.jp/
#reverseengineering #idapro #hexrays #idapython -
PSA: I’ll be at #codeblue_jp next week in Tokyo. Website: https://codeblue.jp/
#reverseengineering #idapro #hexrays #idapython -
PSA: I’ll be at #codeblue_jp next week in Tokyo. Website: https://codeblue.jp/
#reverseengineering #idapro #hexrays #idapython -
PSA: I’ll be at #codeblue_jp next week in Tokyo. Website: https://codeblue.jp/
#reverseengineering #idapro #hexrays #idapython -
PSA: I’ll be at #codeblue_jp next week in Tokyo. Website: https://codeblue.jp/
#reverseengineering #idapro #hexrays #idapython -
-
-
-
-
-
#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!https://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
-
#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!https://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
-
#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!https://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
-
#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!https://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
-
#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!https://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
-
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("../")
/
Okdirtree.mkdir("../test")
/
└── test
Suredirtree.mkdir("../..")
/
Looks gooddirtree.mkdir("../../")
/
└── ..
Huh?dirtree.mkdir("dir1/../dir2")
/
├── dir1
│ └── ..
└── dir2
Wtf?Thank you #IDAPython for introducing infinite recursion issues to my code in new, unexpected ways! 😬
-
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("../")
/
Okdirtree.mkdir("../test")
/
└── test
Suredirtree.mkdir("../..")
/
Looks gooddirtree.mkdir("../../")
/
└── ..
Huh?dirtree.mkdir("dir1/../dir2")
/
├── dir1
│ └── ..
└── dir2
Wtf?Thank you #IDAPython for introducing infinite recursion issues to my code in new, unexpected ways! 😬
-
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("../")
/
Okdirtree.mkdir("../test")
/
└── test
Suredirtree.mkdir("../..")
/
Looks gooddirtree.mkdir("../../")
/
└── ..
Huh?dirtree.mkdir("dir1/../dir2")
/
├── dir1
│ └── ..
└── dir2
Wtf?Thank you #IDAPython for introducing infinite recursion issues to my code in new, unexpected ways! 😬
-
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("../")
/
Okdirtree.mkdir("../test")
/
└── test
Suredirtree.mkdir("../..")
/
Looks gooddirtree.mkdir("../../")
/
└── ..
Huh?dirtree.mkdir("dir1/../dir2")
/
├── dir1
│ └── ..
└── dir2
Wtf?Thank you #IDAPython for introducing infinite recursion issues to my code in new, unexpected ways! 😬
-
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("../")
/
Okdirtree.mkdir("../test")
/
└── test
Suredirtree.mkdir("../..")
/
Looks gooddirtree.mkdir("../../")
/
└── ..
Huh?dirtree.mkdir("dir1/../dir2")
/
├── dir1
│ └── ..
└── dir2
Wtf?Thank you #IDAPython for introducing infinite recursion issues to my code in new, unexpected ways! 😬
-
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 🤔 https://plugins.hex-rays.com/
-
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 🤔 https://plugins.hex-rays.com/
-
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 🤔 https://plugins.hex-rays.com/
-
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 🤔 https://plugins.hex-rays.com/
-
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 🤔 https://plugins.hex-rays.com/
-
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 👀
-
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 👀
-
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 👀
-
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 👀
-
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 👀
-
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🌐https://plugins.hex-rays.com
-
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🌐https://plugins.hex-rays.com
-
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🌐https://plugins.hex-rays.com
-
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🌐https://plugins.hex-rays.com
-
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🌐https://plugins.hex-rays.com
-
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 🌐 https://hex-rays.com/blog/participate-in-our-ida-plugin-community-survey/?utm_source=Social-Media&utm_medium=Mastodon&utm_campaign=Plugin-Community_survey-02
-
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 🌐 https://hex-rays.com/blog/participate-in-our-ida-plugin-community-survey/?utm_source=Social-Media&utm_medium=Mastodon&utm_campaign=Plugin-Community_survey-02
-
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 🌐 https://hex-rays.com/blog/participate-in-our-ida-plugin-community-survey/?utm_source=Social-Media&utm_medium=Mastodon&utm_campaign=Plugin-Community_survey-02
-
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 🌐 https://hex-rays.com/blog/participate-in-our-ida-plugin-community-survey/?utm_source=Social-Media&utm_medium=Mastodon&utm_campaign=Plugin-Community_survey-02
-
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 🌐 https://hex-rays.com/blog/participate-in-our-ida-plugin-community-survey/?utm_source=Social-Media&utm_medium=Mastodon&utm_campaign=Plugin-Community_survey-02
-
🐍#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 🤦 -
🐍#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 🤦 -
🐍#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 🤦 -
🐍#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 🤦 -
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. 🌐 https://hex-rays.com/blog/plugin-focus-q3vm/?utm_source=Social-Media-Post&utm_medium=Mastodon&utm_campaign=Plugin-Focus-msdocviewer
-
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. 🌐 https://hex-rays.com/blog/plugin-focus-q3vm/?utm_source=Social-Media-Post&utm_medium=Mastodon&utm_campaign=Plugin-Focus-msdocviewer
-
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. 🌐 https://hex-rays.com/blog/plugin-focus-q3vm/?utm_source=Social-Media-Post&utm_medium=Mastodon&utm_campaign=Plugin-Focus-msdocviewer
-
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. 🌐 https://hex-rays.com/blog/plugin-focus-q3vm/?utm_source=Social-Media-Post&utm_medium=Mastodon&utm_campaign=Plugin-Focus-msdocviewer
-
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. 🌐 https://hex-rays.com/blog/plugin-focus-q3vm/?utm_source=Social-Media-Post&utm_medium=Mastodon&utm_campaign=Plugin-Focus-msdocviewer
-
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 🌐 https://hex-rays.com/blog/participate-in-our-ida-plugin-community-survey/?utm_source=Social-Media&utm_medium=Mastodon&utm_campaign=Plugin-Community_survey-01