rizin/librz/bin
Heersin 5c79c42a56
Disassembler arch for RX microcontroller (MCU) family (#4198)
* Basic framework of rx implemented
* Add match and parse flow
* Add part of description for RxV1 instruction set
* Add datasheet for rxv1
* Implement stringify op for rx
* Add missing TST instruction in datasheet
* Test to div instruction and fix bugs
* Test known rxv1 instruction set
* Fix bugs in rx disasm plugin and add SPDX
* Add rz_analysis for renesas rx
* Fix rz_analysis bug for renesas rx
* Add rz_asm test and fix bug in datasheet
* Add analysis test and fix bugs for renesas rx
2024-02-17 22:29:16 +08:00
..
d Convert pf commands to rzshell (#3467) 2024-02-16 10:30:59 +08:00
dwarf DWARF: loading DWARF in .dSYM (#4219) 2024-02-13 14:36:13 +08:00
format Disassembler arch for RX microcontroller (MCU) family (#4198) 2024-02-17 22:29:16 +08:00
i Transition of strings in RzBinPlugin (from RzList to RzPVector) (#4052) 2024-01-04 22:23:31 +08:00
p CID 436255 Out-of-bounds read & code refactoring 2024-02-15 19:41:12 +08:00
pdb CID 432808: Use after free 2024-02-15 19:41:12 +08:00
bfile.c Transition from list to pvector for symbols in RzBinPlugin (#4077) 2024-01-06 19:54:19 +08:00
bfile_string.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
bin.c Convert from rz_str_new to rz_str_dup (#4178) 2024-02-07 00:07:53 +08:00
bin_demangle.c Add bin.demangle.flags to allow users to simplify or not mangled strings (#3659) 2023-07-17 23:31:09 +08:00
bin_language.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
bin_ldr.c
bobj.c Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
bobj_process.c fix -M and bin.demangle (#3709) 2023-08-01 19:27:42 +08:00
bobj_process_class.c Add user pointer to RzListComparator (#4204) 2024-02-11 13:28:33 +08:00
bobj_process_entry.c Rewrite how bins are loaded into RzBinObject 2023-06-01 23:16:09 +08:00
bobj_process_field.c Refactor <fields> from RzList to RzPVector in RzBinPlugin (#3962) 2023-11-08 19:32:34 +08:00
bobj_process_file.c Transition of virtual_files in RzBinPlugin (from list to pvector) (#4042) 2023-12-22 01:06:18 +08:00
bobj_process_import.c Refactor imports-related stuff from RzList to RzPVector (#3781) 2023-08-24 16:14:32 +08:00
bobj_process_map.c Refactor the maps in RzBinPlugin from list to pvector (#4081) 2024-01-07 12:42:54 +08:00
bobj_process_reloc.c Refactor relocs-related stuff from RzList to RzPVector (#3852) 2023-09-14 10:46:38 +08:00
bobj_process_section.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
bobj_process_string.c Transition of strings in RzBinPlugin (from RzList to RzPVector) (#4052) 2024-01-04 22:23:31 +08:00
bobj_process_symbol.c Transition from list to pvector for symbols in RzBinPlugin (#4077) 2024-01-06 19:54:19 +08:00
dbginfo.c Add cache for source line (#4129) 2024-01-20 15:48:19 +08:00
filter.c Fix compile warnings (#3550) 2023-06-02 13:07:51 +08:00
golang.c Refactor sections in RzBinPlugin from list to pvector (#4089) 2024-01-11 12:19:22 +08:00
meson.build Load symbols in modules from PDB (#4025) 2023-12-10 14:14:14 +08:00
README.md librz: add some initial documentation (#3782) 2023-10-13 13:46:19 +08:00
relocs_patch.c Refactor the maps in RzBinPlugin from list to pvector (#4081) 2024-01-07 12:42:54 +08:00