by Lo$tClu$ter (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
INTENDED ONLY FOR EDUCATIONAL PURPORSES! USE IT AT YOUR OWN RISK!
Yeah, don't forget to backup your dll :)
Patching msvbvm60.dll <-
HEX's View On It :)
How to find string and replace it with hex editor
Ok..
So what we got ?
1. Before application starts we see a very nice
screen with a decreasing counter.
5...4.....3...2...1.... Ok -> cOol
2. Now we can push a button and use this application..
Well, I guess we don't want to wait ;)
So now we'll patch msvbvm60.dll
Open this dll with hex editor and look
for :57 FF 74 24 14 FF 74 24
Replace 57 with 50 (push eax)
:)