Reading #TinyCC codebase: functions called `g` and `o` and arguments called `t`...
Uuufff
so th g() function writes a byte to the text section of the ELF. Good.
the o() function inserts a instruction. Good.
@ekaitz_zarraga o for obfuscated 🙂 What is your purpose in studying this compiler?
so th g() function writes a byte to the text section of the ELF. Good.