//! SPDX-License-Identifier: MIT
//!
//! Copyright (c) 2023, eunomia-bpf
//! All rights reserved.
//!
use ;
use ElfFile;
use self_referencing;
/// A helper struct to solve the reference problem of ElfFile
/// This struct contains the binary of the original elf file and the ElfFile struct
/// With this we don't need to take care of the reference problem anymore