36#include <spdlog/spdlog.h>
41#include <xed-decode.h>
42#include <xed-interface.h>
45#define INSTR_SPLIT_SECTION_NAME ".obf"
68 coff::section_header_t*
scn,
69 std::vector<std::uint8_t>& fn,
76 std::vector<decomp::symbol_t>
decompose();
83 coff::section_header_t*
scn();
89 std::vector<std::uint8_t>
data();
92 coff::symbol_t* m_sym;
93 std::vector<std::uint8_t> m_data;
95 coff::section_header_t* m_scn;