mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
byterun build with analyzer
This commit is contained in:
parent
2cd7afe0c5
commit
4c34a63bb7
14 changed files with 808 additions and 32 deletions
7
byterun/include/analyzer.hpp
Normal file
7
byterun/include/analyzer.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
extern "C" {
|
||||
#include "utils.h"
|
||||
}
|
||||
|
||||
void analyze(const Bytefile &bf);
|
||||
Loading…
Add table
Add a link
Reference in a new issue