0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python11 forks (11 forks)github user discovery
enhancementgood first issue
Repository metrics
- Stars
- 7 stars (7 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
See these Rizin helpers:
librz/util/iterator.c
librz/include/rz_util/rz_iterator.h
librz/include/rz_util/ht_inc.h
librz/include/rz_util/rz_set.h
Contributor guide
- Research direction
- Examine the referenced Rizin iterator files (iterator.c, rz iterator.h, ht inc.h, rz set.h) to understand the existing C implementation, then determine how to generate appropriate bindings in Python using the rz bindgen tooling.
- Tech stack
- pythonc
- Domain
- backendtooling
- Issue type
- Feature
- Prerequisites
- PythonC