1016 Commits

Author SHA1 Message Date
XVilka
381c9fbd6a Unify -fPIC handling, improve windows building 2015-10-09 18:58:03 +03:00
pancake
7f6659722e Update capstone and fix two covs in anal.x86.cs 2015-10-09 11:48:45 +02:00
gk
a39acdd25e Need -lutil for forkpty on *BSD, Android 2015-10-08 12:56:11 +02:00
pancake
58fd60b01d Fix cov, upgrade capstone 2015-10-07 13:08:23 +02:00
Anton Kochkov
0e4a161aea Do not use -MMD option in SDB for TCC 2015-10-07 01:42:34 +03:00
Anton Kochkov
82eed6f2a5 More standard C and TCC fixes 2015-10-06 01:29:26 +03:00
Anton Kochkov
811c493045 Move __attribute__(()) in the right place 2015-10-06 01:13:02 +03:00
Anton Kochkov
6204f2a59d Remove erringly written semicolon in structure 2015-10-06 00:46:44 +03:00
Anton Kochkov
06345462de Fix wind TCC and Mingw builds 2015-10-06 00:06:52 +03:00
Anton Kochkov
1b3f471920 Fix a typo for shlr/tcc compilation 2015-10-05 19:02:30 +03:00
pancake
afb96ab64e Two minor fixes for rabin2 -zzz and webui/m 2015-10-05 02:01:12 +02:00
pancake
ddc3de9c14 Add fix for the capstone x86-uninit-prefix bug 2015-10-04 23:47:54 +02:00
Kamil Rytarowski
a521fb9b9d Fix array subscript vulnerability
match.c: In function 'mycmp':
match.c:27:3: warning: array subscript has type 'char' [-Wchar-subscripts]
   if (tolower(a[i]) == tolower(b[j])) {
   ^
match.c:27:3: warning: array subscript has type 'char' [-Wchar-subscripts]

Problem caught on NetBSD.
2015-10-03 12:43:37 +02:00
pancake
1f3972b141 Update capstone from next 2015-10-03 12:39:33 +02:00
pancake
1f165c6012 Fix some compilation warnings 2015-10-01 18:33:37 +02:00
pancake
876a4052be Initialize stack register in 'aeim' 2015-10-01 12:04:58 +02:00
pancake
ff0e2724a1 Debugger, Write, HVSplit in material WebUI and more 2015-09-25 03:57:48 +02:00
pancake
7611525ca3 Avoid /m zoom in mobile browsers 2015-09-24 16:46:11 +02:00
pancake
cb6d71d6d5 More fixes in /m. Update .min files 2015-09-24 16:35:55 +02:00
pancake
6ae641477a Enhaced script panel in /m 2015-09-24 13:24:31 +02:00
pancake
cd767ccaf4 Fix Android build 2015-09-24 03:36:06 +02:00
raulsiles
a07056eaa4 Fixed message that says where radare2 has been installed (HOME/bin) 2015-09-23 16:27:06 +02:00
pancake
df0bd3afb0 windbg cleanup (-100LOC) 2015-09-23 16:17:19 +02:00
pancake
39abb5f89c Update capstone from git 2015-09-23 02:01:08 +02:00
pancake
5449c8d889 Update sdb from git 2015-09-23 01:56:05 +02:00
pancake
b39116d21c Fix build on Linux 2015-09-22 02:41:54 +02:00
pancake
3614547d74 Fix CVE-2015-2331 in libzip 2015-09-22 00:59:01 +02:00
pancake
f3ea9e63fe Fix cygwin build for capstone 2015-09-17 12:34:22 +02:00
pancake
b86bf19c85 Fix #3051 - Honor CFLAGS everywhere and fix some windows/android warnings 2015-09-14 20:43:11 +02:00
pancake
49975ccf95 Fix #3286 - Use stdbool.h 2015-09-14 02:08:31 +02:00
pancake
00c3342e04 Update capstone from git 2015-09-11 03:25:20 +02:00
pancake
da370f30aa make asm.esil.anal visible in /m webui 2015-09-10 04:42:50 +02:00
pancake
a5655dff9b A bit dsojson leak just to avoid a crash 2015-09-01 18:44:37 +02:00
pancake
7157cf92b7 Fix some covs 2015-09-01 11:24:09 +02:00
pancake
9c8c017f40 Fix #3192 - dsojson double free and code cleanup (-34LOC) 2015-08-31 21:58:59 +02:00
pancake
4322640635 Fix class method naming 2015-08-26 15:00:30 +02:00
Riccardo Schirone
eeef82c2b8 bin: use R_BIN_SCN_MAP flag when a section should be mapped by IO
- io/section: filter sections by looking at R_IO_MAP flag
- util/str: consider (m)apped flag when printing/parsing srwx info
2015-08-26 14:12:46 +02:00
jvoisin
8256955b59 Fix some gcc warnings 2015-08-24 21:29:12 +02:00
pancake
0b8f25e4f4 Update capstone from next 2015-08-24 17:31:09 +02:00
pancake
7c3ef24314 Delegate dmm logic into the native plugin.
- Add native iOS/OSX support to list modules
- Generic fallback used for the rest of platforms
- Update sdb to fix ~{}
- Fix ARM64 analysis typo issue
2015-08-24 01:29:35 +02:00
pancake
e774d332b7 Fix #3082 - Add support for MASM syntax in x86.cs 2015-08-21 15:29:37 +02:00
Anton Kochkov
1eb6dfa61e Add AVR in gdb:// 2015-08-20 01:58:02 +03:00
pancake
43f71e0c92 Update capstone, capstone-patches, sdb and some CFLAGS honoring fixes 2015-08-19 14:19:24 +02:00
jvoisin
145d8dd5ae Fix a few warnings 2015-08-18 16:21:21 +02:00
pancake
6ced6fa8b4 Refix binfile path issue and remove unused code in dsojson 2015-08-16 22:41:58 +02:00
pancake
7e22671ee6 Update capstone 2015-08-14 14:19:16 +02:00
pancake
8293f75ce9 Add temporary patch to fix capstone x86-16 issue 2015-08-13 20:20:06 +02:00
pancake
fa6f91895f Reverted capstone commit is conflicting, lets verify with latest changes 2015-08-13 16:55:58 +02:00
pancake
3981b48a7c Update capstone to fix the sparc segfault 2015-08-13 16:53:42 +02:00
pancake
270d283a38 Support SHELLs with spaces in path 2015-08-11 08:46:13 +02:00