You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop "nightly" feature in favor of stabilized core::error::Error for ParseError when building for no_std. This bumps the MSRV to 1.81.0 (Sept. 5, 2024).
Change dyn.d_val() and dyn.d_ptr() to take self by ref
Relax NoteAny parsing to allow notes with names that contain invalid utf8 sequences
New Features
Add ElfStream::segment_data() to get raw segment data
Add ABI constants for MIPS
Drop "nightly" feature in favor of stabilized core::error::Error for ParseError when building for no_std
Add EM_CSKY, EM_LOONGARCH EM_FRV, EM_LANAI, and EM_VE
Make to_str no_std compatible
Make Symbol fields st_info and st_other fully public
Add NoteAny::name_str() helper to parse the note name as valid UTF8
Bug Fixes
Update e_machine_to_str to return proper value for EM_RISCV