Commit Graph

11 Commits

Author SHA1 Message Date
Romain Thomas a8e1e40e1e Update doc 2017-06-11 16:21:30 +02:00
Romain Thomas 6d70333f64 Implement equals operators for ELF::GnuHash 2017-06-11 16:02:01 +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 77d43f9db4 Fully handle section-less ELF binaries
* Fix #25
  * ELF `tiny` binaries are now handled (see #7)
  * Computation of dynamic symbols can be done with differents methods:
    hash table, sections and relocations. (See LIEF::ELF::DYNSYM_COUNT_METHODS)
  * ELF parser can be configured to use one of the DYNSYM_COUNT_METHODS
  * Improve tests
2017-05-06 16:18:02 +02:00
Romain Thomas 2ded57e676 Improve documentation 2017-04-29 10:45:26 +02:00
Romain Thomas 3ffbb53850 Uniform API name for sections and segments.
ELF:
  - segment.data has been renamed to segment.content
2017-04-17 07:32:30 +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 4df7c5bb84 Fix typo 2017-04-06 14:42:45 +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