lama_byterun/byterun/include/analyzer.hpp
2024-12-13 13:32:50 +03:00

7 lines
83 B
C++

#pragma once
extern "C" {
#include "utils.h"
}
void analyze(const Bytefile &bf);