Historique des commits

Auteur SHA1 Message Date
  toku-sa-n 9a811d40b5 chore: use `impl Iterator` il y a 4 ans
  Isaac Woods a1237bcf35 Fix a few warnings il y a 4 ans
  Caduser2020 20f25f2398 Add struct size tests. il y a 4 ans
  mental 06dfd53b85 Correct typos and improve docs based on requested changes il y a 5 ans
  mental 1cec929f08 Mark doc tests as ignore il y a 5 ans
  mental 21d1eeb2ce Add some documentation il y a 5 ans
  Ahmed Charles f2a24b60df Fix the safe_packed_borrows warning. il y a 6 ans
  Ahmed Charles 856aae8604 Add support for multiboot information at an offset. il y a 6 ans
  Ahmed Charles e59eb2e591 Fix elf sections so it returns the last section. il y a 6 ans
  Ben Alderson e5034a1f3b Allow users to read elf section alignment il y a 6 ans
  Rob Gries d66e8cb0e5 Resolve tyvar_behind_raw_pointer warning (#37) il y a 7 ans
  Ahmed Charles 8a28a25a58 Various cleanups. il y a 7 ans
  Ahmed Charles 573866ef88 Use u64, even on 32-bit to support reading elf-64 files. il y a 7 ans
  Ahmed Charles 484e50156e Update to the 1.0.0 version of bitflags. il y a 7 ans
  Ahmed Charles fbc05fed1c Detect ELF-32 at runtime, rather than compile time. il y a 8 ans
  Ahmed Charles 5cb4ed6bf5 Change the BootInformation and ElfSection* types into value types. il y a 8 ans
  Ahmed Charles 582d5e14f4 Change pub fields into functions. il y a 8 ans
  José Miguel Sánchez García f9c58d28b3 Fix mistake with ElfSectionFlagsType il y a 8 ans
  José Miguel Sánchez García a4d88181bf Add support for ELF32 format il y a 8 ans
  Calvin Lee bae1c9c440 Added name method to ElfSection (#14) il y a 8 ans
  Calvin Lee bd5104f57a Replace overflowing cast in src/elf_sections.rs (#13) il y a 8 ans
  Calvin Lee 00aeab2469 Fix whitespace in src/elf_sections.rs il y a 8 ans
  Philipp Oppermann 33d19ac1bb Add start_address and end_address methods to ElfSection too il y a 9 ans
  Philipp Oppermann 4d64c4317a Add `ElfSection::is_allocated` function il y a 9 ans
  Philipp Oppermann 6955602209 Rename and export ElfSectionFlags il y a 9 ans
  Philipp Oppermann 05c1cb03e6 Add ElfSection::flags() method il y a 9 ans
  Philipp Oppermann 078aaf6219 Use bitflags for ElfSectionFlags il y a 9 ans
  Philipp Oppermann 0010836c8c Fix bug caused by wrong alignment il y a 9 ans
  Philipp Oppermann d130617c92 Add ElfSectionType and ElfSectionFlags enums il y a 9 ans
  Philipp Oppermann 09aa56a379 Improve ELF sections code il y a 9 ans