rizin/librz/parse
Rot127 2fde7808a0 Don't match numbers with a '.', '*' and '\w' prefix.
The exclusion pattern [^\w.*] excludes all numbers with a '.' and '*' prefix.
This is only done because the previous parsing did it like this.
And not doing it, breaks substitutions from before. E.g. when addresses,
were replaced with flag names which include numbers (case labels like: case.<switch-address>.<case-number>).
See: https://github.com/rizinorg/rizin/issues/4238 for more details of this problem.
2024-02-16 16:57:31 +08:00
..
p Replace current regex engine with PCRE2 (#4185) 2024-02-05 12:51:16 +08:00
filter.c Don't match numbers with a '.', '*' and '\w' prefix. 2024-02-16 16:57:31 +08:00
meson.build Meson refactor: collect modules in dict and centralize config (#2945) 2022-08-20 19:59:27 +02:00
parse.c librz: fix UAF in plugin deletion 2023-05-12 10:38:29 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00