radare2/shlr/tcc
2019-02-08 15:05:18 +08:00
..
COPYING
libr_tcc.h
libtcc.c Remove commented anon_sym init in tcc_compile() 2019-02-07 20:16:45 +08:00
libtcc.h
Makefile Fix aae on x86-64, improve Vx, add sys/rebuild.sh tcc, .. 2018-04-11 02:32:27 +02:00
README.md
stab.def
stab.h
tcc_config.h
tcc.h Support typedef'd (anonymous) structs ##types 2019-02-06 22:08:50 +01:00
tccgen.c Small TCC bitfields parsing fix 2019-02-08 15:05:18 +08:00
tcclib.h
tccpp.c Support typedef'd (anonymous) structs ##types 2019-02-06 22:08:50 +01:00
tcctok.h Add intN_t types 2017-11-07 16:16:01 +08:00
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.