gimli-rs / gimli

A library for reading and writing the DWARF debugging format
https://docs.rs/gimli/
Apache License 2.0
857 stars 109 forks source link

Improve simple_write example #747

Closed philipc closed 3 months ago

philipc commented 3 months ago

Use the correct relocation kind for COFF, and use the correct string section flags for ELF.

Fixes #746