Posted February 4Feb 4 Hi everyone, help me. How to integrate in delphi with buttons and Infobox? I don't understand it. SnR_Patch_Delphi_Src.zip Edited February 4Feb 4 by Doorker changed attached file to real delphi src
February 4Feb 4 look at JohnWho (very basic example) : https://forum.tuts4you.com/topic/17824-making-generic-patcher-with-delphi/
February 4Feb 4 Author 1 hour ago, TeRcO said: look at JohnWho (very basic example) : https://forum.tuts4you.com/topic/17824-making-generic-patcher-with-delphi/ Then ?? bytes will it be CC? or what?
February 5Feb 5 22 hours ago, Doorker said: Then ?? bytes will it be CC? or what? usually ?? bytes ... are the bytes that do not change.
February 5Feb 5 Author My patch code looks like this: Search pattern: 83 E8 04 8B 00 83 F8 23 0F 9C C0 84 C0 ?? ?? B2 01 Replace pattern: ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? how do I replace ?? bytes in JohnWho code? Tried 90 and CC, not working progressbar doesn't move (complied patch always says File successfully patched ). or how to use Ali.dbg code? (looks like coolier) Edited February 5Feb 5 by Doorker .
February 14Feb 14 On 2/5/2025 at 4:53 PM, Doorker said: how do I replace ?? bytes in JohnWho code? Tried 90 and CC, not working Replace with the same pattern, Example: Search pattern: 83 E8 04 8B 00 83 F8 23 0F 9C C0 Replace pattern: 83 E8 04 8B 00 83 F8 23 0F 90 90 instead : ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 90 90
Create an account or sign in to comment