-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add support to IDA 7.0 #7
Comments
Agreed, unfortunately, I no longer have access to IDA Pro, so this would have to be a community contribution. |
Any chance you can give info on how to build in windows? I'd like to try compiling against IDA 7 under Windows. |
There is actually a |
@matrix1001 @matrix1001 I've ported it to 7.0 and created a pull request. |
In my case IDA 7 SDK did not contain MinGW-specific libraries (and linking with MSVC ones predictably led to crashes), so I had to take @nihilus's PR and add MSVC Makefiles on top. If you are interested, I can clean them up and send a PR. |
@mephi42 I'd be ok with that. The previous PR just fell off my radar |
Hi @ALSchwalm, I just found out about the dwarfexport plugin today, and wow, I must say. It is really impressive what you've managed to implement, and definitely very useful! I was wondering if the Wish you all the best and happy reversing! Cheers, |
@mewmew, I'm currently using @nihilus's #8 with IDA 7.0, and I can confirm that it's working great. @ALSchwalm, what do you think needs to be done in order to integrate that pull request? |
Hi @mephi42, Thanks for the quick reply and feedback! I tried #8 yesterday, but didn't get it working. I'm running on Linux and the latest version of both GCC and Clang was complaining about both
I also got this include error, but the fix was easy, just add
Cheers, Edit: These are the versions of GCC and Clang I've installed:
|
Add support to IDA 7.0 and this tool will be much better.
The text was updated successfully, but these errors were encountered: