18 lines
677 B
Markdown
18 lines
677 B
Markdown
# RzUtil
|
|
|
|
This library contains all common utilities and functions that are used by other
|
|
modules in the Rizin framework, like string manipulation, data structures
|
|
(lists, vectors, trees, etc.), JSON parsing/printing, and others.
|
|
|
|
## What can I expect here?
|
|
- Numbers/math functions
|
|
- Functions likely needed across several other modules
|
|
- Data structures: lists, vectors, trees, graphs, skiplist
|
|
- RzBuffer
|
|
- JSON parsing, JSON printing
|
|
- PKCS7
|
|
- BitVector
|
|
- Functions that are very common and not specific to other modules
|
|
- SDB
|
|
- Floating point number operations
|
|
- OS/Platform-independent abstractions for common operations (e.g. rename a file, create temporary file, etc.)
|