Hello-World iOS App in Assembly
gist.github.com
Hello-World iOS App in Assembly
1–10 of 62 posts
Re: Hello-World iOS App in Assembly
#2Re: Hello-World iOS App in Assembly
#3Re: Hello-World iOS App in Assembly
#4Re: Hello-World iOS App in Assembly
#5Re: Hello-World iOS App in Assembly
#6I’m guessing even this still requires that I use XCode.
Re: Hello-World iOS App in Assembly
#7I’m guessing even this still requires that I use XCode.
Re: Hello-World iOS App in Assembly
#8Re: Hello-World iOS App in Assembly
#9This kind of thing is how you actually learn what's under the hood. Everyone's building with React Native and Flutter, which is fine until something breaks. Then you're stuck Googling black magic. Starting from assembly teaches you the real cost of abstraction.
Re: Hello-World iOS App in Assembly
#10This kind of thing is how you actually learn what's under the hood. Everyone's building with React Native and Flutter, which is fine until something breaks. Then you're stuck Googling black magic. Starting from assembly teaches you the real cost of abstraction.
Is this really low level though? Because its hooking UIKit which is very high level relative to ASM. I'd be really curious to see an app draw on iOS without UIKit. I don't know if thats possible.
For lower level one needs something like ESP32, Arduino, retro-coding platforms.