2 months ago pancake * More split of core/cmd.c default tip
2 months ago pancake * Split libr/core/cmd.c
2 months ago pancake * Fix lot of regressions in command parsing
3 months ago pancake * Fix --without-ewf
3 months ago pancake * Honor STRIP for android build
3 months ago pancake * Search in io.va is broken
3 months ago pancake * Fix static build (thanks @pof for reporting)
3 months ago pancake * Do not show comment for nop arm opcode disasm
3 months ago pancake * More fixes in the code analysis loops
3 months ago pancake * Fix x86olly disassembler %d and 0x%08x
3 months ago pancake * Traps and unknown jumps are now end-of-block opcodes
3 months ago pancake * remerge
3 months ago pancake * merge heads
3 months ago pancake * Use r_list_foreach[_safe] where appropriate.
3 months ago pancake * Apply rudi_s patches
3 months ago pancake * Some fixes for the code analysis (still wrong, but at least ^C)
3 months ago pancake * Fix some warnings reported by the farm
3 months ago pancake * rudi_s: Add r_list_foreach_safe() which is safe when deleting elements
3 months ago pancake * Fix w32 build
3 months ago pancake * add support for floating point arithmetics in r_num_calc
3 months ago pancake * Use r_num_calc() for math.. slower but honors parenthesis
3 months ago pancake * apply rudi_s patch fixing multiple bugs
3 months ago pancake * Fix o- segfault
3 months ago pancake * Show error if no hud file found
3 months ago pancake * Fix backspace key in visual hud on Linux
3 months ago pancake * Added 'om' command to create, destroy and list IO maps
3 months ago pancake * Honor r_io_map in r_io_read()
3 months ago pancake * Force absolute path for libraries in OSX
3 months ago pancake * Fix dr?pc
3 months ago pancake * Add Simon Ruderich patch adding pager support to r_cons (thanks!)
3 months ago pancake * Fix segfault in m68k disassembler
3 months ago pancake * Add build timestamp in r2 -v
10 months ago pancake * Fix segfault in OpenBSD when opening empty files
3 months ago pancake * Fix segfault in xtr_fatmach0 on small files
3 months ago pancake * Add 16 segment addressing mode
3 months ago pancake * Fix overflow in r_cons (thanks rudi_s)
3 months ago pancake ** Apply Simon Ruderich patch with few modifications
3 months ago pancake * Initial support for the z80 CPU
3 months ago pancake ** Apply patch from Simon Ruderich (thanks!)
3 months ago pancake * Remove tests/ and use r2-regressions from vext01 github
3 months ago pancake * Fix -n help message as reported by rudi_s
3 months ago pancake * Fix build + initial work on z80 asm/dis
3 months ago pancake * Build the ewf plugin if requested
3 months ago pancake * Added m68 disassembler and code analysis
3 months ago pancake * Fix output of search command (fix regression test)
3 months ago pancake * Fix nullpointer checks in p/bin p9, pe and pe64 when
3 months ago pancake * Fix opening files with spaces in name from r2 prompt
3 months ago pancake * Apply two patches from flux (thanks!)
3 months ago pancake * Fix build
3 months ago pancake * Add ?ip and r_cons_hud_path()
3 months ago pancake * fast hack to fix the ff25 x86-64 opcode analysis
3 months ago pancake * Fix make install for hud (thanks l0gic)
3 months ago pancake * Fix build
3 months ago pancake * Some usability enhacements for the visual hud
3 months ago pancake * Initial import of the hud input method for the visual mode
3 months ago pancake * Add asm.tabs for bearuty for free (enable by default?)
4 months ago pancake * Handle ^C in 'af' code analysis
4 months ago earada * Ops
4 months ago earada * Fix bugs reported by @vext01
5 months ago earada * Fix segfault in cmd_flag