gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Try to determine the size of the eh_frame section #18

Closed philipc closed 6 years ago

philipc commented 6 years ago

We can do slightly better by limiting it to only the segment that contains the start of eh_frame, but that requires parsing eh_frame_hdr first.

cc @roblabla for the baremetal change.

roblabla commented 6 years ago

looks good to me!