Skip to content

Playground demonstrating swizzling of native Swift methods

License

Notifications You must be signed in to change notification settings

flockoffiles/SwiftSwizzlingDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SwiftSwizzlingDemo

Playground demonstrating swizzling of native Swift methods

The implementation was inspired by https://github.com/johnno1962/SwiftTrace

It's for demo purposes only is NOT meant to be used in any production code. The techniques here heavily depend on Swift ABI structures and specific compiler implementation, whether optimizations are applied or not, etc.

About

Playground demonstrating swizzling of native Swift methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages