Rbelftools Versions Save

ELF parser library implemented in pure Ruby!

v1.3.1

3 weeks ago

What's Changed

Full Changelog: https://github.com/david942j/rbelftools/compare/v1.3.0...v1.3.1

v1.3.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/david942j/rbelftools/compare/v1.2.0...v1.3.0

v1.2.0

1 year ago
  • Drop Ruby 2.5 support
  • Add more DT/EM/section constants (#70, thanks to @Bo98 !)
  • Add to_h function to ELFStruct so that it can be easily parsed (#61, thanks to @zygzagZ !)

v1.1.3

3 years ago
  • Drop Ruby 2.3 support
  • Add SHN_, PF_, DT_VERSYM constants. (#44, @rmNULL)

v1.1.2

4 years ago
  • Add child errors to ELFError for specific failures (#43)

v1.1.1

4 years ago
  • Required Ruby version >= 2.3 (#40)
  • Suppress the warning of keyword arguments introduced in Ruby 2.7 (#42)

v1.1.0

5 years ago
  • Implemented Dynamic#tags_by_type
  • Introduced LoadSegment to have query file_offset <-> vma much easier.

v1.0.2

5 years ago
  • Add STT/STB constants (#23)
  • Upgrade dependencies

v1.0.1

6 years ago
  • Fix a bug of big endian
  • Fix method redefined warning

v1.0.0

6 years ago
  • Add ELF patcher