mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
This commit cleans and modernizes the code base of LIEF.
Among the changes: - It removes the ``and, or, not`` keywords - It updates the Documentation - It moves the internal structures in the ``details::`` namespace
This commit is contained in:
@@ -41,7 +41,7 @@ void create<CodeSignature>(py::module& m) {
|
||||
.def_property("data_offset",
|
||||
static_cast<getter_t<uint32_t>>(&CodeSignature::data_offset),
|
||||
static_cast<setter_t<uint32_t>>(&CodeSignature::data_offset),
|
||||
"Offset in the binary where signature starts")
|
||||
"Offset in the binary where the signature starts")
|
||||
|
||||
.def_property("data_size",
|
||||
static_cast<getter_t<uint32_t>>(&CodeSignature::data_size),
|
||||
|
||||
Reference in New Issue
Block a user