diff --git a/frida/iostream.go b/frida/iostream.go index 9411569..f0b97d6 100644 --- a/frida/iostream.go +++ b/frida/iostream.go @@ -1,14 +1,6 @@ package frida -/*#include - -static void * -read_input_stream(GInputStream *stream, gsize count, gsize *bytes_read, GError **error) { - void * buffer; - *bytes_read = g_input_stream_read(stream,buffer,count,NULL,&error); - return buffer; -} -*/ +//#include import "C" import ( "io"