airbus-cert / Yagi

Yet Another Ghidra Integration for IDA
Apache License 2.0
480 stars 39 forks source link

Mac Builds #9

Open agnosticlines opened 2 years ago

agnosticlines commented 2 years ago

Hey!

Congrats on the awesome plugin and the hex-rays plugin contest entry!

It'd be awesome if we could get some prebuilt mac builds/mac support, assuming the plugin would support that :-)

citronneur commented 2 years ago

Hello @agnosticlines , Thanks for yout issue. It's planned for the next release!

agnosticlines commented 2 years ago

Hey, I noticed the new release didn't include a Mac release, just wondering if there's an updated ETA? Really appreciate the work you all do :-)

agnosticlines commented 2 years ago

Hey, any plans on releasing a macOS build yet? :) I saw the cmake script supports it, but sadly without a release it'll be out of reach for many people without the IDA SDK

agnosticlines commented 2 years ago

Okay so just a heads up, I've been able to build it on Mac but requires some changes, including a change in the IDA SDK unless I'm doing something stupid with CMake, but IDA refuses to build plugins with insecure C functions used, and all the MacOS SDK's contain snprintf, so I had to comment that out, I can upload the build somewhere or I can push my .patch and PR?

arullier-cs commented 2 years ago

Hello @agnosticlines, I'm interested in your work. Can you provide these elements or better do a PR ? Cheers

BadSugar commented 1 month ago

Hello @agnosticlines, I'm interested in your work. Can you provide these elements or better do a PR ? Cheers Hey,

I'm sorry for late reply but here my PR and I hope will work for you!