Commit Graph

18128 Commits

Author SHA1 Message Date
pancake
9ddfed7135 Add missing file for meson 2018-05-21 22:13:07 +02:00
pancake
91a2e5fb9d More killing of strcasecmp/strncasecmp 2018-05-21 22:13:07 +02:00
pancake
c9777ff7f4 Fix windows build 2018-05-21 22:13:07 +02:00
pancake
9bcae5a9d2 Fix last covs 2018-05-21 22:13:07 +02:00
pancake
6868dabe0e Meson updates 2018-05-21 22:13:07 +02:00
pancake
4a3057f9fc s/\r\n/\n/g 2018-05-21 22:13:07 +02:00
pancake
be89180e7b Cleaning up asn1 apis, standarize IS_* apis and some more cleanup 2018-05-21 22:13:07 +02:00
pancake
7fef50d1c5 After release version bump 2018-05-21 22:12:18 +02:00
Khairul Azhar Kasmiran
08ffbf4001
asm.highlight works with ecHw even when it's not $$$ (#10146) 2018-05-21 21:40:43 +08:00
pancake
ceba14c612 Fix last covs 2018-05-21 11:32:37 +02:00
pancake
df9e7e551f Fix #10138 - Missing definition for TCC 2018-05-21 11:04:37 +02:00
pancake
83ef480221 Release 2.6.0 - codename Rome 2018-05-21 03:18:13 +02:00
pancake
05cc56325e Fix #9850 - V/ - visual highlight heap overflow 2018-05-21 03:06:52 +02:00
sivaramaaa
0fd3896262 Fix #9886, Add flag at both offset and value for /V (#9953) 2018-05-21 02:47:20 +02:00
pancake
ea3b868628 Fix #9829 - aos was now enlarging the blocksize 2018-05-21 02:34:14 +02:00
pancake
6c3f61b627 Inline time.h timer api if not available :? 2018-05-21 02:22:17 +02:00
pancake
8bab020ff5 Honor libr.dylib on ios-sdk.sh 2018-05-21 02:03:41 +02:00
Giovanni
b4b3563567 asm.fcnlines > asm.lines.fcn (#10140) 2018-05-21 02:01:47 +02:00
radare
879a32d4b0
Fix use after free and oobread in pf command (#10098)
* Fix use after free and oobread in pf command

- Spotted by running the testsuite in ASAN mode

* Few minor fixes (by @sivaramaaa)
2018-05-21 01:59:25 +02:00
cyanpencil
03a132f220 Changed ag? help 2018-05-21 01:55:43 +02:00
cyanpencil
7a0acdc7ee Fix agi -> 'agi' comment 2018-05-21 01:55:43 +02:00
cyanpencil
1b322c1df7 Change agv command to alias of agfv
Fix of string arguments in ag* commands

Fix whitespace
2018-05-21 01:55:43 +02:00
cyanpencil
2348fdaf69 Added import graph; updated ag? help
Removed agg? help

Removed unused variable warning
2018-05-21 01:55:43 +02:00
sivaramaaa
97de3ff035 Manage types enum more properly (#10139) 2018-05-21 01:54:50 +02:00
Sebastien Marie
d5af26b3da run objcopy --localize-hidden on BSD too (#10141) 2018-05-21 01:54:07 +02:00
Vanellope
ffd91c883a Fixed a sizeof bug in panels (#10142) 2018-05-21 01:53:39 +02:00
radare
24d750aabd
Rename many asm.* vars (#10136)
* Rename asm.imm* into asm.imm.*
* Kill asm.fcncalls. it's not used anywhere
* asm.tabs* -> asm.tabs.*
* Rename asm.flags* into asm.flags.*
* asm.flgoff -> asm.flags.offset
* Missing asm.midflags catch
* Fix options for asm.flags.middle
2018-05-20 04:21:32 +02:00
pancake
efda76cc18 Bring back libr.* targets in libr even without BUILD_MERGED 2018-05-20 01:12:36 +02:00
pancake
220a94d100 Fix static build 2018-05-20 00:46:18 +02:00
Vanellope
61050c4587 The place where i fixed caused illegal access to the memory and now fixed (#10135) 2018-05-20 00:33:19 +02:00
Sebastien Marie
3822f1446e avoid cp -a: it isn't POSIX defined and don't exist on openbsd (#10133)
replace it by the most similar arguments: cp -PRp
(not copied elements are context,links,xattr)
2018-05-20 00:29:53 +02:00
Francesco Tamagni
886c186783 Fix coverity CID 1391124 (#10134) 2018-05-20 00:29:03 +02:00
Vanellope
9b7c0f3e88 detected some memory leaks so fixed them up (#10126)
* detected some memory leaks so fixed them up
* got rid of the unnecessary if checks
2018-05-19 19:45:17 +02:00
Anton Kochkov
aa8bc64ec5
Add repology status (#10130) 2018-05-19 19:25:36 +08:00
pancake
6e1345bc99 Implement dmh* and dmhj 2018-05-19 01:29:09 +02:00
pancake
9ee286c31b Honor flagsize to blocksize in @@@f 2018-05-19 01:29:04 +02:00
pancake
4c2cdaf3a2 Autocomplete for 's+ ' 2018-05-19 01:29:00 +02:00
pancake
1eb99c3a75 Minor improvements for the makefiles 2018-05-19 01:01:59 +02:00
pancake
19044a7e33 Fix crash in dmh when creating a new core
- the cons->user changed and it segfaulted in r_cons_is_breaked()
2018-05-19 01:01:51 +02:00
cyanpencil
6e7e64f48b Additional fixes in agd output format
Fix rebase

Fix whitespace
2018-05-18 10:42:06 +02:00
cyanpencil
9a510f23dc Better error handling in r_anal_diff_fcn
Always fingerprint before calling r_anal_diff_fcn
2018-05-18 10:42:06 +02:00
cyanpencil
84aaae9056 Initial partial support for agd output formats
Add error message for adg graph
2018-05-18 10:42:06 +02:00
cyanpencil
2c95ffc684 Added data graph (aga) with all output formats
Added r_core_anal_datarefs() and finished support for aga
2018-05-18 10:42:06 +02:00
ddast
7706f2d778 Fix hexdump output of radiff2 (#10111)
radiff2 showed wrong output when filesize was not a multiple of the
width.
2018-05-18 10:41:29 +02:00
Luca Di Bartolomeo
a4370e89c9 Fix #6220 garbage print when click on graph (#10118) 2018-05-18 10:35:33 +02:00
rrreeezzz
7d8293c59e Fix ihj PE (#10119) 2018-05-18 10:34:52 +02:00
Vanellope
5701237ff6 Fix a couple of bugs in panels (#10120) 2018-05-18 10:34:34 +02:00
sivaramaaa
49aa74e10f Refactor types and make array of struct work with ts (#10121)
* Refactor and Move anal/types.c to util/
* Make struct of struct work with .ts and fix ts*
* Array of struct works now with ts
2018-05-18 10:32:31 +02:00
Giovanni
855eb16d93 Refactor evars asm.lines.* (#10085)
* asm.linesout > asm.lines.out
* asm.var.submin fix
2018-05-18 10:29:00 +02:00
Luca Di Bartolomeo
ddb7bfc316 Add jpg, svg, pdf.... extensions for 'w' graph output format (#10109)
* Add svg, jpg, pdf... output formats for graphs

* Added agw alias for agfw

* Fix travis error in cconfig.c
2018-05-17 08:39:39 +02:00