i have a binanry file with bytes 5e c9 c3 somewhere in the middle i = data:find("\x5e\xc9\xc3") this returns nil. what is wrong?
i have a binanry file with bytes 5e c9 c3 somewhere in the middle
i = data:find("\x5e\xc9\xc3")
this returns nil. what is wrong?