hyuunnn / Hyara

Yara rule making tool (IDA Pro & Binary Ninja & Cutter & Ghidra Plugin)
MIT License
223 stars 42 forks source link

Implement IDC 7.4 Compatibility #10

Closed Still34 closed 3 years ago

Still34 commented 3 years ago

Summary

This PR implements compatibility for IDA 7.4, which includes compatibility support for any IDA 7.x. Note that this PR contains a breaking change where IDA 6.x support are dropped in favor of the latest APIs.

hyuunnn commented 3 years ago

Thanks :) https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml

This project was made a long time ago, so I will be refactoring it soon.