From cb23bbbbfd03fbc109ba947dc5dadadb818d8a3e Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 10 Feb 2024 11:06:41 +0800 Subject: [PATCH] GSoC: add Lua and Python bytecode microtasks --- content/gsoc/2024.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/gsoc/2024.md b/content/gsoc/2024.md index 8ac8692..fec113a 100644 --- a/content/gsoc/2024.md +++ b/content/gsoc/2024.md @@ -526,6 +526,10 @@ Implementing the support for any new file format counts as a microtask. See [New Implementing the support for any new architecture counts as a microtask. See [New-Architecture](https://github.com/rizinorg/ideas/labels/New%20Architecture) label for pending issues. +Two notable examples are updating existing bytecode plugins to support newer versions of the respective languages: +- [Support for the Lua 5.2 language changes](https://github.com/rizinorg/rizin/issues/3914) +- [Support for the Python 3.11 and 3.12 language changes](https://github.com/rizinorg/rizin/issues/3130) + ## Analysis The current code analysis has many caveats and issues which need addressing. Fixing them and writing more tests is important to stabilize and enhance rizin's analysis engine.