X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fbindings%2Fguile%2Ffrida.i;h=bc3bff434abbb53dccabde1d42d9e6b64cf31852;hp=c8b80b6cbc8b4a7ee618a82a069365aecc3c0666;hb=ebe7b20f8756f239fb61b5a3e3faabeebe708ad1;hpb=8f48ae542e0031cc5d7efc425d696be6c2005181 diff --git a/src/bindings/guile/frida.i b/src/bindings/guile/frida.i index c8b80b6..bc3bff4 100644 --- a/src/bindings/guile/frida.i +++ b/src/bindings/guile/frida.i @@ -8,12 +8,6 @@ %include %include - // noone knows how to get these working -%ignore beginFunctions(); -%ignore endFunctions(); -%ignore beginBasicBlocks(); -%ignore endBasicBlocks(); - %{ #include "core/Function.hxx" #include "core/BasicBlock.hxx" @@ -24,9 +18,9 @@ %} namespace std { - %template(BasicBlockMap) map; - %template(FunctionMap) map; - %template(InterpreterMap) map; + /* %template(wearethepeople) map; */ + /* %template(FunctionMap) map; */ + /* %template(InterpreterMap) map; */ } %inline %{