Skip to content

Releases: david942j/rbelftools

v1.3.1

22 Apr 20:49
Compare
Choose a tag to compare

What's Changed

  • Fix off-by-one in offset_from_vma by @Bo98 in #74

Full Changelog: v1.3.0...v1.3.1

v1.3.0

17 Feb 12:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Oct 15:24
Compare
Choose a tag to compare
  • 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

26 Aug 03:00
27a5b19
Compare
Choose a tag to compare
  • Drop Ruby 2.3 support
  • Add SHN_, PF_, DT_VERSYM constants. (#44, @rmNULL)

v1.1.2

03 Feb 09:17
Compare
Choose a tag to compare
  • Add child errors to ELFError for specific failures (#43)

v1.1.1

27 Oct 14:02
Compare
Choose a tag to compare
  • Required Ruby version >= 2.3 (#40)
  • Suppress the warning of keyword arguments introduced in Ruby 2.7 (#42)

v1.1.0

07 Jan 16:38
Compare
Choose a tag to compare
  • Implemented Dynamic#tags_by_type
  • Introduced LoadSegment to have query file_offset <-> vma much easier.

v1.0.2

25 Oct 15:16
Compare
Choose a tag to compare
  • Add STT/STB constants (#23)
  • Upgrade dependencies

v1.0.1

03 Oct 14:29
Compare
Choose a tag to compare
  • Fix a bug of big endian
  • Fix method redefined warning

v1.0.0

02 Oct 11:12
Compare
Choose a tag to compare
  • Add ELF patcher