5803 Commits

Author SHA1 Message Date
pancake
02893547c3 Enhace ascii art 2014-09-18 18:21:44 +02:00
pancake
13537e9e8b Add OSX package script 2014-09-18 18:21:44 +02:00
dso
e2afa84443 Update radiff2.c 2014-09-18 09:03:42 -05:00
dso
0761955fdb Update rahash2.c 2014-09-18 09:02:49 -05:00
dso
17cc18fad0 Update lang.c 2014-09-18 09:01:33 -05:00
Adam Pridgen
135c62fb5d Fixing *most* warnings related to the change in r_file_slurp 2014-09-17 22:37:54 -05:00
pancake
2fb53d80e6 Add aa0, aa? and aa* commands (aa now runs afna by default) 2014-09-17 23:54:36 +02:00
deeso
3adb00621b Fixing the issue where file size exceeds size of an integer 2014-09-17 23:53:25 +02:00
condret
452669d941 more cleanup in r_core_block_read 2014-09-17 23:32:59 +02:00
pancake
a50af2ad22 Fix step over left breakpoint 2014-09-17 17:57:30 +02:00
LemonBoy
76fa1fac1c Reap the breakpoint list correctly 2014-09-17 17:57:27 +02:00
LemonBoy
35945e059c Use the computed register size when requesting registers from host.
Fix a handful of warnings.
2014-09-17 17:57:24 +02:00
LemonBoy
9a90664b2a Fix r_debug_step_over 2014-09-17 17:57:21 +02:00
LemonBoy
9fa0766f21 More error checking 2014-09-17 17:57:17 +02:00
LemonBoy
f1bf11275a Optimize r_debug_continue_until 2014-09-17 17:57:11 +02:00
LemonBoy
707089c3a9 Fix various debugger operations. Fix a ptrace-related bug. 2014-09-17 17:57:08 +02:00
pancake
442475a690 Switch to GNU for ARM
- anal.arm.cs - have a crash that needs to be found and fixed
- asm.arm.cs - show negative destination addresses sometimes
2014-09-17 17:53:50 +02:00
Jody Frankowski
0b15a410d9 Fix coverity found memleaks in flirt.c. Remove confusing defines 2014-09-17 16:55:39 +02:00
Skia
be6f55b772 Make the [] in pf work like an array (#1349) 2014-09-17 15:58:44 +02:00
Skia
f21748d465 Make the code cleaner and more readable in pf 2014-09-17 15:58:38 +02:00
Torben Nielsen
c9ea8bc718 Trying to fix issue #1354: Program memory width is 16 bit, JMP/CALL addresses should be converted to 8 bit memory width when disassembling. 2014-09-17 15:40:58 +02:00
pancake
90dad36646 Fix w32 build (oops dislexia) 2014-09-17 15:37:30 +02:00
defragger
51b6112925 fixes the w32 native debugging and error messages 2014-09-17 15:26:00 +02:00
pancake
ce2483f637 Use RCons in 'ik' (fix some tests) 2014-09-17 15:23:56 +02:00
pancake
73743ae5ae Fix a regression in previous elf change 2014-09-17 15:19:40 +02:00
condret
33748aa172 tiny cleanup in r_core_block_read // I'm not finished here 2014-09-17 15:13:18 +02:00
pancake
9be7cc789c Fix the rest of fuzzed elfs crashes 2014-09-17 13:28:30 +02:00
pancake
ae06dc24b5 Fix file2 and file3 fuzzed ELF files 2014-09-17 11:01:36 +02:00
pancake
7695404e6b Only anal.next if address within an executable section 2014-09-17 10:42:54 +02:00
pancake
cc74ade290 Fix VB title issue 2014-09-17 10:36:38 +02:00
pancake
92856e0e37 Fix visual disasm for arm.gnu plugin 2014-09-17 10:30:59 +02:00
condret
effa16c871 add new color-profile: focus 2014-09-17 01:52:30 +02:00
condret
14d1a37ab6 fix f.- ; do not try to free the stack 2014-09-17 00:57:18 +02:00
pancake
dec5580bf4 Fix some ELF OOB crashes (thanks @maijin for reporting) 2014-09-17 00:09:00 +02:00
condret
8298ca2bc9 fix renaming functions from the hud 2014-09-17 00:14:44 +02:00
pancake
a902835536 Fix bugs in esil for arm.cs/x86.cs and a crash in arm.cs esil and pie 2014-09-16 23:36:43 +02:00
pancake
800615faf7 Fix many x86.udis86 ESIL expressions 2014-09-16 23:02:58 +02:00
condret
f4a1b0a3bd fix #1366 and make r_io_close keeping the current desc if it does not get close 2014-09-16 23:12:37 +02:00
pancake
5290277ebd Implement 'pie' to disasm code and esil at the same time 2014-09-16 22:32:15 +02:00
Jonathan Neuschäfer
a6a062a7a1 Fix -1 calculation in rpnesil.c
It calculated bit-2 mod 0x40, because 0x3e == 0x40-2.
2014-09-16 22:35:26 +02:00
pancake
de61bfda4c Fix #1365 - esil negative value in mov 2014-09-16 21:58:02 +02:00
defragger
fdceb6373c fixes the 16bit issue, we still need to improve the performance here 2014-09-16 16:07:16 +02:00
futex
d2cd30b7cb add setne instruction
add setne instruction
2014-09-16 15:22:57 +02:00
pancake
da4563aa5e Update capstone 2014-09-16 05:53:23 +02:00
pancake
271fb166df Fix more issues on /E and esil ret values 2014-09-16 01:24:34 +02:00
pancake
f3f7fbbb23 Fix /E 2014-09-16 00:59:21 +02:00
pancake
ed8fb312ed Implement izzj and izz* 2014-09-15 23:49:51 +02:00
pancake
4c133d5891 Implement 'izz' (quick-mode-on) 2014-09-15 23:47:23 +02:00
Skia
951c07b03e Make pf* work and Fix #1349 in pf 2014-09-15 23:07:01 +02:00
pancake
058cae62f2 Set new separator for nested struct in pf 2014-09-15 22:56:31 +02:00