3 Commits

Author SHA1 Message Date
Romain Thomas 4fa7229678 Add .clang-format configuration matching project style 2026-03-28 07:35:23 +01:00
Romain Thomas e9782c5927 Clean & modernize LIEF code base
This commit (obviously non-atomic) cleans LIEF's code base by:
  - Using pointer semantics (`std::unique_ptr<>`)
  - Using LEAF boost error in the binary stream
  - Reducing the scope of the iterators (`it_section`, ...)
  - Removing `Structures.hpp` from the public headers
  - etc
2022-02-05 06:09:06 +01:00
Romain Thomas 8511b606d2 Add authenticode example 2021-01-16 09:44:52 +01:00