at first ,using bin.bytestostring() convert a jpg file to a string like a$ ,and then use bin.stringtobytes() convert a$ to a byte dimension buffer(),finally using bin.writebytes to create a jpg file,could the new jpg file be as same as the old one ?
doing so many convertings is for that i want to use the function strindexof() to find jpgs hidden in an exe file,this function is very quick