mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
9 lines
136 B
C++
9 lines
136 B
C++
#pragma once
|
|
|
|
extern "C" {
|
|
#include "utils.h"
|
|
}
|
|
|
|
#include <vector>
|
|
|
|
void analyze(Bytefile *bf, std::vector<size_t> &&add_publics = {});
|