Releases: david942j/rbelftools
Releases · david942j/rbelftools
v1.2.0
- 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
- Drop Ruby 2.3 support
- Add SHN_, PF_, DT_VERSYM constants. (#44, @rmNULL)
v1.1.2
- Add child errors to ELFError for specific failures (#43)
v1.1.1
- Required Ruby version >= 2.3 (#40)
- Suppress the warning of keyword arguments introduced in Ruby 2.7 (#42)
v1.1.0
- Implemented
Dynamic#tags_by_type
- Introduced
LoadSegment
to have query file_offset <-> vma much easier.
v1.0.2
- Add STT/STB constants (#23)
- Upgrade dependencies
v1.0.1
- Fix a bug of big endian
- Fix
method redefined
warning