Can I use gimli to patch some stuff in the eh_frame section of an executable?
I saw there are two different structs for e.g. CIE's for read and write.
So I assume reading, modifying and writing again is not really a use case?
Probably because changing the size of anything would corrupt the whole binary?
Is patching inline, without changing the size, out of scope as well?
Can I use gimli to patch some stuff in the eh_frame section of an executable?
I saw there are two different structs for e.g. CIE's for read and write.
So I assume reading, modifying and writing again is not really a use case?
Probably because changing the size of anything would corrupt the whole binary?
Is patching inline, without changing the size, out of scope as well?