Can someone help me in locating the 80th byte of an image and put some auto script on it. I'm new to this type of programming, so can you give me some ideas or codes that can help me.
Find the 80th byte in an image
Collapse
X
-
Tags: None
-
Have a look at the File class and the FileInputStream which has various read methods. They will allow you to read the contents of any file, no matter if you need a specific byte or more.
Greetings,
Nepomuk -
Originally posted by NepomukHave a look at the File class and the FileInputStream...
Greetings,
NepomukComment
-
we intended to make this program in VB but any language would be fine... our goal is just to find a way in inserting something(an autoscript maybe or any prog) in the 80th byte .Comment
-
we intended to make this program in VB but any language would be fine... our goal is just to find a way in inserting something(an autoscript maybe or any prog) in the 80th byte .Comment
Comment