how can i scan files for like a string in there coding? like i want to scan like Text3.text = "32423423" how would i do that scan a .EXE File for some pieace of coding or a binary code??
Printable View
how can i scan files for like a string in there coding? like i want to scan like Text3.text = "32423423" how would i do that scan a .EXE File for some pieace of coding or a binary code??
You'd have to Open the File for Bianry Read then step through the File Looking For Matches, it's not bad for small Text Files, but not EXE's in General.
Slow and not recommended.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
how do i open it as a binary to a text box??
Why not use Help once in a while?
------------------
Marty