.. |
p
|
r_lib_struct_t -> RLibStruct
|
2017-11-10 13:38:05 +01:00 |
anal_tp.c
|
call r_cons_break_pop after r_cons_break_push in a loop, avoiding leaks and the infinite loop (issue #8709) (#8711)
|
2017-10-19 18:37:25 +02:00 |
anal_vt.c
|
Coverity bugs 29 aug (#8376)
|
2017-08-29 12:39:04 +02:00 |
asm.c
|
Implement /ce to search esil expressions matching given string
|
2017-11-26 19:56:09 +01:00 |
blaze.c
|
Fix format string
|
2017-11-23 22:37:44 +01:00 |
canal.c
|
Strings matters for autonaming
|
2017-11-26 02:22:31 +01:00 |
cbin.c
|
Extend str.escbslash to work with iz (#8882)
|
2017-11-26 01:37:12 +01:00 |
cconfig.c
|
Fix #8913 - asm.offless is now asm.immtrim, + fixes for pds
|
2017-11-30 00:14:08 +01:00 |
cio.c
|
Fix #8941 - Fix crash in arm.winedbg (null deref)
|
2017-12-03 13:10:59 +01:00 |
cmd_anal.c
|
Added ae subcommand to emulate N instructions starting at X offset (#8912)
|
2017-12-01 13:46:01 +01:00 |
cmd_api.c
|
mdmp|pe: squashed some memory leaks and fixed resolve error in mdmp
|
2017-11-01 11:50:27 +01:00 |
cmd_cmp.c
|
Fix mg infinite recursivity issue, add fq and fsq commands and handle /flags in fs.r2
|
2017-10-23 12:54:03 +02:00 |
cmd_debug.c
|
Fixes for step back
|
2017-11-12 12:52:06 +09:00 |
cmd_egg.c
|
refactor r_core_cmd_init and add more help messages (#8171)
|
2017-08-10 11:52:13 +02:00 |
cmd_eval.c
|
Add scr.randpal in ecr help
|
2017-11-20 13:12:56 +01:00 |
cmd_flag.c
|
Implement fO command to ordinalize flag names matching a glob
|
2017-12-02 02:11:22 +01:00 |
cmd_hash.c
|
make invalid hashbang always print an error (#8727)
|
2017-10-22 18:39:20 +02:00 |
cmd_help.c
|
delete unnecessary space (#8938)
|
2017-12-03 11:14:56 +01:00 |
cmd_info.c
|
Make constructor/destructors available only via rabin2 -ee (and iee in r2)
|
2017-10-30 18:31:01 +01:00 |
cmd_log.c
|
Fix #8314
|
2017-11-22 15:25:34 +01:00 |
cmd_macro.c
|
Fix #7653 - inline macro foreach
|
2017-10-09 13:31:19 +02:00 |
cmd_magic.c
|
Fix #1476: respect search.from and don't seek on /m (#4973)
|
2016-05-23 11:25:17 +02:00 |
cmd_meta.c
|
Fix Cs. for Cs8 strings and honor str.escbslash
|
2017-11-30 21:41:13 +08:00 |
cmd_mount.c
|
Honor supported bits mask in V&
|
2017-11-09 12:21:03 +01:00 |
cmd_open.c
|
Add o-! command and fix ood
|
2017-11-22 15:00:06 +01:00 |
cmd_print.c
|
Implement pdr. and pir. to disasm recursively the whole function but only print from here
|
2017-11-30 15:45:27 +01:00 |
cmd_project.c
|
Use RList for cmd_descriptors, make it a member of RCore (#8034)
|
2017-07-27 14:52:17 +02:00 |
cmd_quit.c
|
Add q!!! command for fast quits
|
2017-10-11 23:48:48 +02:00 |
cmd_search_rop.c
|
Merging all cov fixes (#8377)
|
2017-08-29 13:15:47 +02:00 |
cmd_search.c
|
/s now honor search.in and align (#8940)
|
2017-12-03 12:31:07 +01:00 |
cmd_section.c
|
Add help for ~:[s]-[e] show lines s-e & fix #8164 recursive help (#8474)
|
2017-09-12 11:05:24 +02:00 |
cmd_seek.c
|
Fix #8870 - sn/sp accepts an arg to override scr.nkey
|
2017-11-23 14:41:11 +01:00 |
cmd_type.c
|
Handle deltas for structure offsets too
|
2017-11-07 19:38:12 +08:00 |
cmd_write.c
|
Added cfg.bigendian note to wv help
|
2017-12-02 15:48:15 +08:00 |
cmd_zign.c
|
added zi command (#8583)
|
2017-09-25 16:59:50 +02:00 |
cmd.c
|
Fix tmpseek when execution times is in the command (#8915)
|
2017-11-30 14:12:48 +01:00 |
core.c
|
Fix tmpstring memleak in tab
|
2017-11-27 12:44:29 +01:00 |
disasm.c
|
Removed a spurious ds_align_comment
|
2017-12-03 19:31:48 +08:00 |
file.c
|
Add o-! command and fix ood
|
2017-11-22 15:00:06 +01:00 |
fortune.c
|
Fix empty fortune message issue
|
2017-09-12 00:57:55 +02:00 |
gdiff.c
|
Fix the radiff2 -C MATCH issue, still not perfect but getting in shape
|
2016-09-22 23:57:16 +02:00 |
graph.c
|
Bring back the canvas trimming and fix again visual glitch with 1 node graphs
|
2017-11-26 02:25:57 +01:00 |
hack.c
|
Fix a huge list of null derefs from clang-analyzer
|
2017-04-17 22:02:04 +02:00 |
libs.c
|
Fix invalid free with rust core plugin (wip)
|
2017-09-25 16:05:42 +02:00 |
linux_heap_glibc.c
|
Fix #7711 - Bad pointer arithmetics in jemalloc parser
|
2017-11-26 23:16:38 +01:00 |
linux_heap_jemalloc.c
|
Fix #7711 - Bad pointer arithmetics in jemalloc parser
|
2017-11-26 23:16:38 +01:00 |
log.c
|
Implement cfg.log and cmd.log
|
2017-05-09 02:58:39 +02:00 |
Makefile
|
Delete help.c and make it into cmd.c
|
2017-11-24 00:19:05 +01:00 |
meson.build
|
Fix AppVeyor build
|
2017-11-24 10:14:00 +08:00 |
panels.c
|
Fix #8836 V! 'continue'
|
2017-11-20 09:16:02 +01:00 |
patch.c
|
Fix more coverities
|
2017-10-02 21:31:31 +08:00 |
plugin.c
|
Remove configure-plugins dependency for the make meson
|
2017-05-26 02:43:53 +02:00 |
project.c
|
added simple project saving (#8800)
|
2017-11-07 17:45:13 +01:00 |
pseudo.c
|
A bunch of fixes spotted by the r2diaphora integration
|
2017-09-03 20:47:05 +02:00 |
rtr.c
|
Implement /ce to search esil expressions matching given string
|
2017-11-26 19:56:09 +01:00 |
task.c
|
added r_cons_break_{push/pop} to handle ^C better
|
2016-11-21 16:56:12 +01:00 |
vasm.c
|
Fix #7976 - Fix VcjjjA
|
2017-07-21 19:02:14 +02:00 |
visual.c
|
Add comment counter in ds and show rendering in VV
|
2017-11-24 23:19:26 +01:00 |
vmarks.c
|
fix visual mark target address (#5637)
|
2016-08-29 20:20:10 +02:00 |
vmenus.c
|
Add an command that works like Vdn, to rename flags in anal refs
|
2017-11-26 20:10:49 +01:00 |
yank.c
|
Fix #8388 - Replace RIOMap::{from,to} with RAddrInterval itv.
|
2017-09-14 12:40:22 +02:00 |