✅ Finding the position of a string in a binary file
I have a binary file and in it I want to search for a specific string which I will pass via a textbox. if that string exists in the binary file, then I want to get the byte position of the first letter from the string in that file.