Linked by Thom Holwerda on Thu 2nd Dec 2010 23:20 UTC
Thread beginning with comment 452068
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
There's some tutorials out there on how to create a .so that'll work with LD_PRELOAD... you could replace the memcopy function with memmove... you'd probably need to use nspluginwrapper to run the plugin instead of the plugin directly running in your browser afterwards (so you don't have to LD_PRELOAD your replacement function for the whole browser)




Member since:
2006-01-22
Yes, same for me. Also I would rather have a bugfixed 64bit version than this acceleration stuff. It runs fast enough for me, but the wrong use of memcpy produces sound errors on quite a few webpages. It would be a matter of s/\<memcpy\>/memmove/g to fix that and it would be much appreciated! Hm, is there a way to patch the .so in order to bend the references to memcpy to memmove?