radare2/libr/anal
Riccardo Schirone 7572f315ea
meson improvements (#10617)
* meson.build: fix meson build when not on git
* meson.build: make capstone a dependency
* meson.build: make r_magic library optional
* meson.build: capstone include is already in the dependency
* meson.build: use dependencies instead of manual linking + includes
* meson.build: add travis
* flag/meson.build: include sdb dependency
* travis-script: print messages based on install system
* io/meson.build: add sdb as dependency
* syscall/meson.build: missing sdb dependency
* {parse,config}/meson.build: add sdb dependency
* travis.yml: pass INSTALL_SYSTEM var to docker
* {bin/shlr}/meson.build: add sdb_dep to r2java and bin
* install meson and ninja-build in r2-travis docker
* travis.yml: allow meson build to fail for now
* anal/meson.build: add sdb and java dependencies
* egg/meson.build: add sdb dependency
* travis.yml: meson build env should be also in the includes list
* core/meson.build: add java dep
* meson.build: use dependencies also to create main r2 dependency
* rasm2/meson.build: replace link_with with dependencies
* rasm2/meson.build: add sdb as dependency
* meson.builds: convert link_with to dependencies and fix tabs
* travis-script: change meson install prefix and set PKG_CONFIG_PATH
* travis-script: add lib64 to LD_LIBRARY_PATH
2018-07-09 16:58:38 +02:00
..
arch Hexagon - improve jumps analysis 2018-02-06 13:31:18 +08:00
d Improvements to type inference (#10666) 2018-07-08 15:26:37 +02:00
p Fix #10634 - m68k for capstone3 2018-07-08 09:29:20 +02:00
anal_ex.c Code cleanup and fix analysis regression in Java code 2017-09-02 01:57:13 +02:00
anal.c last commit removing split variable, here we remove the field too (#10620) 2018-07-04 16:29:50 +02:00
bb.c Fix #10293 - Use-after-free in r_anal_bb_free() 2018-06-11 03:28:35 +02:00
cc.c Intial support for register base args 2018-06-29 14:33:11 +02:00
cond.c Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
cycles.c Update indentation in some more random files 2015-12-14 14:32:18 +01:00
data.c Code refactoring for the color palette handling 2018-02-23 19:00:47 +01:00
diff.c Refactor code to change R_ANAL_OP_MASK_ALL to appropriate value 2018-05-31 19:05:54 +02:00
esil2reil.c Fix regression in r_snprintf 2017-11-28 22:43:17 +01:00
esil_stats.c Support for modifying the incoming value in operation RAnalEsilCallbacks::hook_reg_write(). (#5977) 2016-10-18 16:59:38 +02:00
esil_trace.c Update sdb-1.1.0, update calls to sdb_fmt() 2018-04-10 23:52:47 +02:00
esil.c Fix last 20 coverity issues 2018-03-19 11:51:04 +01:00
fcn.c Fixed typo (#10652) 2018-07-08 02:12:08 +02:00
flirt.c anal/xrefs: single, global xrefs API 2018-05-04 21:40:47 +02:00
hint.c Add ahr command to set hint for func ret values 2018-06-10 03:17:33 +02:00
labels.c Update sdb-1.1.0, update calls to sdb_fmt() 2018-04-10 23:52:47 +02:00
Makefile Refactor types and make array of struct work with ts (#10121) 2018-05-18 10:32:31 +02:00
meson.build meson improvements (#10617) 2018-07-09 16:58:38 +02:00
meta.c Use r_meta_find_in() with asm.meta=false, the ranged sdb works now 2018-04-15 10:35:57 +02:00
op.c Prevent running into infinite loop for invalid ops 2018-07-09 14:59:43 +08:00
pin.c Fix some memleaks, warnings and null derefs pointed out by clang analyzer 2017-07-10 11:20:03 +02:00
reflines.c RConsContext (#10450) 2018-06-23 12:10:13 +02:00
rtti_itanium.c Use tabs in rtti and fix some bugs in there 2018-04-08 14:20:51 +02:00
rtti_msvc.c Add Base Classes Limit to MSVC RTTI (#9741) 2018-03-23 14:34:31 +01:00
rtti.c Added structs for gcc rtti parsing (#9739) 2018-03-21 11:28:58 +01:00
session.c Add a comment on the stepback functionality to warn user about how broken is it 2017-11-15 01:13:29 +09:00
sign.c Add R2_PLUGINS, R2_EXTRAS, R2_BINDINGS macros (#9994) 2018-05-02 15:58:14 +02:00
state.c Update sdb-1.1.0, update calls to sdb_fmt() 2018-04-10 23:52:47 +02:00
switch.c Fix #2983 - double-free issue in Java.RAnalOp.cases switch 2018-02-04 12:42:42 +01:00
value.c Fix #6162 - Renames r_str_concat to r_str_append 2017-03-16 22:29:49 +01:00
var.c Intial work on type inference for register based args 2018-07-04 11:18:31 +08:00
vtable.c Refactor code to change R_ANAL_OP_MASK_ALL to appropriate value 2018-05-31 19:05:54 +02:00
xrefs.c fix axj #10179 (#10240) 2018-06-02 09:58:13 +02:00