Y
Hacker News
new
|
ask
|
show
|
jobs
by
babesh
1735 days ago
I wasn't clear. It is dynamically constructing an API call that Objective-C allows. The objc_msgSend stuff.
1 comments
pjmlp
1735 days ago
Which you can call directly from Swift.
link
babesh
1735 days ago
You are right.
https://steipete.com/posts/calling-super-at-runtime/
link
illusionofchaos
1735 days ago
Look at the code of gamed exploit that I've uploaded to GitHub, the app is written in Swift and it calls Objective-C runtime functions from it
link