radare2/shlr/tcc
2018-05-21 01:54:50 +02:00
..
COPYING
libr_tcc.h
libtcc.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
libtcc.h TCC - Saving types across sessions and add Arch/OS specific defines 2017-06-01 16:57:00 +02:00
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 Remove configure-plugins dependency for the make meson 2017-05-26 02:43:53 +02:00
tcc.h Add intN_t types 2017-11-07 16:16:01 +08:00
tccgen.c Manage types enum more properly (#10139) 2018-05-21 01:54:50 +02:00
tcclib.h
tccpp.c Fix indentation for shlr/tcc 2017-11-07 16:16:01 +08: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.