Tag: “Assembly”
September 25th, 2020 | Swift, Compiler, ARM, Low Level, Assembly
Swift Calling Conventions on ARM64: Float / Double
Learn what registers Swift uses for floating point numbers
August 12th, 2020 | Swift, Compiler, ARM, Low Level, Assembly
Swift Calling Conventions on ARM64: Int / Bool
Learn what registers Swift uses for basic data types
November 2nd, 2017 | Low Level, Hacking, Assembly
Jump Address Hacking to Execute Code Stored as a String
Smashing the stack because why not