mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
Backport fixes
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user