Skip to content

Releases: radareorg/radare2-rlang

5.9.4

21 Oct 15:32
Compare
Choose a tag to compare

What's Changed

  • WIP Python arch plugin by @astuder in #40
  • Adding support for more RAnalOp fields to Python arch plugin by @astuder in #41
  • added most of RAnalOp fields for decode by @astuder in #42
  • support encode, more documentation by @astuder in #43
  • Python arch plugin example: assemble with number provided in hex by @astuder in #44
  • Implement callback for init in Python arch plugin by @astuder in #45
  • Add stubs for radare.py by @nitanmarcel in #47

New Contributors

Full Changelog: 5.9.0...5.9.4

5.9.0

21 Oct 15:32
Compare
Choose a tag to compare

Full Changelog: 5.7.0...5.9.0

5.7.0

27 Nov 02:00
Compare
Choose a tag to compare
  • Improve lua plugin, updating to latest lua 5.4.4 and embedding json, r2api and inspect apis in C
  • Update the quickjs plugin and add a typescript example
  • Update to the latest duktape 2.7.0

5.6.0

18 Feb 11:48
Compare
Choose a tag to compare
  • In sync with latest r2-5.6.x
  • Add QuickJS support
  • Fix null deref in the python bindings
  • Add support for WREN VM
  • Improve the python example files
  • Add support to install/uninstall the plugins in your home, not system wide