radare2/shlr/tcc
SkUaTeR 1b5a746786 add more fixes to msvc build (#7468)
* add more fixes to msvc build

* more fixes
2017-05-10 22:12:49 +02:00
..
config.h
COPYING
libr_tcc.h
libtcc.c Fix #6560 Unify Windows/Win32 define 2017-02-26 16:51:03 +01:00
libtcc.h Fix OSX build (#4810) 2016-05-09 09:52:54 +02:00
Makefile Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
README.md
stab.def
stab.h
tcc.h Improved MSVC support (WIP) 2017-05-09 14:25:57 +02: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 add more fixes to msvc build (#7468) 2017-05-10 22:12:49 +02: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.