alvarofe
1a67862a1f
Refix oob in r_asn1.c
2017-05-09 01:35:29 +02:00
Khairul Azhar Kasmiran
3f506e0881
Fixed asm.cmtcol's off-by-one ( #7452 )
...
* Fixed asm.cmtcol's off-by-one
* Added a space
2017-05-08 20:21:56 +02:00
Marc
8bd2882979
Fix #7376 - segfault in dex (thanks to @marcograss for reporting)
2017-05-08 20:21:06 +02:00
soez
22c220c3e2
Update global_max_fast for dmh
2017-05-08 17:19:53 +02:00
radare
36dc6351cc
Merge tms320c64x plugins into tms320, use e asm.cpu=c64x
2017-05-08 10:35:32 +02:00
radare
3ae837aa89
Identify Rust main symbol on mach0 ( #7448 )
2017-05-08 09:49:43 +02:00
radare
08429062f2
Fix inPLT check for function analysis
2017-05-08 03:51:36 +02:00
Srimanta Barua
a4d4002ce0
Reorganized shlr/gdb in preparation for gdbserver
2017-05-07 11:53:17 +02:00
Raúl Peñacoba
90938f9a73
Add missing free() in regcomp.c
2017-05-07 11:52:47 +02:00
Tzaoh
9a7415af04
Fix #7421 - Implementing px0
2017-05-07 11:51:58 +02:00
alvarofe
85d0513474
Avoid leak memory in r_asn1.c
2017-05-06 23:28:10 +02:00
alvarofe
a71a41bd5f
Fix oob read in r_asn1.c
...
Variable used as length delemiter was user controlled producing oob
2017-05-06 23:23:21 +02:00
alvarofe
4e19275c1a
Fix minor warnings while compiling
2017-05-06 22:56:50 +02:00
Raúl Peñacoba
1409a1e3c6
Add missing free() in cmd_anal.c ( #7433 )
2017-05-06 19:17:06 +02:00
Khairul Azhar Kasmiran
c64f560d9a
Aligned callee info cmts ( #7424 )
2017-05-06 09:27:21 +02:00
Emily Bragg
da4aa29a8f
errant 'break' was causing documentation never to be printed for afi ( #7426 )
2017-05-06 09:26:42 +02:00
Christopher Hewitt
aade860cc9
Reorder includes to provide missing BIGNUM definition ( #7425 )
2017-05-06 00:04:09 +02:00
Francesco Tamagni
7f345ab70b
Fix arm64 ESIL: pass the correct param to arm64_reg_width ( #7423 )
2017-05-06 00:03:58 +02:00
pancake
64a0814180
Refix asm.bbline. thx @ret2libc for spotting it
2017-05-05 14:53:19 +02:00
pancake
d0d235423a
Remove asm.spacy and integrate the logic into asm.bbline when no fcn is found
2017-05-05 12:48:52 +02:00
pancake
add5b90598
Add runmeson.bat for windows builds
2017-05-05 02:49:29 +02:00
qrux0
d9cad2220b
Fix #7338 - afll? should explain the header abbreviations
2017-05-05 02:13:20 +02:00
pancake
4204fecce8
Fix #7406 - do not relsub on reg*x+base expressions
2017-05-05 02:11:02 +02:00
mrmacete
031e7a36dd
Add internal flags setting for esil_sub
2017-05-05 00:51:22 +02:00
pancake
bf6965dbcb
Fix null deref in r_str_const
2017-05-05 00:48:09 +02:00
pancake
0ac3477662
Use r_str_const to avoid dangling calling conventions in fcn->cc
2017-05-04 14:52:43 +02:00
Sven Steinbauer
028878f87a
add thumb lsr op
2017-05-04 12:59:01 +02:00
h4ng3r
905cb24851
Fix some heap overflows in DEX
2017-05-03 22:04:13 +02:00
mrmacete
4e3936cb37
Fix: avoid modifying symbol names in bin/filter
...
- the duplication count is stored in RBinSymbol and used when emitting flags
- for class method names this duplication count is ignored, since the flag generation already prepends the class name to account for uniqueness
- bring back the duplication count for obj. / loc. / sym. flags and in is*
- in all other places (lists, midflags, ic, etc) the "real" names are shown instead
2017-05-03 14:28:48 +02:00
Anton Kochkov
9e1b757abb
ARM64 - fix ESIL pstate flags
2017-05-03 11:34:38 +02:00
pancake
204da24d0e
Integrate pss into the visual mode
2017-05-03 03:23:05 +02:00
pancake
5e641b2d68
Implement pss command to use it in cmd.visual or broken terminals
2017-05-03 03:05:01 +02:00
pancake
1707d0115c
Honor cmd.visual in Visual title
2017-05-03 02:54:31 +02:00
pancake
2e774b50f6
Reduce false positives in strings. Maybe we should raise bin.minstr to 5
2017-05-02 22:49:02 +02:00
rene
d15e2d2a63
fixes segfault in aetr
2017-05-02 17:43:37 +02:00
Anton Kochkov
7c96bca809
ARM64: Fix ESIL of CMP
2017-05-02 15:19:50 +02:00
Anton Kochkov
2417833058
ARM64 ESIL - fix post-index STP/LDP
2017-05-02 15:19:50 +02:00
Sven Steinbauer
35dd3df74d
Add mov.w thumb instruction ( #7397 )
...
FIX #7387
2017-05-02 15:19:15 +02:00
Khairul Azhar Kasmiran
082f58a6a5
Show refaddr only once in cmts ( #7398 )
2017-05-02 15:18:59 +02:00
pancake
3e0c7bc650
Support meson build for Linux (Requires meson 0.40)
2017-05-02 14:18:36 +02:00
pancake
60f9667654
Remove support for bjam build system
...
- Delete all Jamroot files
2017-05-02 05:48:40 +02:00
yetmorecode
1fc8a829b3
Added fss, fssj and fss* ans some minor improvements in fs ( #7392 )
2017-05-02 05:46:43 +02:00
Francesco Tamagni
e9b402b7f2
Add class name argument to ic
2017-05-02 05:44:46 +02:00
pancake
fa0409dab7
Fix crash in signatures and minor fix for meson
2017-05-02 05:43:44 +02:00
pancake
8edc242324
Remove judy and libzip unused code
2017-05-02 05:34:05 +02:00
pancake
fa671b9a16
Initial support for the Meson build system
...
- Integrated with current ACR
- Fix some stale fails got removed
2017-05-02 05:05:36 +02:00
yetmorecode
8c78bfa8c0
Export size field as long instead of string in fj ( #7388 )
2017-05-01 16:50:38 +02:00
pancake
773c0e122c
Fix last cov
2017-05-01 15:59:24 +02:00
yetmorecode
344bdd0df6
Added size and machine where missing in iAj ( #7384 )
2017-05-01 14:11:24 +02:00
pancake
1d9a571fdd
Remove dead code and fix ij on dex
2017-05-01 14:04:11 +02:00