mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-11 09:35:08 +00:00
Fix bugs
This commit is contained in:
parent
f7a6726a5a
commit
39e447eccd
10 changed files with 95 additions and 105 deletions
|
|
@ -10,20 +10,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef SCRIPT_ENGINE_H
|
||||
#define SCRIPT_ENGINE_H
|
||||
|
||||
#pragma once
|
||||
#include "scanner.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "scanner.h"
|
||||
#include "ScriptEngineCommon.h"
|
||||
|
||||
//#define _SCRIPT_ENGINE_DBG_EN
|
||||
|
||||
|
||||
|
||||
#define SYMBOL_BUFFER_INIT_SIZE 1024
|
||||
#define MAX_TEMP_COUNT 32
|
||||
|
||||
// TODO : Automate generating this array
|
||||
const char* OneOperandSemanticRules[] =
|
||||
|
|
@ -95,5 +87,3 @@ __declspec(dllexport) PSYMBOL_BUFFER ScriptEngineParse(char* str);
|
|||
|
||||
void CodeGen(TOKEN_LIST MatchedStack, PSYMBOL_BUFFER CodeBuffer, TOKEN Operator);
|
||||
char HasTwoOperand(TOKEN Operator);
|
||||
|
||||
#endif // !SCRIPT_ENGINE_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue