diff options
Diffstat (limited to 'src/analysis/decomp/il.h')
| -rw-r--r-- | src/analysis/decomp/il.h | 14 | 
1 files changed, 13 insertions, 1 deletions
| diff --git a/src/analysis/decomp/il.h b/src/analysis/decomp/il.h index 4f38b4f..670505c 100644 --- a/src/analysis/decomp/il.h +++ b/src/analysis/decomp/il.h @@ -25,6 +25,18 @@  #define _ANALYSIS_DECOMP_IL_H +#include "../routine.h" +#include "../../arch/processor.h" + + + +/* Procède à la décompilation d'une routinée déterminée. */ +GDecInstruction *decompiled_routine_instructions(GBinRoutine *, GExeFormat *, GArchProcessor *); + + + + +#if 0  #include "../../arch/instruction.h"  #include "../../decomp/instruction.h" @@ -32,7 +44,7 @@  /* Procède à la décompilation basique d'un bloc déterminé. */  GDecInstruction *build_decompiled_block(GArchInstruction *, vmpa_t, vmpa_t, vmpa_t, GDecContext *); - +#endif  #endif  /* _ANALYSIS_DECOMP_IL_H */ | 
