7743 Commits

Author SHA1 Message Date
Jeffrey Crowell
c2fb073629 s/analize/analyze 2015-09-28 23:28:48 -04:00
pancake
17834903be Enhace V! Visual Panels with scroll and colors 2015-09-29 04:26:00 +02:00
pancake
8f460d03d2 Esilify some more Thumb instructions 2015-09-29 01:17:06 +02:00
pancake
8c445baa19 Better MBN/SBL header checks 2015-09-29 00:52:05 +02:00
pancake
5ecd98305e Add support for MBN/SBL roms, fix 11acb8392, binsect->has_strings 2015-09-29 00:42:31 +02:00
Riccardo Schirone
ae9e42d159 core/bin: add m bit in 'iS'
core/bin: simplify bin_imports + simplify bin_sections
2015-09-28 22:52:26 +02:00
Riccardo Schirone
11acb8392e core/cmd_print: add newline to make output visible 2015-09-28 20:39:08 +02:00
Riccardo Schirone
6a389cb601 core/disasm: re-enable hints during disasm 2015-09-28 17:22:06 +02:00
pancake
67daa4c07a Drop comments from dot graphs 2015-09-28 16:09:24 +02:00
pancake
ce1087999c Fix another infinite loop in PE #3369 2015-09-28 13:06:51 +02:00
Riccardo Schirone
5e457877f1 socket/Makefile: link util library also in android 2015-09-28 12:47:00 +02:00
pancake
b20ada6641 Fix #3383 - ~/.config/radare2/bin in path 2015-09-28 12:03:19 +02:00
pancake
3c78218da3 Fix crash in ds->hint 2015-09-28 11:21:23 +02:00
Riccardo Schirone
e6f01e162c core/graph: handle functions with no basic blocks
fix #3381
2015-09-28 10:18:26 +02:00
pancake
fa238ae3c0 Show hexvalues in drr/pxr 2015-09-28 03:36:03 +02:00
pancake
8dad09e24e Fix #3365 - afvn was not working 2015-09-28 03:28:21 +02:00
pancake
ec5bab3692 Fix another bug in strbuf 2015-09-28 03:20:53 +02:00
pancake
bccdb8d347 Fix memleak and null-terminated string bug in drr/pxr 2015-09-28 03:07:34 +02:00
pancake
06f159239a Fix mz crash reported by @jvoisin 2015-09-28 02:52:56 +02:00
pancake
c7c0961071 Fix #3369 - omf parser crash 2015-09-28 02:32:38 +02:00
pancake
bff8c1d264 Fix some possible null-deref and merge drr/pxr internals 2015-09-28 02:28:20 +02:00
pancake
c94dd22f4d Enhace drr, also arr. add dbg.slow and better debugmap names in xnu 2015-09-28 02:04:08 +02:00
pancake
50340be871 Fix #3376 - Implement immbase anal hint 2015-09-28 01:00:06 +02:00
condret
33d5cf0cc0 fix adc/sbc for gb 2015-09-28 00:32:45 +00:00
Riccardo Schirone
191c454a61 core/bin: big refactoring and code cleanup 2015-09-27 17:46:41 +02:00
Riccardo Schirone
8f8e7d52fd socket/run: add support for redirection to another process 2015-09-27 17:45:28 +02:00
Maijin
b73fb41cfc Add mem to nes plugin 2015-09-27 17:44:10 +02:00
pancake
da3264250c Honor ^C in aae 2015-09-25 18:38:16 +02:00
pancake
e8e1aa321b Optimize mips, ppc, sparc and xcore analysis plugs 2015-09-25 16:58:31 +02:00
pancake
8da6aaf145 Fix #3364 - restore blocksize after p 2015-09-25 10:53:19 +02:00
pancake
8f79f82048 Fix 0576be2359e26c816c30da4f31bf31e8bdd941b2 2015-09-25 10:49:27 +02:00
pancake
ff0e2724a1 Debugger, Write, HVSplit in material WebUI and more 2015-09-25 03:57:48 +02:00
jvoisin
3abab8526b Fix some possible NULL-deref under memory-pressure 2015-09-25 02:13:58 +02:00
jvoisin
0576be2359 Small optimizations and coverity-- 2015-09-25 01:51:29 +02:00
Ricardo Quesada
8e50ad6552 6502 esil: implements rol,ror
TODO. Missing 6502 opcodes:

 - ADC
 - SBC
 - CMP
 - CPX
 - CPY
2015-09-24 13:49:52 -07:00
pancake
9232abe9e4 Fix iOS build 2015-09-24 18:35:35 +02:00
Ricardo Quesada
5724e6da79 esil 6502 fixes
sp is an 8 bit register. stack starts on 0x1ff = sp + 0x100
jmp,jsr,rts fixes
more compliant with the radare coding guidelines
2015-09-24 09:53:32 +02:00
jvoisin
fce2326c06 Implement wao trap 2015-09-24 09:53:00 +02:00
pancake
94f5bdd6be Fix radeco and ppcmdisasm r2pm packages 2015-09-24 04:03:19 +02:00
pancake
cd767ccaf4 Fix Android build 2015-09-24 03:36:06 +02:00
pancake
b622845324 Fix arm.cs plugin 2015-09-23 23:23:26 +02:00
pancake
14eb6e7d8d Speedup x86 and ARM analysis modules based on Capstone 2015-09-23 22:46:42 +02:00
qnix
55146f4ab1 6502: illegal/undocumented instructions 2015-09-23 22:21:11 +00:00
pancake
3998132e7b Fix #3357 - invalid range error when analysing a 3 byte length file 2015-09-23 17:57:40 +02:00
pancake
ae2713e944 Fix PE regression 2015-09-23 15:23:36 +02:00
pancake
d1f3dc3e08 Some more fixes for exports and PE 2015-09-23 15:01:36 +02:00
pancake
46f8561986 Fix rabin2 -E crash and filter in elf 2015-09-23 13:24:10 +02:00
pancake
72d442931d Fix #3191 - Fix // to repeat last search 2015-09-23 13:04:15 +02:00
pancake
bbf7a2221c Fix #3270 - Implement esil.exectrap 2015-09-23 12:46:22 +02:00
pancake
34811ad84e Fix #2416 - Add iE and rabin2 -E to list exports 2015-09-23 12:23:03 +02:00