mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
14 lines
203 B
C++
14 lines
203 B
C++
//<inline(py_search)>
|
|
|
|
/*
|
|
#<pydoc>
|
|
def find_binary(arg1, arg2, arg3, arg4, arg5):
|
|
"""
|
|
Deprecated. Please use ida_bytes.bin_search() instead.
|
|
"""
|
|
pass
|
|
#</pydoc>
|
|
*/
|
|
|
|
//</inline(py_search)>
|