Wednesday, June 29, 2005

so sue me - google's video viewer hacked

http://nanocrew.net/

Google Video Viewer
June 28th, 2005 at 5:32 am

Google has released Google Video Viewer, a browser plugin based on VLC.
Here’s one of the features they’ve added:

+ // Google mods
+ const char* allowed_host = \"video.google.com\";
+ char * host_found = strstr(p_sys->url.psz_host, allowed_host);
+ if ((host_found == NULL) ||
+ ((host_found + strlen(allowed_host)) !=
+ (p_sys->url.psz_host + strlen(p_sys->url.psz_host)))) {
+ msg_Warn( p_access, \"invalid host, only video.google.com is
allowed\" );
+ goto error;
+ }

This “feature” prevents you from playing videos that are not hosted on
Google’s servers. Download and run this patch I wrote to remove this
restriction. Running the patch requires a .NET runtime.

Update: Journalists never cease to amaze me with their ability to blow
things out of proportion.

Some of you have requested the source code for the patch: GVVPatch.cs

Posted in VideoLAN | 14 Comments »

Neo Code Software, Design - Develop - Deploy mission critical web apps for
SMEs to Fortune 500s, http://www.neocodesoftware.com
Publish Button, WYSIWYG Content Management System,
http://www.publishbutton.com
Neo Code Networks, FileMaker Lasso Hosting,
http://www.filemakerandlassohosting.com
MSN cogagni@hotmail.com ICQ 7690195 AOL neocodesoftware Yahoo
joshuascottpaul
Toll Free 1.888.748.0668
Ask me about getting your own free webmail address at
314159265358979323846264338327950288419716939937510582097494423.com

No comments: