混淆微小的C編譯器(OmniTouch聯絡中心)是一個非常小的C編譯器我為了贏得國際C語言混亂代碼大賽(IOCCC)在2002年寫道。
我的目標是寫最小的C編譯器,它能夠編譯本身。我選擇C的一個子集,這是一般足夠寫一個小的C編譯器。然後,我擴展的C子集,直到我到達授權較量的最大尺寸:2048字節的C源代碼不包括';','{','}'和空格字符。
我選擇生成代碼的i386。原來OTCC代碼只能運行在Linux的I386,因為它依賴於字節序和未對齊訪問。它產生在內存中的程序,直接啟動它。外部符號解決了使用dlsym()。
為了有一個便攜版本OTCC的,我做了一個叫OTCCELF變種。這僅比OTCC大一點,但它會產生直接從C源動態鏈接i386的ELF可執行文件不依賴於任何binutils的工具! OTCCELF進行了測試成功地在i386的Linux和SPARC Solaris的。
注:我的其他項目TinyCC這是一個功能齊全ISOC99 C編譯器是由從OmniTouch聯絡中心的源代碼開始!
編譯:
GCC -02 otcc.c -o OTCC -ldl
GCC -02 otccelf.c -o otccelf
自編譯:
./otccelf otccelf.c otccelf1
最近瀏覽的軟件
Netis WF2505 USB Adapter WLAN Driver for Mac OS 18 Mar 16
Print Multiple Image Files Software 16 Apr 15
Contour Plot For Excel 21 Nov 14
Advanced File Encryption Pro 31 Dec 14
Paradox Find and Replace Software 16 Apr 15
Map Suite MVC Edition 26 Jan 15
Uninstall Multiple Programs At Once Software 15 Apr 15
PasswordDock 22 Sep 15
BEETmobile Hotspot App 16 Apr 15
Advanced Net Monitor for Classroom Professional 14 Feb 15
按類別搜索
熱門軟件
Ubuntu MATE 16 Aug 18
W-Packager 20 Feb 15
BlackArch Linux 22 Jun 18
Redis 28 Sep 15
LinuxTLE 11 May 15
Puppy Linux "Slacko" 14 Jul 16
Xubuntu 16 Aug 18
Obfuscated Tiny C Compiler
類似的軟件
顯影劑的其他軟件 Fabrice Bellard
意見 Obfuscated Tiny C Compiler
最近瀏覽的軟件
Netis WF2505 USB Adapter WLAN Driver for Mac OS 18 Mar 16
Print Multiple Image Files Software 16 Apr 15
Contour Plot For Excel 21 Nov 14
Advanced File Encryption Pro 31 Dec 14
Paradox Find and Replace Software 16 Apr 15
Map Suite MVC Edition 26 Jan 15
Uninstall Multiple Programs At Once Software 15 Apr 15
PasswordDock 22 Sep 15
BEETmobile Hotspot App 16 Apr 15
Advanced Net Monitor for Classroom Professional 14 Feb 15
按類別搜索
熱門軟件
Wifislax 9 Aug 16
Syslinux 17 Feb 15
Parrot security OS 23 Oct 17
Antergos 1 Dec 16
W-Packager 20 Feb 15
Plants vs. Zombies 12 May 15
Zuma Deluxe 20 Feb 15
評論沒有發現