miasm
Reverse engineering framework
Jitllvm.c File Reference
#include <Python.h>
#include <inttypes.h>
#include <stdint.h>
#include "compat_py23.h"
#include "queue.h"
#include "vm_mngr.h"
#include "bn.h"
#include "vm_mngr_py.h"
#include "JitCore.h"
#include "arch/JitCore_x86.h"
Include dependency graph for Jitllvm.c:

Functions

PyObject * llvm_exec_block (PyObject *self, PyObject *args)
 
 MOD_INIT (Jitllvm)
 

Function Documentation

◆ llvm_exec_block()

PyObject* llvm_exec_block ( PyObject *  self,
PyObject *  args 
)
Here is the call graph for this function:

◆ MOD_INIT()

MOD_INIT ( Jitllvm  )