WHITELIONX Posted November 13 Share Posted November 13 It also loads the page on exit as well, I've searched for the webpage in the exe but not sure what to actually search for? The site is a facebook page for DevConquer0 but every search I've done comes up with nothing  I've managed to stop the popup redirect though by editing out the http://co.99.com/signout/ but that's only for exiting. Any pointers in what I should look for Quote Link to comment Share on other sites More sharing options...
Spirited Posted November 15 Share Posted November 15 Here's how I did it:Â https://gitlab.com/spirited/dragon/-/blob/main/src/Dragon.Module.Websites/website_hook.cpp?ref_type=heads Quote Link to comment Share on other sites More sharing options...
WHITELIONX Posted November 16 Author Share Posted November 16 And where does it inject that code into the Conquer.exe? Does it load a webpage before it loads into the .exe? Quote Link to comment Share on other sites More sharing options...
darkfox Posted November 17 Share Posted November 17 (edited) 16 hours ago, WHITELIONX said: And where does it inject that code into the Conquer.exe? Does it load a webpage before it loads into the .exe? Have methods for change the urls on client without edit conquer. in ini/flashLogin.ini have this lines in [URL] section and are working for change "CP Purchase" and "Help" Already can change the Exit URL in ini/oem.ini (Create the file if not exists :P) For edit the "SignUp" link need modify 'start.dat' (flash login client versions) Â Edited November 17 by darkfox Added method for modify SignUp Link Quote Link to comment Share on other sites More sharing options...
Spirited Posted November 18 Share Posted November 18 On 11/16/2024 at 1:31 AM, WHITELIONX said: And where does it inject that code into the Conquer.exe? Does it load a webpage before it loads into the .exe? Basically, my loader will pause Conquer.exe before it has the chance to even start and run any code, and then inject that code into the process as the first thing it does. Then, it runs the rest of the process. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.