Bfd3 Core Library | PLUS |
The heart of the library is the descriptor structure. It acts as a view into a raw buffer. You define a descriptor with a pointer, length, and read/write offset. Functions like bfd3_read_u32() or bfd3_write_bytes() operate on this descriptor without moving the underlying data.