mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
2d160f2509
* Avoid duplication of SDB headers in libr/include SDB is an external project and as such it should live in shlr. However, for simplicity in dealing with the include flags, the SDB headers were copied in libr/include as well. This patch just keeps the SDB files confined in shlr/sdb and make sure various r_* libs use the headers from there. * Fix pkgconfig file generation |
||
---|---|---|
.. | ||
COPYING | ||
libr_tcc.h | ||
libtcc.c | ||
libtcc.h | ||
Makefile | ||
README.md | ||
stab.def | ||
stab.h | ||
tcc_config.h | ||
tcc.h | ||
tccgen.c | ||
tcclib.h | ||
tccpp.c | ||
tcctok.h | ||
test.cparse | ||
VERSION |
TCC
This is a stripped down version of tcc without the code generators. So, we only use the C parser for loading structures, enums and function signatures into r2.
Main IO function:
tcc_appendf()
Appends sdb queries to be executed from the core anal.