5038 Commits

Author SHA1 Message Date
pancake
7c3f3cc1d6 Build capstone with -g 2014-07-02 02:57:18 +02:00
pancake
57b199789d Reread block after undo seek. Fixes dbg.status issue 2014-07-02 02:53:50 +02:00
pancake
fe8b4db8c6 Add dbg.status to display drd and pi on prompt 2014-07-02 02:36:41 +02:00
pancake
64e473ea2e Remove noisy printf 2014-07-02 02:00:25 +02:00
pancake
e7f40ee8cf Fix 'tf' 2014-07-02 01:37:44 +02:00
pancake
91be226776 Set num->value '?v' depending on 'db' success 2014-07-02 01:16:34 +02:00
pancake
3802b3a358 Fix #791 - https://github.com/radare/radare2/issues/791 2014-07-02 01:15:18 +02:00
LemonBoy
c4d671c3cd Don't require the base address to be aligned, fixes #1053 2014-07-02 00:31:34 +02:00
pancake
5edb5132bd Fix #557 - Handle nested structs and more basic C types in 't' 2014-07-01 23:59:44 +02:00
pancake
036873a9b7 Fix RBin flag strings issue and name filtering 2014-07-01 22:43:28 +02:00
pancake
44556fe246 Fix code analysis on debugger (r_core_io_reat_at issue) 2014-07-01 17:01:52 +02:00
pancake
3bf30c8baf Fix build on w32 2014-07-01 14:42:50 +02:00
pancake
151d56869e Workaround blkdevice size on XNU 2014-07-01 14:37:53 +02:00
jvoisin
3f7ce70081 Fix CID 1224289 2014-07-01 11:15:59 +02:00
zlice
12f4167a65 Changed switch/case orders - added syscall and break 2014-06-30 15:02:41 -04:00
Jody Frankowski
c875ec084e Colorize cmd info 2014-06-30 12:25:46 -04:00
LemonBoy
9208946109 Add support for UTF-8 and better WChar strings in RBin
- Better string recognition.
- Better wchar string detection
- UTF-8 helpers. Better string detection.
- Break on invalid sequences
- Fix the vaddr translation. Misc fixes
2014-06-30 16:39:24 +02:00
pancake
f0c58df2e8 Update capstone-next to get some x86 disasm fixes 2014-06-30 02:01:47 +02:00
pancake
d87ca43656 Fix #997 - Can't assemble xor eax,eax on 64bit 2014-06-30 01:46:34 +02:00
pancake
a12667a98a Fix mips-asm for 'R' types and remove '$' from mips.cs regs 2014-06-30 00:10:07 +02:00
zlice
df8f52a837 Fixed R opcodes 2014-06-29 23:14:03 +02:00
zlice
2141581329 Dont think theres an a7 register in mips 2014-06-29 23:14:03 +02:00
zlice
04260bbce4 Added more mips assembler instructions 2014-06-29 14:07:21 +02:00
jvoisin
70dc77f9c7 Fix a stupid mustake in bed307e 2014-06-28 22:52:08 +02:00
jvoisin
bed307e818 even moar colorz in help 2014-06-28 16:35:15 +02:00
jvoisin
2ddb3c90e9 Refactor (once again) rsa-find. 2014-06-28 15:16:35 +02:00
pancake
0ebfd4c642 Update radare2.spec (still not working) 2014-06-28 02:06:15 +02:00
pancake
fefe2e6cdf Handle mips assembler from the capstone plugin 2014-06-27 16:38:06 +02:00
pancake
ab05fbd9d3 Fix r_reg_next_diff (thanks defragger!) 2014-06-27 15:33:25 +02:00
pancake
a9907ec4f5 Fix udis86 regression
$ rasm2 -o 0x100005f8f -a x86 -b32 -d e800000000
call 0x5f94

$ rasm2 -o 0x100005f8f -a x86.cs -b32 -d e800000000
call 0x100005f94
2014-06-27 03:34:23 +02:00
pancake
6767e7f8ef Add radare2 spec file 2014-06-27 00:19:34 +02:00
pancake
6863da3df3 Ignore sections at vaddr=0 (fixes some crappy elfs) 2014-06-27 03:10:09 +02:00
pancake
42617b6cef Colorize S? and shrink sz/vsz from %08 to %04 2014-06-27 01:43:04 +02:00
pancake
3dfadc0b30 Fixed several issues on PE/ELF/MACH0
- relocs, entry0 vaddr and baddr
- fix tiny.elf crash (null deref on *bin ptr)
2014-06-27 01:20:54 +02:00
pancake
65a5d2b5d5 Fixes rarun2 for HaikuOS 2014-06-26 16:22:08 +02:00
pancake
994d2089e8 Fix FreeBSD build (thanks JR!) 2014-06-26 14:17:35 +02:00
pancake
e321c0e62c Add RReg bufdiffing apis to retrieve list of modified regs 0.9.8-rc3 2014-06-26 12:18:45 +02:00
pancake
b5dfb81da8 Fix #1073 - anal reg profile used even on debug mode when switching asm.bits 2014-06-26 10:27:10 +02:00
condret
f5b8036900 Add *= and /= for esil 2014-06-26 00:47:08 +02:00
pancake
33eadc9907 Fix esil last char bug 2014-06-25 23:17:57 +02:00
Anton Kochkov
17b07d4623 Remove -fPIC for cygwin builds - stage 2 2014-06-25 21:32:03 +04:00
pancake
c320ed08bd Colorize 'f?' command 2014-06-25 18:57:34 +02:00
Anton Kochkov
a606139ac0 More fixes for cygwin builds 2014-06-25 20:06:14 +04:00
pancake
1533c31a2f Fix #1071 - rename constants 2014-06-25 18:02:36 +02:00
pancake
8411034b4e Handle HOME/END keys in VTE 2014-06-25 17:32:36 +02:00
Anton Kochkov
bf088d43bd Fix libr_util building for Cygwin 32bit (gcc 4.7.3) 2014-06-25 18:17:34 +04:00
pancake
2490e54e77 Add asm.syntax=regnum (alias for capstone NOREGNAME) 2014-06-25 15:44:33 +02:00
Anton Kochkov
5921a415dc Disable -fPIC for cygwin builds 2014-06-25 17:42:19 +04:00
Anton Kochkov
1f05d9e5dc Fix libr_cons building on cygwin 2014-06-25 16:52:01 +04:00
pancake
daab3440ca Ignore cygwin hints for capstone 2014-06-25 14:42:13 +02:00