-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing found functions from Polypyus #4
Comments
Hi @Nikolasel, we currently have import/export scripts for IDA 6.8 and 7.x. Sorry, they were missing in this initial commit, we will push them these days and I will ping you again :) We're also working on scripts for Ghidra and Binary Ninja, as well as several benchmarks. |
Sounds great, thanks in advance. |
Found the scripts, tested them on IDA 7.2 with Python 2 and IDA 7.4 with Python 3. I hope they work, it's quite experimental. I mainly worked with parsing For the overall workflow to improve the IDA database quality I also added the overall workflow including Thumbs Up, BinDiff, and Diaphora to the main README. |
Thank you, I will test it. |
I tested the scripts a little bit. Currently, I am using IDA Pro 7.4 with Python 3. |
Thanks for testing :) Slightly off-topic question: Which firmware did you run Polypyus on? So far, we only tested it on ARM Cortex M3/M4 Bluetooth firmware as well as some of the Nexmon Wi-Fi firmware. |
I used Polypyus with different versions of Broadcom/Nexmon Wi-Fi firmware. |
In the readme it is stated that the exported functions can be imported into IDA. How can this be accomplished? Do you use an own IDAPython script or can this IDA by default? Does also a workflow exist to import the functions into Ghidra?
Thanks for your help and kind regards,
Nikolas
The text was updated successfully, but these errors were encountered: