radare2/shlr/tcc
2017-07-10 11:20:03 +02:00
..
COPYING
libr_tcc.h
libtcc.c TCC - Saving types across sessions and add Arch/OS specific defines 2017-06-01 16:57:00 +02:00
libtcc.h TCC - Saving types across sessions and add Arch/OS specific defines 2017-06-01 16:57:00 +02:00
Makefile Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
README.md Implement te,tb,tk and pf E, pf B to handle enum and bitfields 2014-09-21 01:39:18 +02:00
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 TCC - Saving types across sessions and add Arch/OS specific defines 2017-06-01 16:57:00 +02:00
tccgen.c Fix some memleaks, warnings and null derefs pointed out by clang analyzer 2017-07-10 11:20:03 +02:00
tcclib.h
tccpp.c MSVC compile correctly (WIP) 2017-05-13 00:42:00 +02:00
tcctok.h TCC - Saving types across sessions and add Arch/OS specific defines 2017-06-01 16:57:00 +02:00
test.cparse Initial support for function declarations in Cparse (loaded into sdb) 2014-10-14 11:55:02 +02:00
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.