
Anybody can translate this source code in C to Basic
Quote:
> I could translate it but I need to know where in the file to change the
> text.
Hi, I am Dom
Thanks for your interesting.
Now I have understood that the source code I have put in newsgroup is
wrong. Infact i need a source code in basic or visual basic that
search this type:
%.3.(.%.1.).....
( the full stop is the character chr(0) infact in an hexadecimal editor it
is 00 )
This type, I think exist in any explorer.exe, therefore to crack all
explorer.exe the program must search before this type and then it must
write the label "B.U.L.L.Y." (The full stop is 00) at that position. Do you
think it work?
Anyway I have made this source code to crack my explorer.exe
but I think that it don't works in all explorer.exe:
FileCopy "c:\windows\explorer.exe", "c:\windows\explorer.new"
Open "c:\windows\explorer.new" For Binary As #1
Put #1, 185905, "B"
Put #1, 185907, "U"
Put #1, 185909, "L"
Put #1, 185911, "L"
Put #1, 185913, "Y"
Close #1
Now I need only, how to search in the file the position where there is that
type and then write the new label there.
If you want verify if there is that type download an hexadecimal editor.
Thanks very much, answer me as soon as possible please. Thanks again and
escuse me for my english :>.
Bye, Dom