Commit Graph

10411 Commits

Author SHA1 Message Date
Maijin
5bfa1ce4e3 Add binr/ranal2/ranal2 in .gitignore
Add binr/ranal2/ranal2 in .gitignore
2016-02-27 19:24:52 +01:00
pancake
35af84c978 Implement pxd[#] for signed num dumps 2016-02-27 18:36:28 +01:00
Álvaro Felipe Melchor
212169afb1 fix oob read in r_anal_esil_parse 2016-02-27 18:01:45 +01:00
pancake
0f21114112 Initial implementation of ?vi[1248] to compute signed integer values 2016-02-27 17:58:32 +01:00
pancake
c8abef97ea Fix base64 decoding overflow in rax2 2016-02-27 16:10:02 +01:00
Riccardo Schirone
fa2f6ba56e anal/op: fix get_used_var to really get the used local var in inst 2016-02-27 15:30:11 +01:00
pancake
b5f3b0fc7f Bump sdb 2016-02-27 15:29:02 +01:00
pancake
972f23a2d2 Use HEAD instead of @ to avoid issues with ancient gits 2016-02-27 15:10:34 +01:00
pancake
09117ca99b Fix Cov CID 1352280 2016-02-27 12:38:02 +01:00
pancake
0b1a339f59 Ignore R2VC stderr messages 2016-02-27 12:33:39 +01:00
pancake
1d4b7156db Bump for acr-0.10 and drop backslash in + regex 2016-02-27 10:37:10 +01:00
Jeffrey Crowell
b0fcdb386e fix crash in pf ? (foo)0 2016-02-26 15:35:02 -05:00
pancake
1f994eec76 Fix #4182 - ignore asm.tabs in pdc 2016-02-26 14:39:53 +01:00
pancake
14dac03efe Update /m from 1.0.4 to 1.1.1 2016-02-26 14:34:25 +01:00
pancake
4a3cc9a359 Add sync target in enyo/Makefile 2016-02-26 13:33:33 +01:00
pancake
43f032d45e Some tuning for the make dist 2016-02-26 11:44:52 +01:00
Haakon Sporsheim
6c9e54a404 anal: Inline jump/call offset helper functions for xtensa. 2016-02-26 01:09:19 +01:00
Haakon Sporsheim
4d4ab62211 anal: Rewrite xtensa backend.
Based upon:
Xtensa Instruction Set Architecture (ISA) Reference Manual
  For All Xtensa Processor Cores
2016-02-26 01:09:19 +01:00
pancake
c6b53a62a5 Handle SUB.W in anal.arm.cs 2016-02-26 00:29:01 +01:00
pancake
c545af6fbf Honour asm.ucase with asm.filter on filtered local vars 2016-02-25 22:36:26 +01:00
pancake
a2c95de0a1 Fixes for arm and thumb LDR with PC relative 2016-02-25 22:14:43 +01:00
Anton Kochkov
99c200b9c3 Mingw32 build improvement 2016-02-25 19:03:48 +03:00
pancake
eb0f5ebc38 Fix #4158 - Fix arm thumb pc-red load regression 2016-02-25 13:48:28 +01:00
Riccardo Schirone
2f306d01a3 env.sh: wrap arguments around "" and no special handling for last arg 2016-02-25 13:33:17 +01:00
pancake
06ba8719d9 Reinclude workaround 2016-02-25 12:42:24 +01:00
rene
912a0825de FIX #4169 2016-02-25 12:21:54 +01:00
pancake
517f7fa23e Handle Vi in Vppc - aka change reg values with cursor 2016-02-25 11:35:59 +01:00
Anton Kochkov
ae45648bbc Fix build 2016-02-25 13:32:03 +03:00
Anton Kochkov
d547ce90a8 Fix CID 134752 2016-02-25 13:24:36 +03:00
Anton Kochkov
faf789b4e8 Fix CID 1351416 2016-02-25 13:21:06 +03:00
Anton Kochkov
1b9658f2b7 Fix 1351567 2016-02-25 13:16:56 +03:00
pancake
0973759a8c Fix build 2016-02-25 10:57:15 +01:00
Anton Kochkov
4a146f8158 Fix CID 1351764 2016-02-25 12:48:49 +03:00
Anton Kochkov
f62ddc4b8c Fix CID 1351763 2016-02-25 12:46:36 +03:00
Anton Kochkov
ce47165951 Fix CID 1351762 2016-02-25 12:44:04 +03:00
pancake
eef4665242 Initial support for tab in visual debugger 2016-02-25 10:28:54 +01:00
Prasanna Balan
d9f4bce40b MSP430: add support for illegal opcodes
Before this commit,any illegal opcode would return -1 which
would make r2 use 1 byte as default opcode width.This was
wrong on MSP430 as it uses fixed 2 byte opcodes.Fix this
2016-02-25 02:58:38 +01:00
pancake
a7f137f215 Support cursor in dr= 2016-02-25 02:58:26 +01:00
pancake
3e53c64553 Fix #4165 - Reduce warning messages in debugger mode 2016-02-25 01:55:16 +01:00
Riccardo Schirone
a87a77f9e4 core/disasm: asm.bbline should be based on RAnal
The BasicBlock is a concept you can have only with analysis info. This
ensure that the displayed result is correct.
2016-02-24 23:00:41 +01:00
Riccardo Schirone
e727e662db core/disasm: fix bbline reflines 2016-02-24 23:00:41 +01:00
pancake
a4b80effe3 Fix regression in rap 2016-02-24 18:22:40 +01:00
Haakon Sporsheim
3e33f973d4 anal: Fix xtensa conditional jump for bbxi.
Offset/imm8 is signed.
2016-02-24 18:15:33 +01:00
oddcoder
0dbc534e85 Adding tags file to .gitignore 2016-02-24 18:13:16 +01:00
mrmacete
b3bd9cf3f8 ARM ESIL: wzr / xzr in separated region
+ also added LSL / LSR to the arm64math case
2016-02-24 18:12:47 +01:00
pancake
f8fc28e2dc Fixes for the make dist 2016-02-24 18:11:45 +01:00
pancake
36a61b6f10 Optimize a70caf7160 2016-02-24 18:09:30 +01:00
pancake
f76d9811f7 sdb_fmt_tobin returns the number of items and fixes a double-alloc 2016-02-24 18:06:49 +01:00
Jeffrey Crowell
a70caf7160 fix crash in r2 -A
crowell: http://jjdredd.github.io/petka2.exe
crowell: http://jjdredd.github.io/petka.bt.txt
2016-02-24 00:41:36 -05:00
Maijin
a1088bdbf9 Add *.dSYM in gitignore
Add *.dSYM in gitignore
2016-02-23 17:40:07 +01:00