rainbow-girl
Member
- Joined
- Jul 27, 2024
- Messages
- 12
- Programming Experience
- Beginner
Hi
I'm opening a binary file in a HEX editor. In this file I want so save the first 8 bytes to another destination file.
I want to read this binary file by using C# code and save the first 8 bytes of the file to a destination binary file (that will contain only those 8 bytes), all by using C# code.
Can somebody please give me a code example that can do this?
Thanks so much!!!
Lisa
I'm opening a binary file in a HEX editor. In this file I want so save the first 8 bytes to another destination file.
I want to read this binary file by using C# code and save the first 8 bytes of the file to a destination binary file (that will contain only those 8 bytes), all by using C# code.
Can somebody please give me a code example that can do this?
Thanks so much!!!
Lisa