X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fbindings%2Fguile%2Ffrida.i;h=c8b80b6cbc8b4a7ee618a82a069365aecc3c0666;hp=03069b9d8cf404ab17192077e7e61e5d72deab60;hb=546b89382dd61b664c216ad7668ec783f0ad094c;hpb=099f1e8222109bf7397eff6da0c511a07906c9cd diff --git a/src/bindings/guile/frida.i b/src/bindings/guile/frida.i index 03069b9..c8b80b6 100644 --- a/src/bindings/guile/frida.i +++ b/src/bindings/guile/frida.i @@ -6,6 +6,13 @@ %include %include %include +%include + + // noone knows how to get these working +%ignore beginFunctions(); +%ignore endFunctions(); +%ignore beginBasicBlocks(); +%ignore endBasicBlocks(); %{ #include "core/Function.hxx" @@ -17,7 +24,9 @@ %} namespace std { - %template(map_uint64t_BasicBlock) map; + %template(BasicBlockMap) map; + %template(FunctionMap) map; + %template(InterpreterMap) map; } %inline %{