radare2/libr/include
Jules Maselbas 14731d6366 Add anal plugin for kvx architecture
KVX is VLIW architecture, kind of like a DSP, it can execute more than
one "instruction" per cycle. Each cycle a bundle of instruction is
executed which is comprised of up to 6 instructions. The general rules
for bundle are: only one BCU instruction (which comes first); only one
LSU instruction; and up to 4 ALU instructions (depending on the type).

In assembly the end of a bundle is marked by a `;;` in an empty line,
here in r2 (to make things more compact and readable) the end of bundle
is appended after the last instruction, but beware that this is not valid
kvx assembly.
2022-03-02 13:56:34 +01:00
..
heap Add rasm2 and rax2 wasi/wapm packages ##build 2022-02-16 10:58:03 +01:00
r_crypto Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_util New r_inflate_lz4 API to reuse LZ4 across all libs ##api 2022-02-10 19:59:17 +01:00
sflib Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
ptrace_wrap.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r2naked.h Use void in prototypes (#7972) 2017-07-20 10:48:55 +02:00
r_agraph.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_anal.h Add anal plugin for kvx architecture 2022-03-02 13:56:34 +01:00
r_asm.h Merge asm.msp430 into anal (#19639) 2022-01-28 20:38:29 +01:00
r_bin_dwarf.h Fix invalid pointer read issue in dwarf parser ##crash (#19459) 2021-12-02 12:20:30 +01:00
r_bin.h Initial import of the XALZ bin plugin ##bin 2022-02-10 19:59:17 +01:00
r_bind.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
r_bp.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_cmd.h Overhaul alias system 2021-10-04 09:30:37 +02:00
r_codemeta.h Bring back the 32bit builds for Cydia ##build 2022-01-14 19:41:26 +01:00
r_config.h A better way to check if a project has been saved ##projects 2022-01-25 10:39:15 +01:00
r_cons.h Make grep begin, end, and negate properties per-word 2022-03-01 15:51:53 +01:00
r_core.h A better way to check if a project has been saved ##projects 2022-01-25 10:39:15 +01:00
r_crypto.h Add AES Key Wrap Algorithm ##crypto 2021-09-25 06:53:57 +02:00
r_debug.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_drx.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_egg.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_endian.h Speedup parsing PE exports (#16762) ##bin 2020-05-05 12:58:06 +02:00
r_flag.h A better way to check if a project has been saved ##projects 2022-01-25 10:39:15 +01:00
r_flist.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_fs.h Use r_return in the r_fs api 2021-09-02 18:26:37 +02:00
r_getopt.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_hash.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_heap_glibc.h Add commands to parse mangling pointers glibc heap ##heap (#17534) 2020-09-01 00:45:12 +08:00
r_heap_jemalloc.h mv shlr/heap into libr/include/heap (#19285) 2021-10-22 14:56:34 +02:00
r_io.h Fix io/r_ptrace types definitions for FreeBSD (radareorg#19687) 2022-02-14 16:53:33 +01:00
r_lang.h Add #!*? command to show rlang plugin examples ##lang 2021-03-29 21:00:45 +02:00
r_lib.h Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
r_list.h Rewrite r_list_uniq with a faster algorithm ##core 2022-01-11 23:29:47 +01:00
r_magic.h Add size parameter to r_magic_load_buffer ##util (#18760) 2021-05-27 16:27:04 +02:00
r_main.h Initial implementation of r2pm.c ##r2pm 2021-12-16 12:47:40 +01:00
r_parse.h Remove ctype.c 2yo deadcode ##types 2021-10-13 09:28:10 +02:00
r_pdb.h Improving PDB type information parsing and saving types into SDB (#17226) 2020-07-25 01:40:55 +08:00
r_qrcode.h Remove trailing spaces (#19460) 2021-12-02 17:39:59 +01:00
r_reg.h Save and check the reg arena size when peekpoking (Fix tests_64923) ##crash 2021-11-01 22:38:53 +01:00
r_regex.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_search.h Add Rabin Karp algorythm to ##search 2021-12-30 10:30:30 +01:00
r_sign.h Simplify deserialization of byte ##signatures 2021-11-05 10:13:56 +01:00
r_skiplist.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_skyline.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_socket.h Implement rarun2 time=true attribute ##shell 2022-01-06 21:40:01 +01:00
r_syscall.h Type and null check fixes for RConfig 2021-01-18 11:15:04 +01:00
r_th.h Add atomic primitives for Windows ##util 2022-02-01 08:14:58 +01:00
r_types_base.h Use stdint like if there was no yesterday ##refactor 2022-01-09 19:48:16 +01:00
r_types_overflow.h Honor extern "C" in all the include files (#18730) 2021-05-21 12:54:48 +02:00
r_types.h Improve EPRINT_CHAR() and add EPRINT_PTR() for arbitrary addresses 2022-01-16 14:18:23 -06:00
r_userconf.h.acr Final mingw fixes 2021-10-19 12:52:00 +02:00
r_util.h Add 'pFB' command to use the new BPLIST parser ##print 2022-01-30 22:30:10 +01:00
r_vector.h Add binary search alg to pvector ##util (#19414) 2021-11-16 23:56:21 +01:00
r_version.h.in Upgrade to acr-1.8.1 to get semver support ##core (#15816) 2020-01-17 12:18:05 +01:00
rvc.h Add a clone command ##rvc 2021-10-30 09:35:43 +02:00