Skip to content

Releases: rizinorg/jsdec

Release for rizin 0.7.0

24 Feb 07:21
0f966e3
Compare
Choose a tag to compare

This release changes the backend of jsdec to QuickJS.
The speed of jsdec is improved drastically.

What's Changed

  • Rewrite jsdec to use QuickJS by @wargio in #45
  • Fix usage of rz_core_analysis_bytes by @wargio in #47
  • Fix for Rizin v0.7.0 by @XVilka in #49
  • Fix inifinity issue & wrong usage of rz_iterator_foreachby @wargio in #51

Full Changelog: v0.6.0...v0.7.0

Release for rizin 0.6.0

07 Aug 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

Release for rizin 0.5.0

20 Feb 08:14
8a4f4c8
Compare
Choose a tag to compare

What's Changed

  • Fix #19 - Unhandled cpp type when tokenize by @wargio in #20
  • Fixes for rizin 0.5.0 by @wargio in #22
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #23
  • Fix #24 - Unused pops on _fp_compare by @wargio in #25
  • Update for new variable storage in Rizin by @thestr4ng3r in #26
  • Sets pdd as child of pd instead of the root dir by @wargio in #27
  • Remove the 'pdd' command when removing the plugin by @ret2libc in #28
  • Remove plugin.pkgname because not used anymore by @ret2libc in #29
  • Removed bp/sp usage due changes in rizin output by @wargio in #31

New Contributors

  • @lgtm-com made their first contribution in #23
  • @thestr4ng3r made their first contribution in #26

Full Changelog: v0.4.0...v0.5.0

Release for rizin 0.4.0

09 Jun 13:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

Release for rizin 0.3.1

18 Nov 10:40
Compare
Choose a tag to compare

What's Changed

  • Annotation support for cutter by @wargio in #11
  • Allow embedding the js code into the C code itself. by @wargio
  • Fixed AVR decompilation due changes on rizin code by @wargio
  • Fixed Cs usage due to new APIs by @wargio
  • Fixed bug on x86 cdecl due changes by @wargio

To embed the js code just add -Djsc_folder="path/to/root/folder/of/js/code" when calling meson

Full Changelog: v0.3.0...v0.3.1

Release for rizin 0.3.0

24 Sep 13:55
Compare
Choose a tag to compare
  • Updated duktape to 2.6.0
  • Improved MIPS output
  • Added support for 8051
  • Added support for RISC-V RV32 & RV64 (no floating point)
  • Added AVR sbrs
  • Added Dalvik return-wide

Release for rizin 0.2.x

09 Apr 11:22
b20ee98
Compare
Choose a tag to compare
v0.2.x

Floating point support on x86 (#6)

Release for rizin 0.1.x

07 Mar 12:02
c5c1d30
Compare
Choose a tag to compare
Merge pull request #3 from officialcjunior/rz-pm-readme

Update the name of rz-pm on the README