rizin/librz/include
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
..
rz_crypto
rz_il [RzIL] AVR lifter (#1890) 2022-02-22 18:54:55 +01:00
rz_util Introduce rz_file_dos_basename() API 2022-03-29 09:27:51 +08:00
sflib
meson.build Add rz_lang_byte_array and remove rz_print_code (#2444) 2022-03-25 20:45:57 +08:00
rz_agraph.h
rz_analysis.h Moved rz_analysis_esil_dumpstack to rz_core_esil_dumpstack (#2460) 2022-03-28 19:55:46 +08:00
rz_arch.h
rz_asm.h Add RzConfig for asm plugins (#2488) 2022-04-03 20:44:50 +08:00
rz_basefind.h
rz_bin.h Optimize REBASE_PADDR macro (#2436) 2022-03-30 14:19:27 +08:00
rz_bin_dwarf.h
rz_bind.h Implement getting a backtrace from a Windows Kernel Dump for x64 (#2387) 2022-03-15 10:45:02 +01:00
rz_bp.h Add unit tests for software breakpoints 2022-01-26 17:12:26 +01:00
rz_cmd.h Improve suggestions when wrong command/args is used (#2365) 2022-03-02 10:39:33 +01:00
rz_cmp.h
rz_config.h Add RzConfig for asm plugins (#2488) 2022-04-03 20:44:50 +08:00
rz_cons.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_core.h Convert aae to newshell and remove /re (#2468) 2022-03-29 15:32:42 +00:00
rz_crypto.h
rz_debug.h Move CMD_CHECK_DEBUG_DEAD outside rz_debug.h (#2430) 2022-03-22 23:06:05 +08:00
rz_demangler.h
rz_diff.h
rz_drx.h
rz_egg.h Fix host endian dependency in rz-gg 2022-04-02 12:48:59 +02:00
rz_endian.h
rz_flag.h Rename functions properly and ensure to remove the old flags. (#2289) 2022-02-06 22:21:21 +08:00
rz_flirt.h Optimize parsing flirt sig files when just reading header infos (#2356) 2022-02-22 22:34:31 +01:00
rz_getopt.h Fix rz_getopt.h header for C++ (#2232) 2022-01-21 09:57:44 +00:00
rz_heap_glibc.h RzCore: remove as many #include .c as possible in cmd.c (#2378) 2022-03-17 10:30:57 +08:00
rz_heap_jemalloc.h Move remaining things from shlr/ to meson subprojects (#2126) 2021-12-22 09:20:39 +08:00
rz_il.h [RzIL] Add Validator (Type-checker) (#2182) 2022-01-10 16:54:13 +01:00
rz_io.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_lang.h
rz_lib.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_list.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_magic.h
rz_main.h
rz_msg_digest.h Moved rz_print_randomart under rz_hash and removed it from rz-ax 2022-03-06 16:29:03 +01:00
rz_parse.h
rz_pdb.h PDB: Support type redefinition during parsing 2022-02-25 13:17:20 +08:00
rz_project.h Remove ESIL Pins (#2096) 2021-12-12 18:27:34 +01:00
rz_reg.h Add Hexagon register profile (#2490) 2022-04-03 18:26:17 +02:00
rz_regex.h
rz_search.h
rz_sign.h Remove cb_printf() from RzAnalysis (#2454) 2022-03-28 08:22:19 +08:00
rz_skiplist.h
rz_skyline.h
rz_socket.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_syscall.h
rz_th.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_type.h Introduce addr_bits to type db for e.g. thumb (#2457) 2022-03-27 15:53:42 +02:00
rz_types.h Remove cb_printf() from RzBin (#2446) 2022-03-26 20:30:55 +08:00
rz_types_base.h Fix #726 - Fix building for x86 Windows with clang-cl (#2055) 2021-12-02 15:02:46 +08:00
rz_types_overflow.h
rz_userconf.h.in Add option to install sigdb systemwise and custom user location for additional signatures (#2328) 2022-02-28 14:32:38 +01:00
rz_util.h Add rz_lang_byte_array and remove rz_print_code (#2444) 2022-03-25 20:45:57 +08:00
rz_vector.h
rz_version.h.in
rz_windows.h Remove windows.h include from rz_types.h (#2410) 2022-03-16 13:54:41 +01:00
rz_windows_heap.h