.. |
p
|
Don't try to build shared libraries if configured as --without-pic.
|
2018-01-11 23:09:22 +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
|
Fix #9060 - base64 encode strings in pfj s
|
2017-12-22 12:15:51 +01:00 |
blaze.c
|
Removed c99 declaration in for loop (#9284)
|
2018-02-01 16:35:08 +01:00 |
canal.c
|
Improve aae to support cstr and pstr like asm.emu.str does, supports PA mode
|
2018-02-20 01:59:03 +01:00 |
cbin.c
|
Do not aar when anal.strings is set on launch, aka fix confusing behaviour
|
2018-02-20 02:02:01 +01:00 |
cconfig.c
|
Added asm.emu.stroff: always show offset when printing asm.emu strings (#9354)
|
2018-02-10 18:10:22 +08:00 |
cio.c
|
Report error if write fails. (#9416)
|
2018-02-17 19:05:04 -06:00 |
cmd_anal.c
|
Fix crash in aea (thx asan)
|
2018-02-19 15:23:16 +01:00 |
cmd_api.c
|
Fix almost all warnings from the msvc build
|
2017-12-19 00:18:39 +01:00 |
cmd_cmp.c
|
fix cv now $? get result (#9265)
|
2018-01-30 01:38:32 +01:00 |
cmd_debug.c
|
the remove breakpoint command unified into db- (#9369)
|
2018-02-13 01:13:06 +08:00 |
cmd_egg.c
|
Fix compilation warnings on Linux
|
2018-02-09 18:45:54 +01:00 |
cmd_eval.c
|
cmd_eval.c: better help (#9414)
|
2018-02-17 20:20:33 -06:00 |
cmd_flag.c
|
Fix for bug with fd* commands (#9175)
|
2018-01-12 09:47:42 +01:00 |
cmd_hash.c
|
r_str_chop -> r_str_trim
|
2018-01-08 03:22:26 +01:00 |
cmd_help.c
|
Add ?lq and change behaviour of ?l
|
2018-02-13 13:15:11 -06:00 |
cmd_info.c
|
Fix minor issue in izz (#9377)
|
2018-02-12 01:44:00 +05:30 |
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
|
r_str_chop_ro, r_str_trim_const -> r_str_trim_ro
|
2018-01-08 03:29:29 +01:00 |
cmd_mount.c
|
r_str_ansi_chop -> r_str_ansi_trim, r_str_chop_path -> r_str_trim_path
|
2018-01-08 03:33:01 +01:00 |
cmd_open.c
|
Fix some crashes for 9410
|
2018-02-18 03:08:17 +01:00 |
cmd_print.c
|
pds always enables emustr
|
2018-02-20 02:09:47 +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
|
Fix typo
|
2018-01-19 15:56:17 +01:00 |
cmd_search.c
|
Add a warning if no section is executable when using aap (#9367)
|
2018-02-11 20:47:57 +01:00 |
cmd_section.c
|
r_str_chop -> r_str_trim
|
2018-01-08 03:22:26 +01:00 |
cmd_seek.c
|
Fix s-1 regression
|
2018-02-09 23:36:52 +01:00 |
cmd_type.c
|
Fix segfault in tj if size is not in sdb (#9400)
|
2018-02-15 07:40:29 -06:00 |
cmd_write.c
|
Report error if write fails. (#9416)
|
2018-02-17 19:05:04 -06:00 |
cmd_zign.c
|
Fix #9244 , Honor anal.in for aab (#9250)
|
2018-01-27 23:10:02 +01:00 |
cmd.c
|
Add search.in=bin.sections and @@@ sections
|
2018-01-28 00:27:30 +01:00 |
core.c
|
Fix last covs (null derefs and leaks)
|
2018-02-12 14:27:38 -06:00 |
disasm.c
|
Improve aae to support cstr and pstr like asm.emu.str does, supports PA mode
|
2018-02-20 01:59:03 +01:00 |
file.c
|
Fix some crashes for 9410
|
2018-02-18 03:08:17 +01:00 |
fortune.c
|
Initial purge of R2_PREFIX towards dir.prefix
|
2018-01-16 11:13:21 +01:00 |
gdiff.c
|
Fix #9042 - Remove spaces from delta flags in ax
|
2017-12-22 15:56:34 +01:00 |
graph.c
|
Add ')' key in visual to toggle asm.emu.str
|
2018-02-19 23:04:17 +01:00 |
hack.c
|
Fix wao nocj and so? and rename swap-jcmp to recj
|
2018-01-26 17:34:15 +01:00 |
libs.c
|
Fix invalid free with rust core plugin (wip)
|
2017-09-25 16:05:42 +02:00 |
linux_heap_glibc.c
|
Add FUNC_ATTR_USED and fix some warnings (#9413)
|
2018-02-17 20:19:33 -06: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
|
Fix numerous issues with pkgconfig files.
|
2018-01-11 23:09:22 +01:00 |
meson.build
|
Added dynamic linking build for Appveyor (#8948)
|
2017-12-03 21:26:13 +01:00 |
panels.c
|
Fix scrolling hotkeys stack in visual panels (#9390)
|
2018-02-14 15:05:56 +08:00 |
patch.c
|
Fix more coverities
|
2017-10-02 21:31:31 +08:00 |
plugin.c
|
Initial purge of R2_PREFIX towards dir.prefix
|
2018-01-16 11:13:21 +01:00 |
project.c
|
Initial de-rcorefile-fication
|
2018-01-10 13:45:37 +01:00 |
pseudo.c
|
Change all asm.emu* to asm.emu.* (#9272)
|
2018-01-30 16:21:31 +01:00 |
rtr.c
|
Initial de-rcorefile-fication
|
2018-01-10 13:45:37 +01:00 |
task.c
|
Fix typo regarding byte size (#9067)
|
2017-12-27 18:33:58 +01:00 |
vasm.c
|
Fix #7976 - Fix VcjjjA
|
2017-07-21 19:02:14 +02:00 |
visual.c
|
Remove global variable and make V) a tri-state
|
2018-02-19 23:24:41 +01:00 |
vmarks.c
|
fix visual mark target address (#5637)
|
2016-08-29 20:20:10 +02:00 |
vmenus.c
|
Honor scr.color in Vbf
|
2018-02-09 13:59:27 +01:00 |
yank.c
|
Fix #8388 - Replace RIOMap::{from,to} with RAddrInterval itv.
|
2017-09-14 12:40:22 +02:00 |