mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
fix interpreter and analyzer with new algorithm (with bugs)
This commit is contained in:
parent
343a21ee2d
commit
58c9fd77c2
21 changed files with 3489 additions and 559 deletions
|
|
@ -4,4 +4,6 @@ extern "C" {
|
|||
#include "utils.h"
|
||||
}
|
||||
|
||||
void analyze(uint32_t mod_id);
|
||||
#include <vector>
|
||||
|
||||
void analyze(Bytefile *bf, std::vector<size_t> &&add_publics = {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue