#include int main(int argc, char** argv) { std::unique_ptr binary{LIEF::ELF::Parser::parse("/usr/bin/ls")}; return 0; }