mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
13 lines
260 B
Markdown
13 lines
260 B
Markdown
|
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.
|