Commit Graph

1152 Commits

Author SHA1 Message Date
pancake
3fa97e94cb Fix latest covs 2016-11-29 11:52:24 +01:00
pancake
3b35520e8f Update capstone from -next again 2016-11-23 10:39:04 +01:00
pancake
113fc640ea Cache asm.dwarf.* and clean warnings 2016-11-23 10:30:44 +01:00
pancake
9e8341e85c Release 1.0 - finally 2016-11-09 03:10:46 +01:00
pancake
ea5c83ce4e Fix a bunch of malloc(0) 2016-11-08 15:09:52 +01:00
pancake
e180f50039 Fix /index.html 2016-11-07 16:36:50 +01:00
pancake
1d2859b8be Update /m webui 2016-11-07 04:56:48 +01:00
pancake
76aa185813 Update capstone from git 2016-11-02 04:22:55 +01:00
pancake
8d37adc546 Fix all pending null-deref covs 2016-10-26 23:22:04 +02:00
Álvaro Felipe Melchor
5800b23e8f Fix #6034 - "fix" uaf in fcn_callconv
share ownership should be taken with care
2016-10-26 18:57:15 +02:00
pancake
7fb6a3c1ac Update www-m from git 2016-10-21 01:28:05 +02:00
pancake
be9df39f6f Fixed 40 null derefs reported by coverity 2016-10-20 15:02:25 +02:00
pancake
8cd132a3d0 Update /m from git 2016-10-20 05:03:27 +02:00
pancake
0811234588 Dont fuck with old capstone 2016-10-17 17:19:43 +02:00
pancake
5e00b6118f Bump capstone and update releasenotes.js 2016-09-27 02:59:30 +02:00
Álvaro Felipe Melchor
d3add04b5a Fix oob read 2016-09-24 02:14:53 +02:00
radare
ca732f05be Upgrade capstone from -next 2016-09-22 18:50:05 +02:00
Ahmed Mohamed Abd El-MAwgood
6c47f5a20d Basic merge of no return function with types db (#5774) 2016-09-20 21:54:44 +02:00
pancake
052ae7de4b Optimize ios build for size (7MB -> 2.8MB) 2016-09-20 11:19:01 +02:00
eazy-f
9347bf437e Add Win10 profile to WinDbg module (#5805) 2016-09-20 09:03:50 +02:00
Maijin
13ed2131ee Cleanup TODOs [ci skip] 2016-09-19 00:02:10 +02:00
pancake
b104e75dcb Shadow LDFLAGS and CPPFLAGS for the HOST build of SDB 2016-09-16 10:15:17 +02:00
pancake
b44ec9b3e3 Add =!pkt in gdb:// and other minor fixes 2016-09-14 13:11:04 +02:00
pancake
039d1fb7c4 sys/ios-static.sh generate easy-to-deploy tarball 2016-09-12 23:56:03 +02:00
pancake
c125f577e1 Revert "Upgrade capstone-next from git"
This reverts commit 547e98e1f4.
2016-09-12 22:41:21 +02:00
pancake
547e98e1f4 Upgrade capstone-next from git 2016-09-12 21:16:10 +02:00
pancake
496da56a9e Fix sys/ios-static.sh 2016-09-12 20:52:12 +02:00
BlueC0re
00d74d68e1 fixed array types in parsing routines + added special case for char[] (#5696)
Interpret char[] as char* in the pf format (use z instead of c).
2016-09-05 12:17:01 +02:00
Ben Cheney
4b9aeee4a1 Replace ${LIB} with lib in bochs Makefile (#5682)
r2 builds currently fail on Bash on Ubuntu on Windows due to the
${NAME} variable being defined in the environment (as the current
hostname), which meant that libbochs.a was being placed in an
unexpected location. This patch fixes the issue for BoUoW by replacing
use of the ${LIB} variable with a set value of 'lib'. It should be
noted that other build scripts (e.g. shlr/bochs/deps.mk) currently
assume that libbochs.a is located precisely at
shlr/bochs/lib/libbochs.a anyway (and as such, it is suspected that
the use of ${LIB} here may have been spurious to begin with).
2016-09-04 13:08:52 +02:00
pancake
36bc805692 Update www/m 2016-08-28 23:36:10 +02:00
pancake
25e75fc00c Update www-m from git (updated settings panel) 2016-08-23 19:27:03 +02:00
pancake
662d482708 Fix #5559 - Fix build of release capstone 2016-08-23 01:46:07 +02:00
pancake
24c2bf009e Update capstone and r2webui from git 2016-08-22 18:57:27 +02:00
pancake
c8fbe92cfe Update www-m from git 2016-08-20 12:27:04 +02:00
pancake
5d7cc088cd Update shlr/www from git 2016-08-18 14:25:06 +02:00
pancake
e1b94b8343 Update sdb to fix an overflow in the base64 decoder 2016-08-15 01:02:05 +02:00
pancake
f4f163afcb Update www-m from radare2-webui 2016-08-14 02:30:27 +02:00
Ahmed Mohamed Abd El-MAwgood
4f413e7720 initial support for type matching (#5480)
Enabling stepping over
Basic (sym.imp.*) call catching routines
Fixing esil tracing bug and verbosity
Adding some apis for handling function prototypes and abstacting sbd queries
Fixing the double execusion bug in esil tracing
passing types into vars for `stack`
fixing trailing spaces
doing the regester branch
doing the stack_rev
2016-08-13 12:09:14 +02:00
pancake
1f00004641 Update capstone from git 2016-08-13 11:43:44 +02:00
pancake
a7da94ba33 Update capstone from git 2016-08-11 11:31:44 +02:00
pancake
1447dc7522 Update termux 2016-08-06 12:22:52 +02:00
pancake
744fad6418 Port to Termux (Android-Debian environment) 2016-08-06 05:12:58 +01:00
pancake
8e45f6248c Fix #5425 - Code cleanup and refactor 2016-08-01 13:58:14 +02:00
Anton Kochkov
08c5adee04 Fix Mingw building [3] 2016-07-29 16:34:08 +03:00
Anton Kochkov
65e4ab058c Update sdb to 0.10.4 2016-07-29 15:51:36 +03:00
Anton Kochkov
56c82c799f Check only for mingw substring 2016-07-29 15:42:38 +03:00
pancake
850d8818f7 Update capstone from git 2016-07-25 21:29:08 +02:00
Maijin
22de895ef5 Rename CSR disasm/anal into XAP4 Fix #5355 2016-07-23 00:41:42 +02:00
Jeffrey Crowell
e65ceb5dee fix some memory leaks reported by coverity 2016-07-09 01:41:56 -04:00
pancake
d39d9b83e0 Update SDB from git fixing some possible null derefs 2016-07-06 17:03:34 +02:00