mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-01 10:38:51 +00:00
19992a16c1
added test https://github.com/radare/radare2-regressions/pull/335 the bug can be re generated by parsing header with a #error in there the compile in the normal case will issue an error and terminate but since no compilation is done we need to proceed parsign the file and treating the errors as warning just to be able to get all the types in the given file. |
||
---|---|---|
.. | ||
config.h | ||
COPYING | ||
Jamroot | ||
libr_tcc.h | ||
libtcc.c | ||
libtcc.h | ||
Makefile | ||
README.md | ||
stab.def | ||
stab.h | ||
tcc.h | ||
tccgen.c | ||
tcclib.h | ||
tccpp.c | ||
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.