Demangle the given input.
Warning
This function only works with the extended version of LIEF
Change logging level
Enable the logger globally
Disable the logger globally
Change the logger as a file-base logging and set its path
Bases: object
Bases: object
Bases: object
Opaque value returned when a void function is executed successfully.
Bases: object
Return either: ok_t
(success) or lief_errors
(error)
See also the section Error Handling
LIEF no longer uses exceptions which have been replaced with the ResultOrError
idiom.