File: index.rst

package info (click to toggle)
lief 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 16,036 kB
  • sloc: cpp: 76,013; python: 6,167; ansic: 3,355; pascal: 404; sh: 98; makefile: 32
file content (134 lines) | stat: -rw-r--r-- 1,539 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.. _cpp-api-ref:

C++
===

.. toctree::
  :maxdepth: 2

  abstract.rst
  elf.rst
  pe.rst
  macho.rst
  oat.rst
  dex.rst
  vdex.rst
  art.rst


.. toctree::
  :caption: Platforms
  :maxdepth: 2

  platforms/android.rst

Exceptions
----------

.. doxygenclass:: LIEF::exception
   :project: lief

.. doxygenclass:: LIEF::bad_file
   :project: lief

.. doxygenclass:: LIEF::bad_format
   :project: lief

.. doxygenclass:: LIEF::not_implemented
   :project: lief

.. doxygenclass:: LIEF::not_supported
   :project: lief

.. doxygenclass:: LIEF::integrity_error
   :project: lief

.. doxygenclass:: LIEF::read_out_of_bound
   :project: lief

.. doxygenclass:: LIEF::not_found
   :project: lief

.. doxygenclass:: LIEF::corrupted
   :project: lief

.. doxygenclass:: LIEF::conversion_error
   :project: lief

.. doxygenclass:: LIEF::type_error
   :project: lief

.. doxygenclass:: LIEF::builder_error
   :project: lief

.. doxygenclass:: LIEF::parser_error
   :project: lief

.. doxygenclass:: LIEF::pe_error
   :project: lief

.. doxygenclass:: LIEF::pe_bad_section_name
   :project: lief


Iterators
---------

.. doxygenclass:: LIEF::ref_iterator
   :project: lief

.. doxygenclass:: LIEF::const_ref_iterator
   :project: lief

.. doxygenclass:: LIEF::filter_iterator
   :project: lief

.. doxygenclass:: LIEF::const_filter_iterator
   :project: lief

Logging
-------

.. doxygenclass:: LIEF::Logger
   :project: lief

Logging levels
~~~~~~~~~~~~~~

.. doxygenenum:: LIEF::LOGGING_LEVEL
   :project: lief