diff --git a/out_of_tree/parsed_notifications.zip b/out_of_tree/parsed_notifications.zip index ac483d7..b6df0ec 100644 Binary files a/out_of_tree/parsed_notifications.zip and b/out_of_tree/parsed_notifications.zip differ diff --git a/pydoc_injections3.txt b/pydoc_injections3.txt index eb2ad42..9642da2 100644 --- a/pydoc_injections3.txt +++ b/pydoc_injections3.txt @@ -5286,11 +5286,10 @@ get_current_thread(*args) -> 'thid_t' Help on function get_dbg_byte in module ida_dbg: -get_dbg_byte(*args) -> 'bool' - get_dbg_byte(x, ea) -> bool +get_dbg_byte(*args) -> 'uint32 *' + get_dbg_byte(ea) -> bool Get one byte of the debugged process memory. - @param x: (C++: uint32 *) pointer to byte value @param ea: (C++: ea_t) linear address @return: true success false address inaccessible or debugger not running diff --git a/pydoc_injections_pro3.txt b/pydoc_injections_pro3.txt index 7977baa..70367e8 100644 --- a/pydoc_injections_pro3.txt +++ b/pydoc_injections_pro3.txt @@ -5286,11 +5286,10 @@ get_current_thread(*args) -> 'thid_t' Help on function get_dbg_byte in module ida_dbg: -get_dbg_byte(*args) -> 'bool' - get_dbg_byte(x, ea) -> bool +get_dbg_byte(*args) -> 'uint32 *' + get_dbg_byte(ea) -> bool Get one byte of the debugged process memory. - @param x: (C++: uint32 *) pointer to byte value @param ea: (C++: ea_t) linear address @return: true success false address inaccessible or debugger not running @@ -111571,6 +111570,10 @@ Documentation on variable SEARCH_BRK in module ida_search: return BADADDR if the search was cancelled. +Documentation on variable SEARCH_USESEL in module ida_search: + + query the UI for a possible current selection to limit the search to + Documentation on variable SREG_NUM in module ida_segment: Maximum number of segment registers is 16 (see segregs.hpp) diff --git a/release_pydoc_injections3.txt b/release_pydoc_injections3.txt index 88e542d..b81059a 100644 --- a/release_pydoc_injections3.txt +++ b/release_pydoc_injections3.txt @@ -5281,11 +5281,10 @@ get_current_thread(*args) -> 'thid_t' Help on function get_dbg_byte in module ida_dbg: -get_dbg_byte(*args) -> 'bool' - get_dbg_byte(x, ea) -> bool +get_dbg_byte(*args) -> 'uint32 *' + get_dbg_byte(ea) -> bool Get one byte of the debugged process memory. - @param x: (C++: uint32 *) pointer to byte value @param ea: (C++: ea_t) linear address @return: true success false address inaccessible or debugger not running diff --git a/release_pydoc_injections_pro3.txt b/release_pydoc_injections_pro3.txt index 40154fc..23aa86a 100644 --- a/release_pydoc_injections_pro3.txt +++ b/release_pydoc_injections_pro3.txt @@ -5281,11 +5281,10 @@ get_current_thread(*args) -> 'thid_t' Help on function get_dbg_byte in module ida_dbg: -get_dbg_byte(*args) -> 'bool' - get_dbg_byte(x, ea) -> bool +get_dbg_byte(*args) -> 'uint32 *' + get_dbg_byte(ea) -> bool Get one byte of the debugged process memory. - @param x: (C++: uint32 *) pointer to byte value @param ea: (C++: ea_t) linear address @return: true success false address inaccessible or debugger not running