Home
Formats specific
Platforms
Change logging level
Enable the logger globally
Disable the logger globally
Change the logger as a file-base logging and set its path
Members:
TRACE
DEBUG
CRITICAL
ERROR
WARNING
INFO
Enum class which represents an error generated by LIEF’s functions
Members:
read_error
not_found
not_implemented
not_supported
corrupted
conversion_error
read_out_of_bound
asn1_bad_tag
file_error
file_format_error
parsing_error
build_error
data_too_large
Opaque value returned when a void function is executed successfully.
See also the section Error Handling
LIEF no longer uses exceptions which have been replaced with the ResultOrError
idiom.