Sha256: 11ab3a635a6201b9a8a09e12eac36acd4ec7068c8f8a245fcd40729ee32d58b3
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
#pragma once #include "c_frida.h" extern VALUE mCFrida; extern VALUE cScript; extern VALUE cGObject; typedef struct { FridaScript *handle; uint port; } enable_debugger_proxy_args; typedef struct { FridaScript *handle; char * message; GBytes * data; } post_proxy_args; void define_Script(); VALUE Script_from_FridaScript(FridaScript *handle);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
frida-0.1.1 | ext/c_frida/inc/Script.h |