flashfunctionfinder
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -27,3 +27,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"bin": {}, | ||
@@ -30,0 +30,0 @@ "homepage": "https://github.com/jasongornall/FlashFunctionFinder", |
@@ -6,15 +6,14 @@ # FlashFunctionFinder | ||
###Install | ||
copy and paste the bin directory straight into your chrome console and it should automaticall start finding swf functions on the page | ||
It will automatically execute | ||
``` | ||
### Install | ||
Copy and paste the bin directory straight into your chrome console and it should automatically start finding swf functions on the page. | ||
It will automatically execute and start the process of uncovering the functions. | ||
### Custom run | ||
You can always specify a manual location for the hack attempt by modifying the below query: | ||
``` | ||
jQuery('object[type="application/x-shockwave-flash"]').hack() | ||
``` | ||
and start the process of uncovering the functions | ||
###Custom run | ||
you can always specify a manual locaiton for the hack attempt by modifying the above query | ||
###Sample output from [twitch.tv](http://www.twitch.tv/) | ||
### Sample output from [twitch.tv](http://www.twitch.tv/) | ||
@@ -24,6 +23,6 @@ | ||
###Just for fun let's compare this against the offical api..### | ||
### Just for fun let's compare this against the offical api...### | ||
![](http://content.screencast.com/users/jgornall/folders/Jing/media/b56497a7-db66-498c-bc0e-a07b5e7c146c/00001411.png) | ||
looks like quite a few undocumented methods there... feel free to ping me with any questions/comments! | ||
Looks like quite a few undocumented methods there... feel free to ping me with any questions/comments! | ||
happy coding :) | ||
Happy Coding :) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235666
27