Home
last modified time | relevance | path

Searched refs:SBProcessRawIO (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/doc/debugging/
H A Ddebugging.md38 be hugely beneficial performance-wise to make use of the `io.SBProcessRawIO` class. Furthermore, if…
53 from core.io import SBProcessRawIO
56 io_access = SBProcessRawIO(LazyTarget.GetProcess(), start_addr, 4096)
74 from core.io import SBProcessRawIO
76 io_access = SBProcessRawIO(LazyTarget.GetProcess(), start_addr, size)
81 Not only that, but you can also tack on a BufferedRandom class on top of the SBProcessRawIO instanc…
85 from core.io import SBProcessRawIO
88 io_access = SBProcessRawIO(LazyTarget.GetProcess(), start_addr, size)
/xnu-11215.61.5/tools/lldbmacros/core/
H A Dio.py7 class SBProcessRawIO(io.RawIOBase): class
/xnu-11215.61.5/tools/lldbmacros/
H A Dkext.py18 from core.io import SBProcessRawIO
134 procio = SBProcessRawIO(process, address, size)