Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
http://i.epvpimg.com/jSVEbab.png[^]

i want to edit this links to different links
i'm newbie using ollydbg
Thanks

What I have tried:

I have tried to edit using Hex but didn't work
Posted
Updated 12-Aug-20 8:28am
v2
Comments
[no name] 12-Aug-20 12:22pm    
If it let's you replace it at all, it can only be a link of the same length (or maybe shorter). Anything more is more than a simple answer (without the source).
jack dannils 12-Aug-20 13:13pm    
yes i want to edit to longer link i want to edit discord.com to vsro-weeba.com how i can do it

1 solution

Google for "replace a string resource in DLL" for options.

Keep in mind that this is NOT AN ANSWER! This is POSSIBLE solutions that are not guaranteed to work with your .DLL.

If you are modifying a DLL that is signed, your modifications will render the DLL useless as you will violate the security envelope. It's there to prevent tampering, like what you're trying to do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900