I am working on an API that downloads encoded video files from a server. I have to parse the data searching for the string beginning point "Application/Octet-Stream" +28 characters to the beginning of the video file- FVER. The end of the file
contains a string --uuid where I would want all of the data in between and output to a file.
Having problems trying to find powershell examples related to these searches within a binary file.
Thank you in advance.