i can't seem to get it to save the Hex string back to a file.
This is the code i using to open the file
Dim builder As New StringBuilder
Using reader As FileStream = File.OpenRead(Parth)
Dim length As Long = reader.Length
Do Until reader.Position = length...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.