Riccardo Schirone
|
a689f0a86e
|
librz: refactor a bit how plugins are built
Rely on RZ_ARRAY_SIZE to add librz plugins instead of NULL terminators.
|
2022-07-20 22:04:02 +02:00 |
|
GustavoLCR
|
19bc4705a4
|
Parse: Change rz_parse_subvar API to accept a RzAnalysisOp
* Kill `get_op_ireg`
|
2022-06-06 00:02:09 +08:00 |
|
Giovanni
|
35558f4180
|
Pseudo refactoring (#1308)
* License fix
* Implemented common pseudo
* Refactored MIPS pseudo
* Refactored ARM pseudo
* Refactored AVR pseudo
* Refactored 6502 pseudo
* Refactored dalvik pseudo
* Refactored arm64 pseudo
* Refactored z80 pseudo
* Refactored TMS320 pseudo
* Refactored v850 pseudo
* Refactored SuperH pseudo
* Refactored Motorola 68K pseudo
* Avoid selecting a pseudo plugin when the arch is not found.
* rz_parse_parse -> rz_parse_pseudocode
|
2021-07-22 11:55:05 +02:00 |
|
Riccardo Schirone
|
53bf5c497f
|
SPDX Copyright text for all files based on history
- Add LICENSES directory
- Download additional licenses used
- Add .reuse directory
- Add doc about SPDX/reuse
Co-authored-by: Florian Märkl <info@florianmaerkl.de>
|
2021-03-05 19:39:15 +08:00 |
|
Anton Kochkov
|
a0be4e2e64
|
Run clang-format
|
2021-01-21 22:05:44 +08:00 |
|
Anton Kochkov
|
041d73dce3
|
Change the "anal" abbreviation to "Analysis" in Code (#117)
|
2020-12-06 19:25:27 +01:00 |
|
Riccardo Schirone
|
502e91aff7
|
Rename R_ and R2_ to RZ_ (#8)
* Rename R2_ -> RZ_
* Rename R_ -> RZ_
* Rename R2R_ -> RZ_TEST_
* Rename R2R defines and types to RZ_TEST/RzTest
* Keep R_ for REIL registers
|
2020-10-02 16:09:13 +02:00 |
|
Riccardo Schirone
|
721609a17b
|
Rename to rizin (#2)
|
2020-10-01 16:13:03 +02:00 |
|