nowsecure / r2frida

Radare2 and Frida better together.
MIT License
1.18k stars 121 forks source link

w64 release of 5.9.4 contains version 5.9.2 #626

Open daMatz opened 2 weeks ago

daMatz commented 2 weeks ago

See https://github.com/nowsecure/r2frida/releases/tag/5.9.4

trufae commented 1 week ago

This is actually an issue in the CI, the r2f builds for windows take the version of r2v defined in the yaml instead of picking the one from the repo itself. 5.9.x are abi compatible releases, so the 5.9.2 zip should work well in r2-5.9.4 and it actually contains the code from r2frida-5.9.4.

Thanks for raising up the issue. ill fix it asap. meanwhile i just pushed a PR updating the base version of r2 to be used here https://github.com/nowsecure/r2frida/pull/627