Commit Graph

7246 Commits

Author SHA1 Message Date
pancake
a5a211c1d9 r2 -k is now -o, and -k perform sdb queries 2015-01-31 03:51:01 +01:00
pancake
0064ce9591 Add vim2r2.js script to convert vim themes for r2 2015-01-31 03:43:43 +01:00
pancake
516babd99f Oops. Fix previous commit 2015-01-31 02:11:32 +01:00
pancake
f2351636fe Fix r_cons_readline() signature and some code cleanup 2015-01-31 00:50:05 +01:00
pancake
3122614cc8 Fix #2012 - Support underscore in project names 2015-01-31 00:49:48 +01:00
jvoisin
249fb839fe Coverifix 2015-01-30 22:51:01 +01:00
r0nk
63f5d0299b Documentation update about static libraries and licensing 2015-01-30 19:44:30 +01:00
pancake
21f857a057 Trace code with dc too, not only ds (thanks @earada) 2015-01-30 19:07:33 +01:00
skuater
79e6dc5dd8 Fix WinDBG crash and fix Windows client support 2015-01-30 10:56:49 +01:00
pancake
ef07bb63e8 Fix #1995 - div by zero issue in DWARF parser 2015-01-30 02:51:29 +01:00
Alvaro Muñoz
c24a16f51d some checks for pd -xx segfault 2015-01-30 02:10:24 +01:00
pancake
4d1a555dbc Handle debug tracing information in ESIL steps 2015-01-30 02:07:47 +01:00
pancake
d15d4daa25 Fix VV stepping with esil. Code cleanup in cmd_anal.c 2015-01-30 01:55:21 +01:00
pancake
69785d39ba Cleanup core/{cmd_debug,config}.c (-24LOC) 2015-01-30 00:56:37 +01:00
pancake
5786212989 x86.cs: identify PUSH vs UPUSH 2015-01-30 00:54:28 +01:00
pancake
7d3381568a Show tracing information in afb 2015-01-30 00:36:15 +01:00
pancake
918d2a3144 Fixes for autofunction name 2015-01-30 00:22:48 +01:00
pancake
9dda6c9fc5 Preserver black background when randomizing colors 2015-01-30 00:18:43 +01:00
pancake
a4cd6db606 Add anal.bbsplit (=true) fixing basic block split analysis
- Thanks @earada for reporting!

	$ cat /tmp/analbug.r2
	wx 5589e583ec04837d08027507b802000000eb0b8b4508890424e8d7ffffffc9c3
	e anal.bbsplit=true
	af
	afb
	# pdr

	$ r2 -qni /tmp/analbug.r2 -
	0x00000000 0x0000000c 12 j 0x00000013 f 0x0000000c
	0x00000013 0x0000001e 11 j 0x0000001e
	0x0000000c 0x00000013 7 j 0x0000001e
	0x0000001e 0x00000020 2
2015-01-29 23:27:18 +01:00
pancake
e55ef93b0d Rename afb->afB and afbb->afb for simplicity 2015-01-29 13:41:38 +01:00
pancake
5f6217254c Implement afbb to list basic blocks of function (see also afbbq, afbbj and afbb*) 2015-01-29 13:33:33 +01:00
pancake
0bc397d5ce Revert -Wno-initializer overrides 2015-01-29 12:30:07 +01:00
pancake
aa1fa2bc62 Fix some COVs 2015-01-29 12:16:37 +01:00
pancake
8c1cdc2052 FIx iD help and minor dwarf check 2015-01-29 03:19:32 +01:00
pancake
7222afae60 Add oa in o? help message 2015-01-29 03:05:29 +01:00
Skia
e713f16b28 Fix flags in pf 2015-01-29 02:59:19 +01:00
Jeffrey Crowell
19cfefeec0 Fix crash in DWARF parser.
closes #2000
2015-01-29 02:47:46 +01:00
pancake
b04d0f257a Fix #2005 - Fix so -1 2015-01-29 02:49:04 +01:00
pancake
0cb78f973e Fix #2004 - filter flag names in dm* 2015-01-29 02:25:00 +01:00
pancake
d1a21cd059 Fix uninitialized access issue in bin.xbe 2015-01-29 02:14:09 +01:00
pancake
c3fa626a45 Build sdb with proper gcc flags to avoid tons of warnings in js0n.c 2015-01-29 02:05:49 +01:00
Ryan Hileman
41a3532f94 add ?d. command 2015-01-29 01:57:24 +01:00
skuater
1ad95fd468 Implement PipeIO for WinDBG on Windows 2015-01-29 01:49:53 +01:00
pancake
039858fd86 Fix r2 -B, rabin2 -B, Implement oa command
- Now it is possible to load binfiles from debugger memory
* Base address is now honored properly. But it needs more testing
2015-01-29 01:45:39 +01:00
pancake
c8dbff1374 Fix #2002 - Handle analop.ptr in relative LEAs for x86.cs 2015-01-28 22:30:47 +01:00
pancake
8f14b700d2 Add asm.fcncalls to show/hide function calls 2015-01-28 17:05:18 +01:00
Jeffrey Crowell
ead2bdcf50 Fix crash with negative length in whitespace
closes #1997
2015-01-28 12:04:21 +01:00
pancake
5064a640fa Initial de-grub-ization of r_fs. DOS partition parser
- Implement simple LGPLd DOS partition parser
2015-01-28 04:34:53 +01:00
condret
c544b803f7 fix some esil-strings and foo 2015-01-28 00:04:43 +01:00
pancake
570f62421f Remove io/haret plugins (moved to r2e) 2015-01-27 18:35:48 +01:00
condret
2828ca508c add alternative LGPL z80-disassembler 2015-01-27 18:33:03 +01:00
pancake
fb970bebb9 Honor LDFLAGS in more places (Thanks Gentoo guys for noticing)
https://bugs.gentoo.org/show_bug.cgi?id=391751
2015-01-27 17:46:56 +01:00
pancake
62f2773b69 'exit' or empty line to quit remote shell mode from r2 -C 2015-01-27 17:06:01 +01:00
pancake
0e590bdd92 Implement !sh shell inside r2 -C 2015-01-27 17:03:33 +01:00
jvoisin
1a17b5b420 Coverifix++ 2015-01-27 16:03:18 +01:00
pancake
6de4e32000 Implement 'o=' command like 'S=' 2015-01-27 15:35:42 +01:00
pancake
bd4db7b966 Initialize swapped stack arena and implement 'aeis' ESIL stack emulation helper 2015-01-27 12:46:15 +01:00
pancake
3c784f62cf Bump for Cydia 2015-01-27 00:20:52 +01:00
XVilka
94a7ca141c 256 colors support in cygwin 2015-01-26 21:41:57 +03:00
XVilka
80d016e0ed Fix a typo in the previous commit 2015-01-26 20:01:48 +03:00