.BDF File
.bdf is Binary Data File
Features | Description |
---|---|
File Extension | .bdf |
Format | N/A |
Category | Data |
.bdf is Binary Data File
Features | Description |
---|---|
File Extension | .bdf |
Format | N/A |
Category | Data |
What's on this Page
File extension bdf is also used by Bdiff engine. Bdiff creates a binary difference between two files. On unix like systems, many people use diff and patch to update source files. They are very powerful for "line oriented" data. However, they are incapable of handling binary data.
Modifying a single line in source file amounts to a considerable difference in its compiled object. Calling address, variable address, segment value, they will all change even when object's structure remains similar.
Bdiff creates the difference of two objects. Suppose, the difference will be much smaller than whole new object file. With bupdate and "old object file", you can create new object file from the difference file.