Click here to Skip to main content
15,881,248 members
Everything / Binary

Binary

binary

Great Reads

by Christ Kennedy
A graphically bouncy and colorful version of the popular numbers tile-sliding game
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
by Member 13376231
An overview of a tricky binary collision example when there are multiple definitions of symbols in linked binaries
by PIEBALDconsult
I wasn't going to publish this version, but I just used it a second time, so maybe someone else will need it too. This is very much like the second version above except that it uses a non-generic IList. Today, I used this to find and insert TreeNodes in a TreeNodeCollection, yesterday I used it...

Latest Articles

by Jovibor
Library for parsing internal structures of PE32/PE32+ binary files.
by Member 13376231
An overview of a tricky binary collision example when there are multiple definitions of symbols in linked binaries
by Christ Kennedy
A graphically bouncy and colorful version of the popular numbers tile-sliding game
by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner

All Articles

Sort by Score

Binary 

19 Mar 2020 by honey the codewitch
BinaryReader and BinaryWriter can be used to parse or write binary files more easily and in a portable manner
4 Dec 2020 by Member 13376231
An overview of a tricky binary collision example when there are multiple definitions of symbols in linked binaries
8 Dec 2011 by PIEBALDconsult
I wasn't going to publish this version, but I just used it a second time, so maybe someone else will need it too. This is very much like the second version above except that it uses a non-generic IList. Today, I used this to find and insert TreeNodes in a TreeNodeCollection, yesterday I used it...
25 Dec 2011 by PIEBALDconsult
A binary search of a sorted IList to retrieve an index