21457 Commits

Author SHA1 Message Date
David CARLIER
db8ea60fed Fixing most likely a typo (#13817) 2019-04-19 09:59:15 +02:00
radare
459de680df
Fix p== in debugger (only processes current map) ##print 2019-04-19 02:08:02 +02:00
Vanellope
3b16798a64 Comments work in Disassembly panel ##panels 2019-04-18 22:26:43 +02:00
Vanellope
61e4bfda3f A few refactoring in panels 2019-04-18 19:36:13 +02:00
pancake
26e34cb015 Fix build 2019-04-18 17:22:49 +02:00
radare
4fc2a43dff
Make 'o' do the inverse of 'O' ##visual (#13808) 2019-04-18 17:12:50 +02:00
radare
c2c8af44de Do not use defines 2019-04-18 17:12:18 +02:00
Riccardo Schirone
1a6c6458b5 mach0 dylib: addr + 16 was the right address 2019-04-18 17:12:18 +02:00
Riccardo Schirone
8d302cd086 Fix r_buf_get_string implementation 2019-04-18 17:12:18 +02:00
Khairul Kasmiran
b7dd133566 no_null -> overflow 2019-04-18 22:20:43 +08:00
Florian Märkl
f5dfae611f
Remove RParse.hint to fix Segfaults ##parse (#13806) 2019-04-18 15:09:48 +02:00
pancake
2325e7f2ff Improve the lima theme 2019-04-18 14:29:10 +02:00
pancake
2b442bcc04 This LC_SYMTAB handling is wrong 2019-04-18 13:43:20 +02:00
pancake
324faaa3f0 Initial import of the esil-graph command by @condret 2019-04-18 13:35:32 +02:00
pancake
cf16cf4cd1 Add 'oba [addr] [baddr]' command handler when m != b ##bin 2019-04-18 13:16:58 +02:00
pancake
5a60b0f582 Also fix ob command to switch between different objid 2019-04-18 13:16:58 +02:00
pancake
fb8332a5f2 Fix oba command when called with only one argument ##bin 2019-04-18 13:16:58 +02:00
radare
fd863fce33
Improvements for rabin2 -H and pfo in macho ##bin 2019-04-18 11:13:59 +02:00
Vanellope
40d3f7e822 Interactive message for cursor and insert mode ##panels (#13799) 2019-04-17 22:29:37 +02:00
Vanellope
a3dfd62abd Press Enter on menu is properly fixed 2019-04-17 22:29:13 +02:00
GustavoLCR
08da188ee8 Fix print_string for Windows (#13800) 2019-04-17 22:16:57 +02:00
pancake
e10d7df600 Introduce dtdi and update help message ##traces 2019-04-17 14:06:45 +02:00
sivaramaaa
39bdf7b5e4 Added a command to edit types using cmd.editor ##types 2019-04-17 12:02:33 +02:00
GustavoLCR
38bdc772ce Fix coredump PC not being considered (#13793) 2019-04-17 11:49:28 +02:00
GustavoLCR
c6aa5754b4 Fix infinite loop and memleak in dex (#13794) 2019-04-17 11:43:04 +02:00
radare
2b55af08cf
obL is an alias for iL 2019-04-16 20:11:32 +02:00
Vanellope
bd7da1779e ioCache menu works ##panels 2019-04-16 20:10:23 +02:00
Vanellope
3bf54a4a9a Do not ask yesno for decompiler if it is not even available ##panels (#13791) 2019-04-16 20:06:02 +02:00
Vanellope
69e137d3b6 Show meaningful messages for invalid operations ##panels 2019-04-16 19:43:50 +02:00
Deepak Chethan
71dd95bb90 Rotate between call/jmp/lea in graph and panels with 'r' 2019-04-16 18:42:30 +02:00
Deepak Chethan
74d7d7635d Fix #13673: Sort column results in vbg ##visual 2019-04-16 18:41:45 +02:00
radare
8f17f58fc3
Do not use system-wide capstone when building with sys/install.sh ##build 2019-04-16 16:55:15 +02:00
Khairul Kasmiran
7b8a08aeeb "char* " -> "char *" in format.c 2019-04-16 22:38:29 +08:00
MK
61680079a7 Code refactoring the theme based colorization to reduce derefs ##cons 2019-04-16 15:56:41 +02:00
radare
d999a3d056
Add scr.square and implement the prc= command ala pz,p=.. ##print 2019-04-16 13:47:22 +02:00
Mert Degirmenci
23885d9a06 Add scr.confirmquit to actually "Confirm on quit" ##core 2019-04-16 13:45:36 +02:00
Khairul Kasmiran
15d71ffce6 Add to pfj z TODO comment 2019-04-16 18:31:44 +08:00
Deepak Chethan
1b529c4282 Fix #13713 - vr rotates between JMP, CALL and DATA reference hints ##visual 2019-04-16 10:09:43 +02:00
condret
277b26f97c Fix esil test that I broke yesterday (#13777) 2019-04-16 09:34:25 +02:00
GustavoLCR
33e045762e Fix #13674 - Graph nodes doesn't need to be updated if there aren't any 2019-04-16 09:32:59 +02:00
tick
e4c9b10533 Added missing help text for 'db*' command (#13774) 2019-04-16 01:53:01 +02:00
Vanellope
8a083a0b09 n/N splitting a panel vertically/horizontally with new user input cmd ##panels 2019-04-15 22:32:33 +02:00
David CARLIER
00a6a1b563 Fixing possible dangling pointer for str empty macro (#13769) 2019-04-15 18:24:37 +02:00
Khairul Kasmiran
881ad9def2 #if-0 out some not-working-as-expected code 2019-04-15 23:01:19 +08:00
radare
6fb6bccfbc
Implement 'less' command and add 'l?' command ##print 2019-04-15 15:10:29 +02:00
Khairul Azhar Kasmiran
d512b9c0a0 pfj z honors size (#13761) 2019-04-15 13:36:47 +02:00
Riccardo Schirone
820e3dbe73
Improve r_buf_buffer and remove r_buf_get_at (#13676)
* Make r_buf_buffer return a ut8 and the associated size of the buffer
* Remove r_buf_get_at uses and make it static
2019-04-15 13:24:15 +02:00
radare
3d6f20bb67
@b: overrides the anal hints again (#13756) 2019-04-15 13:23:02 +02:00
radare
6921aee8d8
Move pava from core to print and honor it in pxa ##print 2019-04-15 13:22:27 +02:00
Khairul Kasmiran
df4a3b7e76 "char * " -> "char *" in format.c 2019-04-15 18:49:14 +08:00