rizin/libr/core
Khairul Azhar Kasmiran 1cb18df8b4
ahi 10 does signed decimal with 32-bit gp regs + ahi 10u for unsigned decimal (#16970)
* ahi 10 does signed decimal with x86 32-bit regs + ahi 10u for unsigned decimal
* Use arch-independent r_reg api instead
2020-05-30 01:31:22 +08:00
..
p Some random fixes here and there (#16658) 2020-04-20 17:05:46 +02:00
agraph.c Use g->x and g->y to rebase x/y got with r_str_str_xy 2020-05-03 17:33:36 +02:00
anal_objc.c Add axv and afvx and afv= to visualize var R/W accesses ##anal (#16516) 2020-05-13 15:59:05 +02:00
anal_tp.c Improve BP vars/args detection ##anal (#16935) 2020-05-25 12:55:31 +08:00
blaze.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
canal.c Detect register args used only by callee ##anal (#16830) 2020-05-17 12:08:49 +08:00
cannotated_code.c Migrating RAnnotatedCode to radare2 (#16939) 2020-05-27 11:54:31 +08:00
carg.c Remove unused RAnalFunction Members (#16521) 2020-04-12 20:17:45 +08:00
casm.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cbin.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cconfig.c Improve BP vars/args detection ##anal (#16935) 2020-05-25 12:55:31 +08:00
cfile.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cio.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
citem.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
cmd.c Fix @@s 'to' param so that it's inclusive (#16936) 2020-05-22 22:43:58 +08:00
cmd_anal.c ahi 10 does signed decimal with 32-bit gp regs + ahi 10u for unsigned decimal (#16970) 2020-05-30 01:31:22 +08:00
cmd_api.c When configuring root RCmdDesc, parent may be NULL (#16812) 2020-05-13 11:13:01 +02:00
cmd_cmp.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cmd_colon.c
cmd_debug.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cmd_egg.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cmd_eval.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
cmd_flag.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_hash.c
cmd_help.c Use @{} instead of @() and fix this modifier ##core (#16292) 2020-03-24 11:05:22 +01:00
cmd_info.c Fix null pointer dereference found by Infer (#16642) 2020-04-20 01:00:54 +02:00
cmd_log.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_macro.c Change macro syntax to use ; instead of , 2020-03-11 00:11:01 +01:00
cmd_magic.c Add first version of /m search with hits 2020-03-22 12:48:50 +01:00
cmd_meta.c Fix crash in 'C{fd..}.', reproducible with r2dec (#16823) 2020-05-14 11:02:41 +02:00
cmd_mount.c Avoidify the strTrim() APIs + cleanup/refactor ##util (#16056) 2020-03-02 21:39:37 +01:00
cmd_open.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cmd_print.c Fix prc handling of single-char flags (#16942) 2020-05-25 23:05:37 +08:00
cmd_project.c Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
cmd_quit.c
cmd_search.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cmd_search_rop.c Make r_reg_get_list() search harder (#16202) ##reg 2020-03-13 12:01:54 +01:00
cmd_seek.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
cmd_type.c Fix #16343 - Do not generate numeric structs from unnamed typedefs in "ts" ##types (#16485) 2020-05-05 15:51:17 +02:00
cmd_write.c Update woE and woD functions (#16920) 2020-05-21 12:16:11 +08:00
cmd_zign.c Add pj_ad api to print raw data ##json 2020-03-20 19:35:41 +01:00
core.c Fix an oobread when pressing the backspace in the r2 shell (#16844) 2020-05-18 15:51:52 +02:00
corelog.c Fix is.j iEj and iaj json validation issue in r2 -- (#15724) ##json 2019-12-29 13:19:44 +01:00
cplugin.c Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
cundo.c
disasm.c Improve BP vars/args detection ##anal (#16935) 2020-05-25 12:55:31 +08:00
disasm_stackptr.inc
fortune.c Some coverity fixes 2020-01-08 14:16:11 +01:00
gdiff.c Refactor RAnal Basic Blocks and Functions (#15169) ##anal 2020-01-15 15:23:34 +01:00
hack.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
libs.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
linux_heap_glibc.c Fix various lgtm warning (#16497) 2020-04-12 20:45:24 +02:00
linux_heap_jemalloc.c
Makefile Migrating RAnnotatedCode to radare2 (#16939) 2020-05-27 11:54:31 +08:00
meson.build Migrating RAnnotatedCode to radare2 (#16939) 2020-05-27 11:54:31 +08:00
panels.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
patch.c
project.c Refactor Meta out of SDB (#16716) 2020-05-09 20:49:28 +02:00
pseudo.c Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
r2-shell-parser-cmds.inc Fix cmd_substitution in grep_specifier ##newshell (#16625) 2020-04-18 11:07:25 +02:00
rtr.c Initial refactoring of the rap:// protocol (-75 LOC) ##socket (#16534) 2020-04-12 16:40:55 +02:00
rtr_http.c Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
rtr_shell.c Fix fgets() usage (#16068) 2020-02-29 20:47:10 +01:00
task.c
vasm.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
visual.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
visual_tabs.inc r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmarks.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmenus.c Rename core.assembler to core.rasm (#16814) 2020-05-13 01:28:23 +02:00
vmenus_graph.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
vmenus_zigns.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
windows_heap.c Fix windows build 2020-04-27 23:08:45 +02:00
yank.c r_core_seek accepts a boolean as 3rd argument (#16618) 2020-04-17 12:53:35 +02:00
zdiff.c