#idapython risultati di ricerca
In the new #Latrodecuts version, the authors switched to AES-256 for string encryption and decryption. I provide this #IDAPython script, which you can use to extract and decrypt the strings, quickly get up to speed, and get #IOCs. github.com/Blu3Eye/Malwar…

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

[3/3] Because of the chosen compiler optimization, encrypted strings resulted in "tight strings", which is always a pain in the ass. Big respect to #IDA decompiler, able to automatically resolve some of them. #floss helped with some others, and #IDAPython+#Bochs killed the rest🤟
![vinopaljiri's tweet image. [3/3] Because of the chosen compiler optimization, encrypted strings resulted in "tight strings", which is always a pain in the ass. Big respect to #IDA decompiler, able to automatically resolve some of them. #floss helped with some others, and #IDAPython+#Bochs killed the rest🤟](https://pbs.twimg.com/media/Fs3e8B7XgAE3Z-z.png)
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-fo… #IDAPython

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-fo… #IDAPython

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

We’ve got quite an exciting #PluginFocus blog post from Holger Unterbrinf (@hunterbr72) from Cisco Talos (@TalosSecurity)! Learn more about Generating signatures for Nim and other non-C programming languages 🌐 hex-rays.com/blog/plugin-fo… #IDAPro #IDAPython #IDAPlugin #nim

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

One of the questions we usually get during our advanced training classes is “How to build #IDAPython on Windows?”. Our IDA trainer, Elias (@allthingsida) gives a comprehensive answer in our new blog post 🌐 hex-rays.com/blog/building-… #python #C #IDAPro #IDAPlugin

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-plugi… #PluginRoundup #IDAPython

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 cool IDA Mug 🌐 hex-rays.com/blog/participa… #IDAPython #idapro

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-plugi… #PluginRoundup #IDAPython

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

We conclude the year with IDAClu (@harlamism) on the top, and golang_loader_assist (@timstrazz) appears in the chart for the first time! Have you got a cool plugin? Send it to us, and let’s see if it will make it to the chart 🌐 plugins.hex-rays.com #PluginRoundup #IDAPython

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/participa… #IDAPython #idapro

While Nim uses another language, usually C/C++, as intermediate representation, the process still leaves some Nim-specific artefacts. The #IDAPython plugin is meant to handle some of those internals and quirks, including strings, packages and a custom name mangling scheme. 2/3
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-plu… #python #idapython #reverseengineering
آموزش اسکریپت نویسی با زبان #پایتون در #IDAPro با استفاده از پلاگین #IDAPython توسط آقای @0xeb onhexgroup.ir/%d8%a2%d9%85%d…
Amazing work guys @layle_ctf @mrexodia 👏💪 this is the best #IDA plugin + VSCode extension for #IDAPython fast script development and debugging 💙💙🙏 I am always using this one when building something bigger 👍
Thanks to a lot of work put in by @mrexodia, IDACode has finally gotten an official update again after 3 years of inactivity! It features stability improvements as well as IDA 9 compatibility improvements! Thanks a lot to everyone involved <3 github.com/ioncodes/idaco…
For the different approach related to string decryption using #IDA @HexRaysSA (script available in appendix): Using #IDAPython to get all xref locations to dozens of string decryption functions and set there conditional breakpoints, which on hit - will run python script that…
Amazing work guys @layle_ctf @mrexodia 👏💪 this is the best #IDA plugin + VSCode extension for #IDAPython fast script development and debugging 💙💙🙏 I am always using this one when building something bigger 👍
Thanks to a lot of work put in by @mrexodia, IDACode has finally gotten an official update again after 3 years of inactivity! It features stability improvements as well as IDA 9 compatibility improvements! Thanks a lot to everyone involved <3 github.com/ioncodes/idaco…
In the new #Latrodecuts version, the authors switched to AES-256 for string encryption and decryption. I provide this #IDAPython script, which you can use to extract and decrypt the strings, quickly get up to speed, and get #IOCs. github.com/Blu3Eye/Malwar…

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

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-fo… #IDAPython

[3/3] Because of the chosen compiler optimization, encrypted strings resulted in "tight strings", which is always a pain in the ass. Big respect to #IDA decompiler, able to automatically resolve some of them. #floss helped with some others, and #IDAPython+#Bochs killed the rest🤟
![vinopaljiri's tweet image. [3/3] Because of the chosen compiler optimization, encrypted strings resulted in "tight strings", which is always a pain in the ass. Big respect to #IDA decompiler, able to automatically resolve some of them. #floss helped with some others, and #IDAPython+#Bochs killed the rest🤟](https://pbs.twimg.com/media/Fs3e8B7XgAE3Z-z.png)
In the new #Latrodecuts version, the authors switched to AES-256 for string encryption and decryption. I provide this #IDAPython script, which you can use to extract and decrypt the strings, quickly get up to speed, and get #IOCs. github.com/Blu3Eye/Malwar…

We’ve got quite an exciting #PluginFocus blog post from Holger Unterbrinf (@hunterbr72) from Cisco Talos (@TalosSecurity)! Learn more about Generating signatures for Nim and other non-C programming languages 🌐 hex-rays.com/blog/plugin-fo… #IDAPro #IDAPython #IDAPlugin #nim

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-fo… #IDAPython

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

One of the questions we usually get during our advanced training classes is “How to build #IDAPython on Windows?”. Our IDA trainer, Elias (@allthingsida) gives a comprehensive answer in our new blog post 🌐 hex-rays.com/blog/building-… #python #C #IDAPro #IDAPlugin

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-plugi… #PluginRoundup #IDAPython

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 cool IDA Mug 🌐 hex-rays.com/blog/participa… #IDAPython #idapro

We conclude the year with IDAClu (@harlamism) on the top, and golang_loader_assist (@timstrazz) appears in the chart for the first time! Have you got a cool plugin? Send it to us, and let’s see if it will make it to the chart 🌐 plugins.hex-rays.com #PluginRoundup #IDAPython

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-plugi… #PluginRoundup #IDAPython

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

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

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/participa… #IDAPython #idapro

Something went wrong.
Something went wrong.
United States Trends
- 1. Columbus 88.5K posts
- 2. #WWERaw 39.7K posts
- 3. $BURU N/A
- 4. #IDontWantToOverreactBUT 1,004 posts
- 5. #IndigenousPeoplesDay 4,675 posts
- 6. Seth 35.2K posts
- 7. Middle East 179K posts
- 8. #SwiftDay 9,298 posts
- 9. Marc 39.3K posts
- 10. Thanksgiving 46.3K posts
- 11. The Vision 89.1K posts
- 12. Knesset 142K posts
- 13. #MondayMotivation 14.1K posts
- 14. Flip 49.7K posts
- 15. Victory Monday 2,390 posts
- 16. Egypt 179K posts
- 17. Bron Breakker 6,015 posts
- 18. Bronson 7,087 posts
- 19. Good Monday 44.4K posts
- 20. Happy 250th 3,129 posts