radare2/shlr/tcc
2021-03-15 02:23:39 +01:00
..
COPYING
libtcc.c Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
libtcc.h Fix includes from to ignoring dir.types ##types 2019-05-15 08:46:43 +02:00
Makefile Avoid sdb double headers (#17249) ##build 2020-07-21 10:28:43 +02:00
README.md
stab.def
stab.h
tcc_config.h
tcc.h Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
tccgen.c Random uninitialized variable uses fixups (#18453) 2021-03-15 02:23:39 +01:00
tcclib.h
tccpp.c Fix TinyCC build ##build 2020-09-27 13:33:26 +08:00
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.