Posts by Pedro Henrique • 51 points
1 post
-
5
votes1
answer104
viewsQ: How to read, search and change file by bytes?
Does anyone know how to find more bytes after I found the byte sequence of my variable? for example: in the file will look like this: 6261725610 I’ll look for that: byte[] findBytes = { 0x62, 0x61,…