Search results

  1. S

    Saving Hex back to a File

    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...
Back
Top