miasm
Reverse engineering framework
Jitgcc.c File Reference
#include <Python.h>
#include <inttypes.h>
#include <stdint.h>
#include "compat_py23.h"
Include dependency graph for Jitgcc.c:

Classes

struct  block_id
 

Typedefs

typedef int(* jitted_func) (block_id *, PyObject *)
 

Functions

PyObject * gcc_exec_block (PyObject *self, PyObject *args)
 
 MOD_INIT (Jitgcc)
 

Typedef Documentation

◆ jitted_func

typedef int(* jitted_func) (block_id *, PyObject *)

Function Documentation

◆ gcc_exec_block()

PyObject* gcc_exec_block ( PyObject *  self,
PyObject *  args 
)

◆ MOD_INIT()

MOD_INIT ( Jitgcc  )