radare2/libr/core
t1t0 6e87777b69 Displaying chunk flags as bits ##debug
The 'display' routine of the malloc_chunk should display each field of
flag field as bits.

So prior to this proposal, `dmhc` could yield following information:

```
struct malloc_chunk @ 0x7f5462ed4000 {
  prev_size = 0x0,
  size = 0x1112000,
  flags: |N:4 |M:2 |P:1,
```

The flags should be displayed as: `flags: |N:1 |M:1 |P:1`
2019-03-14 11:50:36 +01:00
..
i Rewrite RSpaces to use RBTree and remove use of indices everywhere (#12904) 2019-01-28 16:41:42 +01:00
p Initial WIP implementation of sync using http and T ##sync 2019-01-13 03:42:56 +01:00
anal_objc.c Remove most warnings during compilation 2019-02-14 10:40:25 +01:00
anal_tp.c Show call hints and propagate types for indirect calls to imp symbols (#13350) 2019-03-13 14:37:00 +01:00
blaze.c Honor op mask in r_core_anal_op 2018-06-10 03:17:33 +02:00
canal.c Fix null string issue in afi and add afcf in afij ##anal 2019-03-08 10:08:48 +01:00
carg.c Almost completely kill RIOSection from io and core (-218LOC) ##refactoring 2019-01-13 03:07:51 +01:00
casm.c Fix Segfault when executing /cj without args (#12961) 2019-01-31 09:17:31 -06:00
cbin.c Remove redundant key in anal/cc ##anal (#13346) 2019-03-11 13:52:57 +05:30
cconfig.c Compute file hashes on request via it and compare if has changed ##bin 2019-03-09 17:36:59 +01:00
cfile.c Add iF to show file hash and related refactoring ##bin 2019-01-24 17:34:00 +08:00
cio.c Almost completely kill RIOSection from io and core (-218LOC) ##refactoring 2019-01-13 03:07:51 +01:00
cmd_anal.c Remove redundant key in anal/cc ##anal (#13346) 2019-03-11 13:52:57 +05:30
cmd_api.c Fixes for the android build and related warnings 2019-01-21 12:10:33 +01:00
cmd_cmp.c Fix #13301 - Fix crash when unicode support is enabled ##windows 2019-03-13 13:39:02 +01:00
cmd_colon.c Add cfg.log.events=false by default ##config 2019-01-13 03:42:56 +01:00
cmd_debug.c Implement graph.trace and improve dt+ with dt++ for abt ##graph 2019-03-08 10:08:48 +01:00
cmd_egg.c
cmd_eval.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_flag.c Make function to allow grabbing the flags by order of importance in flagspace ##core 2019-03-05 23:43:49 +01:00
cmd_hash.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_help.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_info.c Compute file hashes on request via it and compare if has changed ##bin 2019-03-09 17:36:59 +01:00
cmd_log.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_macro.c
cmd_magic.c Honor search.maxhits in /m (#11609) 2018-09-21 16:32:25 +02:00
cmd_meta.c Use RSpaces in RFlag ##refactor 2019-02-03 09:06:45 -06:00
cmd_mount.c Fix #11112 - Rename {srwx,flags,perms} to perm. (-21 LOC) 2018-09-22 11:31:45 +02:00
cmd_open.c Fix crash when executing om (#13362) 2019-03-12 20:10:45 +01:00
cmd_print.c Make function to allow grabbing the flags by order of importance in flagspace ##core 2019-03-05 23:43:49 +01:00
cmd_project.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_quit.c
cmd_search_rop.c
cmd_search.c Typo immbediate -> immediate ##docs 2019-02-04 14:29:13 +01:00
cmd_seek.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
cmd_type.c Fix #13247 - tn and tn- commands ##types 2019-03-04 03:22:26 +01:00
cmd_write.c Use r_return in RAsm APIs and fix some regressions ##asm 2019-02-04 00:25:27 +01:00
cmd_zign.c Introduce anal.verbose and set http.verbose and bin.verbose to false ##core 2019-03-06 11:26:37 +01:00
cmd.c Fix #13302 - Add .* as an alias for #!pipe but trimming in first space 2019-03-07 00:38:21 +01:00
core.c Added missing autocompletions for breakpoints related commands ##cons (#13371) 2019-03-14 01:05:04 +01:00
corelog.c Initial WIP implementation of sync using http and T ##sync 2019-01-13 03:42:56 +01:00
cundo.c
disasm.c Show call hints and propagate types for indirect calls to imp symbols (#13350) 2019-03-13 14:37:00 +01:00
fortune.c Several improvements in the Visual mode (help, tabs, ...) ##visual 2019-01-02 02:09:31 +01:00
gdiff.c Pass RAnal instead of rbtree to fcn rbtree api ##refactor 2019-03-03 12:28:36 +01:00
graph.c Improve interactive graph title with function signature ##graph 2019-03-08 10:08:48 +01:00
hack.c Implement 'wao jinf' to assemble infinite loop instruction ##asm 2019-01-26 12:08:04 +08:00
libs.c Fix musl build (required for Alpine) 2018-12-18 18:24:09 +01:00
linux_heap_glibc.c Displaying chunk flags as bits ##debug 2019-03-14 11:50:36 +01:00
linux_heap_jemalloc.c Refactoring RBin.open/close and RBinOptions ##bin 2018-11-07 17:22:41 +01:00
Makefile Initial implementation of the 'aao' command ##anal 2019-01-29 13:27:29 -06:00
meson.build Initial implementation of the 'aao' command ##anal 2019-01-29 13:27:29 -06:00
panels.c Trim decompiler text in graph nodes ##graph 2019-03-04 12:42:32 +01:00
patch.c Add braces to if, else, for, while ... (#11504) 2018-09-13 10:17:26 +02:00
plugin.c s/deinit/fini/g 2018-05-27 15:55:33 +02:00
project.c Few code cleanups (#13369) 2019-03-13 13:47:34 +01:00
pseudo.c Implement visual decompiler and fix the RConfigHold API ##disasm 2019-03-04 02:44:13 +01:00
rtr.c Further usage of thread debug (#13359) 2019-03-13 10:47:57 +01:00
task.c Make RCons.is_interactive() into the RConsContext and improve loading projects in tasks ##cons (#13132) 2019-02-18 06:20:01 +01:00
vasm.c Fix #11340 - Visual Assembler not writing 2018-09-02 03:05:14 +02:00
visual_tabs.inc Improve visual tabs switch with decompilation mode ##visual 2019-03-05 11:08:41 +01:00
visual.c Compute file hashes on request via it and compare if has changed ##bin 2019-03-09 17:36:59 +01:00
vmarks.c Several improvements in the Visual mode (help, tabs, ...) ##visual 2019-01-02 02:09:31 +01:00
vmenus_graph.c Several improvements in vbg ##visual 2019-03-12 09:57:28 +01:00
vmenus_zigns.c Initial implementation of the visual zignatures in vbz ##sign 2019-01-26 08:29:08 -06:00
vmenus.c Save changed bytes after modifying their bits in vd1 ##visual 2019-03-13 13:38:05 +01:00
yank.c Update yank.c (#12787) 2019-01-15 09:17:21 +01:00