dje42 / gdb

various gdb patches, extensions
GNU General Public License v2.0
1 stars 0 forks source link

[gdb-guile] ELF reader #16

Open dje42 opened 10 years ago

dje42 commented 10 years ago

Need to add support for accessing ELF data from scheme.

NalaGinrut commented 10 years ago

the simplest usage would be (parse-elf (call-with-input-file "some_elf_file" get-bytevector-all)) Anyway, it's low-level and preliminary. More helper functions need to be added to take advantage of this module.