Sha256: 9da77739f2f1ae9820134ae1e9b42f03cef8f081495fc1b284164479c4388b92

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 Bytes

Contents

#pragma once

#include "c_frida.h"

extern VALUE mCFrida;
extern VALUE cCompiler;

typedef struct {
    FridaCompiler   *handle;
    char            *entrypoint;
    FridaBuildOptions *options;
} build_sync_proxy_args;

typedef struct {
    FridaCompiler   *handle;
    char            *entrypoint;
    FridaWatchOptions *options;
} watch_sync_proxy_args;

void	define_Compiler();
VALUE	Compiler_from_FridaCompiler(FridaCompiler *handle);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
frida-0.1.1 ext/c_frida/inc/Compiler.h