radare2/libr/anal/c
pancake 05947def03
Move the preincrement and void arg from tests to lint.sh ##syntax
* The regex was not correct, so it was missing a lot of cases
2022-11-30 17:13:32 +01:00
..
COPYING Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
libtcc.c Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
libtcc.h Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
Makefile Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
README.md Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
tcc_config.h Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
tcc.h Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
tccgen.c Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
tccpp.c Move the preincrement and void arg from tests to lint.sh ##syntax 2022-11-30 17:13:32 +01:00
tcctok.h Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
test.cparse Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00
VERSION Move the RParse.cparse into RAnal.cparse ##refactor 2022-11-28 10:28:07 +01:00

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.