radare2/shlr/tcc
2017-01-16 01:55:03 +01:00
..
config.h
COPYING
Jamroot
libr_tcc.h
libtcc.c Fix tcc build 2016-05-09 11:51:53 +02:00
libtcc.h Fix OSX build (#4810) 2016-05-09 09:52:54 +02:00
Makefile Update configure script and fix type punned issues in tcc 2016-02-06 23:14:05 +01:00
README.md
stab.def
stab.h
tcc.h Fix warning 2017-01-16 01:55:03 +01:00
tccgen.c Fix a lot of memleaks, null derefs and undef behaviour thanks to clang-analyzer 2016-12-19 16:44:51 +01:00
tcclib.h
tccpp.c treating #error as if it was #warning in to 2016-03-16 10:41:49 +01: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.