10 Commits

Author SHA1 Message Date
Romain Thomas
af6ab65dc9 Implement ELF::Binary::get_symbols()
Fix: #70
2017-07-31 14:46:24 +02:00
Romain Thomas
15937dee41 Fix typo 2017-07-13 08:53:52 +02:00
Romain Thomas
483b8dc2ea Parse relocations in ELF object file (Resolve #51)
New API:
  * lief.ELF.Binary.object_relocations - Object relocations
  * lief.ELF.Binary.relocations - All relocations(plt/got, dynamic, obj)
2017-07-11 20:09:19 +02:00
Romain Thomas
b7b0bde4d5 Add a *purpose* property to ELF relocations
Adding such property enables to store plt/got and dynamic relocations
in a same container. (related to #51)
2017-07-11 11:22:21 +02:00
Romain Thomas
37cd8aa3cc Resolve #36 2017-06-11 15:26:42 +02:00
Romain Thomas
d9c6b436b5 Parse ELF notes (resolve #35) 2017-06-11 11:00:41 +02:00
Romain Thomas
2ded57e676 Improve documentation 2017-04-29 10:45:26 +02:00
Romain Thomas
99042451d8 Add function to apply a permutation on the dynamic symbols 2017-04-07 11:06:04 +02:00
Romain Thomas
e100c60417 Fix typos 2017-04-04 16:32:41 +02:00
Romain Thomas
306a191a03 First public release 2017-03-30 16:56:49 +02:00