This commit is contained in:
Romain Thomas
2023-07-01 08:38:56 +02:00
parent eee71c930e
commit 7057b9d359
3 changed files with 7 additions and 2 deletions
@@ -40,7 +40,9 @@ void create<ParserConfig>(py::module& m) {
.def_readwrite("parse_symbol_versions", &ParserConfig::parse_symbol_versions,
"Whether versioning symbols should be parsed")
.def_readwrite("parse_notes", &ParserConfig::parse_notes,
"Whether ELF notes information should be parsed")
"Whether ELF notes information should be parsed")
.def_readwrite("parse_overlay", &ParserConfig::parse_overlay,
"Whether the overlay data should be parsed")
.def_readwrite("count_mtd", &ParserConfig::count_mtd,
R"delim(
The :class:`~lief.ELF.DYNSYM_COUNT_METHODS` to use for counting the dynamic symbols