Backport fixes

This commit is contained in:
Arnaud Diederen
2023-02-27 09:37:36 +01:00
parent d108d21ed3
commit bb426c33ee
5 changed files with 12 additions and 12 deletions
Binary file not shown.
+2 -3
View File
@@ -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
+6 -3
View File
@@ -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)
+2 -3
View File
@@ -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
+2 -3
View File
@@ -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