Skip to content

Commit

Permalink
Merge pull request #60 from rizinorg/gsoc2024-update
Browse files Browse the repository at this point in the history
GSoC: add Lua and Python bytecode microtasks
  • Loading branch information
wargio authored Feb 10, 2024
2 parents 39edad9 + cb23bbb commit 474bb58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/gsoc/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 474bb58

Please sign in to comment.