byterun build with analyzer

This commit is contained in:
ProgramSnail 2024-12-13 13:32:50 +03:00
parent 2cd7afe0c5
commit 4c34a63bb7
14 changed files with 808 additions and 32 deletions

View file

@ -0,0 +1,7 @@
#pragma once
extern "C" {
#include "utils.h"
}
void analyze(const Bytefile &bf);