214 Commits

Author SHA1 Message Date
pancake
a411b06b59 Fix clang-analyzer script 2015-11-09 22:28:21 +01:00
pancake
aaccaea40b Update sdb to get lower memory consumption 2015-11-09 05:07:53 +01:00
pancake
9c9bb2dbd5 Memory optimization for flags (-70%) + some warnfixes + sdb-sync 2015-11-08 23:38:42 +01:00
pancake
5f1c26715a Update SDB 2015-11-05 17:43:01 +01:00
pancake
22c277bbb7 Bump sdb to fix r_offsetof 2015-10-28 10:33:06 +01:00
skuater
cdfb82cfd3 Fix r2pipe to allow more data transmision at windows 2015-10-28 10:12:38 +01:00
xambroz
d448260816 build cleanup focused on possibility to control the lib directories with the build parameters
needed mainly for RedHat/Fedora builds
2015-10-27 03:26:45 +01:00
Anton Kochkov
d5108a8130 Update SDB (windows macro) 2015-10-21 12:53:35 +03:00
pancake
6ed80ae39b Update sdb and rename rmkdir->mkdirp 2015-10-19 00:25:39 +02:00
pancake
e66b5bff8d Update sdb from git 2015-10-16 12:54:44 +02:00
gk
a39acdd25e Need -lutil for forkpty on *BSD, Android 2015-10-08 12:56:11 +02:00
Anton Kochkov
0e4a161aea Do not use -MMD option in SDB for TCC 2015-10-07 01:42:34 +03: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
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
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
43f71e0c92 Update capstone, capstone-patches, sdb and some CFLAGS honoring fixes 2015-08-19 14:19:24 +02:00
pancake
6ae0417278 Updsate SDB to optimize dupped symbol checks in mach0 parser 2015-07-24 13:24:32 +02:00
pancake
6f171bcc7d Update capstone and sdb 2015-07-21 18:11:38 +02:00
pancake
d2233a896b Add de Debugger Esil API for advanced software watchpoints
- Implemented in r_debug_esil_* APIs
- Support for step-into and continue
- Expressions can be regs, numbers, math operations, ranges, comparisons..
- Honor dbg.prestep for stepping before or after analysing
- read-write-exec watchpoints using native debug backend and esil emulation
- OSX/iOS debugger error message is now nicer
- anal/rpnesil renamed to esil
- Add esi,edi in osx regprofile
- Add r_cons_is_breaked() for consistency
2015-07-21 06:11:42 +02:00
pancake
9e08fb0c26 Update sdb and fix shlr/sdb race condition 2015-07-15 00:52:23 +02:00
David Kreuter
c843e22843 CID 1229476 Unintended sign extension /libr/util/p_format.c 2015-07-15 00:39:07 +02:00
pancake
6183956770 Another build fixup 2015-07-13 17:29:12 +02:00
pancake
5fa95478f5 Update sdb and more rework for appveyour 2015-07-13 15:35:45 +02:00
pancake
9cc1c1b335 Update sdb and more rework for appveyour 2015-07-13 15:22:37 +02:00
Jonathan Neuschäfer
ecf6792318 Fix #2927 and random code cleanups
- asm_dcpu16: remove an obsolete comment
  It was obsoleted in 5285d1bdea8e.
- Indentation fixes
- fix a few typos
- remove "#define NEW_ESIL"
- move comment about r_bin_filter_name to the right place
- README.md: Add V810 to the list of supported architectures
- Also, de-duplicate LH5801
- Add attribution to randomart.c, fixes #2927
2015-07-12 19:20:36 +02:00
pancake
36762e36e2 Update sdb and capstone 2015-06-30 11:16:40 +02:00
pancake
d6cb2ae553 Fix #2834 - upgrade sdb 2015-06-30 00:21:55 +02:00
pancake
df51cfc5aa Bump capstone and sdb 2015-06-25 12:07:20 +02:00
pancake
5954f6e046 Fix #2716 - sdb, rmkdir and console issues on w32 2015-06-11 12:12:22 +02:00
pancake
a793859d5b Fix some COVs 2015-06-01 11:20:53 +02:00
pancake
a8d340ba89 Update sdb to fix a json segfault and capstone for arm64 2015-05-26 00:59:39 +02:00
pancake
de7ac04df1 Bump sdb to fix native mingw32 build 2015-05-24 23:30:13 +02:00
pancake
1e73afc348 Rebump sdb again 2015-05-12 14:51:46 +02:00
pancake
85993e5aba Bump sdb again to get initial grep support 2015-05-12 03:08:38 +02:00
pancake
ff33afdbc9 Bump sdb again 2015-05-12 01:57:06 +02:00
pancake
e391645137 Bump sdb with lot of bugfixes 2015-05-12 01:53:47 +02:00
pancake
a572531e48 Update sdb 2015-04-22 05:32:43 +02:00
pancake
43dfbd9820 Initial (bugfix/PoC) for the pdc decompiler command 2015-04-16 06:44:48 +02:00
pancake
941306936e Bump capstone and sdb from git 2015-04-13 15:38:36 +02:00
pancake
8e61eb2e10 Fix w32 build 2015-04-07 10:28:11 +02:00
pancake
fc40b6e685 Fix #2277 - Segfault with e asm.nbytes=0 and update Sdb for mingw32 2015-04-06 18:31:35 -04:00
pancake
52741016d8 Bump capstone and sdb to fix some w32-related issues 2015-04-03 18:53:49 +02:00
pancake
7f1a3859b1 Update sdb and capstone (fix @maijin issues) 2015-04-02 11:28:42 +02:00
pancake
54dc51f81c Update sdb to fix cygwin build issue 2015-04-01 14:09:23 +02:00
pancake
9f7767b3ab Update sdb from git fixing some issues 2015-04-01 02:07:29 +02:00
pancake
35baae988e Bump capstone, sdb and add node readme 2015-03-31 01:31:35 +02:00
pancake
195df37634 Bump for SDB (0.9.6-git) 2015-03-30 18:02:11 +02:00
pancake
d991769935 Better vars naming, Add e cmd.fcn.{new|rename|delete}
- Bump sdb from git
2015-03-16 02:52:26 +01:00
pancake
4590039eb9 Bump sdb again 2015-02-22 17:14:20 +01:00