]> git.saurik.com Git - cycript.git/blobdiff - Bridge.def
Add Class and SEL to the bridge definition list.
[cycript.git] / Bridge.def
index 5765ed6ffb4f90f6b3cf66ddea503903d06f5caf..111b5db0f7e86f0ee80b1bbfcbd4b22303019bde 100644 (file)
@@ -5,6 +5,8 @@ C NULL null
 : applicationDidFinishLaunching: v12@0:4@8
 
 T id @
+T Class #
+T SEL :
 
 T short s
 T int i
@@ -44,9 +46,9 @@ T UInt32 {uint32_t}
 T SInt64 {int64_t}
 T UInt64 {uint64_t}
 
-S CGPoint "x"f"y"f
+S CGPoint "x"{CGFloat}"y"{CGFloat}
 S CGRect "origin"{CGPoint}"size"{CGSize}
-S CGSize "width"f"height"f
+S CGSize "width"{CGFloat}"height"{CGFloat}
 
 l c
 
@@ -344,7 +346,7 @@ V UIKeyboardAnimationDurationUserInfoKey @
 
 F UIApplicationMain ii^^c@@
 
-F UIImageJPEGRepresentation @@
+F UIImageJPEGRepresentation @@f
 F UIImagePNGRepresentation @@
 F UIImageWriteToSavedPhotosAlbum v@@:^v
 
@@ -1241,7 +1243,7 @@ F CFShowStr v@
 
 f CoreGraphics
 
-T CGFloat f
+T CGFloat F
 
 # CGAffineTransform
 
@@ -1616,7 +1618,7 @@ C RTLD_NEXT -1
 C RTLD_DEFAULT -2
 C RTLD_SELF -3
 
-S dl_info "dli_fname"*"dli_fbase"v^"dli_sname"*"dli_saddr"^v
+S dl_info "dli_fname"*"dli_fbase"^v"dli_sname"*"dli_saddr"^v
 T Dl_info {dl_info}
 
 F dladdr i^rv^{dl_info}