5 Commits

Author SHA1 Message Date
Romain Thomas
a8e1e40e1e Update doc 2017-06-11 16:21:30 +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
86b2963e96 Fix missing entries in the documentation 2017-05-01 16:24:27 +02:00
Romain Thomas
d977158794 Fix typos 2017-04-06 17:49:33 +02:00
Romain Thomas
306a191a03 First public release 2017-03-30 16:56:49 +02:00