代码搜索结果
找到约 10,000 项符合
I 的代码
netnode.i
// Ignore kernel only & unexported symbols
%ignore netlink;
%ignore RootNode;
%ignore for_all_supvals;
%ignore netErrorHandler;
%ignore netnode_key_count;
%ignore netnode_check;
%ignore net
ida.i
// Ignore kernel-only symbols
%ignore dual_text_options_t;
%ignore init;
%ignore retrieve;
%ignore read;
%ignore write;
// Make idainfo::get_proc_name() work
%cstring_bounded_output(char *buf
srarea.i
// Ignore kernel-only symbols
%ignore createSRarea;
%ignore killSRareas;
%ignore delSRarea;
%ignore SRareaStart;
%ignore SRareaEnd;
%ignore repairSRarea;
%ignore SRinit;
%ignore SRterm;
%igno
typeconv.i
// Convert an incoming Python list to a tid_t[] array
%typemap(in) tid_t[ANY](tid_t temp[$1_dim0]) {
int i, len;
if (!PySequence_Check($input))
{
PyErr_SetString(PyExc_Typ
idp.i
%ignore gen_idb_event;
// Ignore the function pointers
%ignore asm_t::checkarg_dispatch;
%ignore asm_t::func_header;
%ignore asm_t::func_footer;
%ignore asm_t::get_type_name;
%ignore processor
loader.i
// Ignore callback members
%ignore loader_t::accept_file;
%ignore loader_t::load_file;
%ignore loader_t::save_file;
%ignore loader_t::move_segm;
%ignore loader_t::init_loader_options;
%ignore pl
ua.i
// Include the patched header
// All the unchecked declarations are between
// #ifndef SWIG
%include "ua.hpp"
// Small function to get the global cmd pointer
// In Python it returns an insn_t c
idaapi.i
%module(docstr<mark>i</mark>ng="<mark>I</mark>DA Pro Plug<mark>i</mark>n SDK AP<mark>I</mark> wrapper",d<mark>i</mark>rectors="1") <mark>i</mark>daap<mark>i</mark>
// Suppress 'prev<mark>i</mark>ous def<mark>i</mark>n<mark>i</mark>t<mark>i</mark>on of XX' warn<mark>i</mark>ngs
#pragma SW<mark>I</mark>G nowarn=302
// Enable automat<mark>i</mark>c docstr<mark>i</mark>ng generat<mark>i</mark>on
%feat ...
segment.i
// Ignore functions with callbacks
%ignore enumerate_selectors;
%ignore enumerate_segments_with_selector;
// Kernel-only
%ignore init_groups;
%ignore save_groups;
%ignore term_groups;
%ignore