File: vdex.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 (47 lines) | stat: -rw-r--r-- 679 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
VDEX
----

Utilities
*********

.. doxygenfunction:: LIEF::VDEX::is_vdex(const std::string&)
  :project: lief

.. doxygenfunction:: LIEF::VDEX::is_vdex(const std::vector<uint8_t>&)
  :project: lief

.. doxygenfunction:: LIEF::VDEX::version(const std::string&)
  :project: lief

.. doxygenfunction:: LIEF::VDEX::version(const std::vector<uint8_t>&)
  :project: lief

.. doxygenfunction:: LIEF::VDEX::android_version
  :project: lief

----------

Parser
*******

.. doxygenclass:: LIEF::VDEX::Parser
   :project: lief

----------


File
****

.. doxygenclass:: LIEF::VDEX::File
   :project: lief

----------

Header
******

.. doxygenclass:: LIEF::VDEX::Header
   :project: lief