StoneIce Posted August 10, 2015 Report Posted August 10, 2015 Ok this morning, or rather yesterday, I have been battling with injecting a simple hello world messagebox dll into chrome, I figured out that chrome, unlike other browsers don't allow dll injection as the case maybe, hence being new to this, asked someone and read on some place some tutorials which talks about spdynow I wanted to ask something, do I have to disable the spdy, turning it off to read data from the browser and saving to a text file.I do this for educational purposes only. no insults allowed Quote
NO-MERCY Posted August 10, 2015 Report Posted August 10, 2015 Not spdy .... I think It's Google Chrome’s DLL Blacklisting Policy & Sandbox TechnologyYou can Search & Read about Them because classic dll injection dosn't work Especially with browsers and See Also : CodeEmpire: DLL Injection into Google ChromeCodeEmpire: Code Injection into Mozilla Firefoxmadshi.net • View topic - Injection in Chrome process failinghttps://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/3d5085c2-5506-43f8-b2f4-992f96a3ce22/security-protection-on-google-chrome?forum=windowssecurityhttps://stackoverflow.com/questions/11273449/internet-explorer-google-chrome-injectionhttps://groups.google.com/forum/#!topic/securityxploded/ejE6dGNc0y0https://www.chromium.org/developers/design-documents/sandboxhttps://www.chromium.org/Home/third-party-developersRegards Quote
StoneIce Posted August 11, 2015 Author Report Posted August 11, 2015 (edited) Many thanks, I look em up now. Edited August 11, 2015 by StoneIce Quote