• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D11-Feb-202125.8 KiB505418

MakefileH A D03-May-2022794 4435

README.mdH A D11-Feb-2021260 138

VERSIONH A D11-Feb-20217 21

libtcc.cH A D11-Feb-202118.6 KiB829634

libtcc.hH A D11-Feb-20213.4 KiB10542

stab.defH A D11-Feb-20218.9 KiB235186

stab.hH A D11-Feb-2021259 1810

tcc.hH A D11-Feb-202132.5 KiB1,069819

tcc_config.hH A D11-Feb-2021221 97

tccgen.cH A D11-Feb-202173.7 KiB3,2322,676

tcclib.hH A D11-Feb-20212.5 KiB7959

tccpp.cH A D11-Feb-202168.8 KiB3,3412,897

tcctok.hH A D11-Feb-20218.1 KiB231206

test.cparseH A D11-Feb-2021357 3127

README.md

1TCC
2===
3
4This is a stripped down version of tcc without the code generators.
5So, we only use the C parser for loading structures, enums and
6function signatures into r2.
7
8Main IO function:
9
10	tcc_appendf()
11
12Appends sdb queries to be executed from the core anal.
13