radare2/shlr/tcc
2019-04-01 03:37:39 +02:00
..
COPYING
libr_tcc.h
libtcc.c Add ut*/st* type shortcuts (#13550) 2019-03-29 08:22:55 -05:00
libtcc.h
Makefile Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08: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 Another tcc crash fixed (#13599) 2019-04-01 03:37:39 +02:00
tcclib.h
tccpp.c Fix #13552 - Crashes in tcc parser (#13566) 2019-03-31 00:32:14 +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.