rizinorg / rizin

UNIX-like reverse engineering framework and command-line toolset.
https://rizin.re
GNU Lesser General Public License v3.0
2.7k stars 361 forks source link

Refactor `RzTable` API and implementation #1961

Open XVilka opened 2 years ago

XVilka commented 2 years ago

See these files:

PeiweiHu commented 2 years ago

Do the names/indexes mean one can pass multiple names/indexes?

So the function signature looks like: bool rz_table_set_val(RzTable *t, RZList *items, const char *arg, ...)

XVilka commented 2 years ago

Yes