Releases: rizinorg/jsdec
Releases · rizinorg/jsdec
Release for rizin 0.7.0
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
Release for rizin 0.5.0
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
What's Changed
- Use dependency instead of find_library and avoid relying on rizin exec by @ret2libc in #14
- Replace afcfj with afsj
- Add check on run_command
New Contributors
Full Changelog: v0.3.1...v0.4.0
Release for rizin 0.3.1
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
- 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
v0.2.x Floating point support on x86 (#6)
Release for rizin 0.1.x
Merge pull request #3 from officialcjunior/rz-pm-readme Update the name of rz-pm on the README