Created
March 18, 2013 12:21
-
-
Save DamnedFacts/5186794 to your computer and use it in GitHub Desktop.
F-Script: Assign pointer address as an object reference in the console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ptr := FSPointer objectPointer | |
scanner := NSScanner scannerWithString:'0x234243242' | |
scanner scanHexLongLong:ptr | |
object := ptr at:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment