Skip to content

linux-loader-v0.14.0

Latest

Choose a tag to compare

@andreeaflorescu andreeaflorescu released this 26 Jun 08:13

[v0.14.0]

Fixed

  • [#224] Fixed docs.rs build.

Changed

  • [#237] Replace bindgen files with manual translations.
    As a consequence, elf64_phdr is renamed to Elf64_Phdr, elf64_hdr to Elf64_Ehdr, and elf64_note to
    Elf64_Nhdr. In the definition of the fixed size array e_ident we now use u8 instead of raw_char.