1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 03:05:22 +03:00
fq/format/elf
Mattias Wadman 5382d46a9a elf: Basic program header notes decoding
Used in coredump to record various statees but also used in executables.

Next step would be to decode the note descriptions, like register info, file mappings etc.
Maybe a bit tricky as it is os/abi specific.
2022-09-09 14:35:35 +02:00
..
testdata elf: Basic program header notes decoding 2022-09-09 14:35:35 +02:00
elf.go elf: Basic program header notes decoding 2022-09-09 14:35:35 +02:00