WHITELIONX Posted November 13, 2024 Posted November 13, 2024 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
Spirited Posted November 15, 2024 Posted November 15, 2024 Here's how I did it:Â https://gitlab.com/spirited/dragon/-/blob/main/src/Dragon.Module.Websites/website_hook.cpp?ref_type=heads Quote
WHITELIONX Posted November 16, 2024 Author Posted November 16, 2024 And where does it inject that code into the Conquer.exe? Does it load a webpage before it loads into the .exe? Quote
darkfox Posted November 17, 2024 Posted November 17, 2024 (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, 2024 by darkfox Added method for modify SignUp Link Quote
Spirited Posted November 18, 2024 Posted November 18, 2024 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
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.