Determine source language from a binary?

后端 未结 8 715
傲寒
傲寒 2020-12-05 20:26

I responded to another question about developing for the iPhone in non-Objective-C languages, and I made the assertion that using, say, C# to write for the iPhone would stri

8条回答
  •  时光说笑
    2020-12-05 20:34

    Well, C is initially converted the ASM, so you could write all C code in ASM.

提交回复
热议问题