rizin/librz
Rot127 10bedc2b00
Add Hexagon register profile (#2490)
Although the reg profile was not really used yet it will be relevant for the RZIL uplifting.
Introduces:
* Double/quadruple registers now properly overlap with their counterparts.
* Registers have correct types assigned (vec, ctr, sys etc. Before, all regs were of type gbr)
* Consistent register names (asm name style: c3:2, r31 etc, alias style: lc1:sa1, lr etc.)
* Adds _tmp registers in the profile. Later used by uplifted instructions (think of .new registers).
2022-04-03 18:26:17 +02:00
..
analysis Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
asm Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
bin Dex add support for some imports within direct_methods via super calls (#2491) 2022-04-03 20:54:55 +08:00
bp Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
config Add RzConfig for asm plugins (#2488) 2022-04-03 20:44:50 +08:00
cons rz_cons_free: Move Windows cleanup code below refcnt check (#2492) 2022-04-03 17:19:46 +08:00
core Add RzConfig for asm plugins (#2488) 2022-04-03 20:44:50 +08:00
crypto Fix cps2 crypto on big endian 2022-03-29 14:33:55 +02:00
debug Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
demangler Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
diff Convert rz_print_date_* to rz_time_date_* (#2375) 2022-03-03 17:25:00 +01:00
egg Fix host endian dependency in rz-gg 2022-04-02 12:48:59 +02:00
flag Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
hash Moved rz_print_randomart under rz_hash and removed it from rz-ax 2022-03-06 16:29:03 +01:00
il Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
include Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
io Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
lang Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
magic Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
main Fix host endian dependency in rz-gg 2022-04-02 12:48:59 +02:00
parse Add -Wimplicit-fallthrough to meson file (#2438) 2022-03-24 08:27:18 +08:00
reg Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
search Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
signature Fix FLIRT header parsing on big endian 2022-03-29 01:50:29 +08:00
socket Fix test_run on ppc Mac OS X 2022-03-29 01:50:29 +08:00
syscall Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
type build: use run_command(..., check: false) as return code is used 2022-03-29 16:53:15 +02:00
util Simplify rz-test time and rz_time_now_mono() on ppc Mac OS X 2022-04-02 12:48:59 +02:00
config.h.in Add demangling as plugins and libdemangle as external dependency (#1656) 2021-10-01 10:45:38 +00:00
meson.build Move remaining things from shlr/ to meson subprojects (#2126) 2021-12-22 09:20:39 +08:00
RizinConfig.cmake.in Avoid trying to re-create targets in cmake config (#2471) 2022-03-30 20:11:56 +02:00
RzModulesConfig.cmake.in Remove the wrong PACKAGE_INIT defined by meson and completely replace it (#2122) 2021-12-20 21:55:24 +08:00