2. Open a terminal and change into the google chrome directory
root@bt:~ # cd /opt/google/chrome/ |
3. Next we are going to use a Hex editor to modify the Chrome code. We are basically going to alter the section that checks to see what user is running.
root@bt:/opt/google/chrome # hexedit chrome |
4. Now you will be presented with the following screen:
6. Next we will hit CTRL-s in order to open up the search function. The string we are looking for is the “geteuid” command.
7. Once we locate the string what we want to do is alter it from “geteuid” to “geteppd”
8. Once the ASCII string is altered we can press CTRL-x in order to save the file. Be sure to reply Yes when asked if you want to save the file or not.
9. Once the file is saved we can open Google Chrome and it should run normally.
news from Question-Defense.com thanks to pureh@te
No comments:
Post a Comment