Top "Binaryfiles" questions

A binary file is a computer file which may contain any type of data, encoded in binary form for computer storage and processing purposes.

python get unicode string size

I have a binary file. This file contains an UTF-8 string. Moreover, it is guaranteed that this string is just …

python utf-8 binaryfiles
Git or Subversion for binary files

We need to store binary files (mostly MS Word documents, ranging from a couple of KB to a couple of …

svn git version-control binaryfiles
Reading 32 bit signed ieee 754 floating points from a binary file with python?

I have a binary file which is simple a list of signed 32 bit ieee754 floating point numbers. They are not …

python parsing floating-point binaryfiles ieee-754
Parsing binary files with Python

As a side project I would like to try to parse binary files (Mach-O files specifically). I know tools exist …

python binaryfiles
Replace sequence of bytes in binary file

What is the best method to replace sequence of bytes in binary file to the same length of other bytes? …

c# replace byte binaryfiles
Git checking out problem [fatal: early EOFs]

I'm running a Ubuntu (9.10) server with Git (latest from Ubuntu package manager) installed. Access to the Git is via SSH. …

git ubuntu-9.10 binaryfiles
Which PHP function to use to read a binary file into a string?

Which PHP function to use to read a binary file into a string?

php file-io binaryfiles
Modifying contents of Android .aar file / Converting to and from .zip format

So I have a .aar file which has a file I need to remove from inside it. I am running …

android android-studio zip binaryfiles aar
Is it possible to edit a binary file using Windows command line?

Is there a way in Windows to edit a binary file, from the command line? i.e. a way that …

windows cmd edit binaryfiles
Serializing a class which contains a std::string

I'm not a c++ expert but I've serialized things a couple of times in the past. Unfortunately this time I'm …

c++ serialization binaryfiles