LIEF: Library to Instrument Executable Formats
Version 2.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
lief-install
x86_64
static
include
LIEF
runtime
disassembler.hpp
Go to the documentation of this file.
1
/* Copyright 2017 - 2026 R. Thomas
2
* Copyright 2017 - 2026 Quarkslab
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
#ifndef LIEF_RUNTIME_DISASSEMBLER_H
17
#define LIEF_RUNTIME_DISASSEMBLER_H
18
19
#include "
LIEF/asm/Instruction.hpp
"
20
21
22
namespace
LIEF::runtime
{
23
24
using
instructions_it
=
iterator_range<assembly::Instruction::Iterator>
;
25
33
LIEF_API
instructions_it
disassemble
(uintptr_t addr);
34
35
}
36
37
#endif
Instruction.hpp
LIEF::iterator_range
Definition
iterators.hpp:591
LIEF::runtime
Definition
android/Host.hpp:24
LIEF::runtime::instructions_it
iterator_range< assembly::Instruction::Iterator > instructions_it
Definition
disassembler.hpp:24
LIEF::runtime::disassemble
instructions_it disassemble(uintptr_t addr)
Start disassembling instructions at the given absolute virtual address.
LIEF_API
#define LIEF_API
Definition
visibility.h:45
Generated by
1.18.0