mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-4144: Many fixes, esp., for dbgeng Trace RMI.
This commit is contained in:
parent
1281fb979b
commit
a6549947ab
30 changed files with 1526 additions and 725 deletions
|
@ -14,6 +14,7 @@
|
|||
# limitations under the License.
|
||||
##
|
||||
import os
|
||||
from ghidradbg.util import *
|
||||
from ghidradbg.commands import *
|
||||
|
||||
ghidra_trace_connect(os.getenv('GHIDRA_TRACE_RMI_ADDR'))
|
||||
|
@ -25,6 +26,6 @@ ghidra_trace_start(os.getenv('OPT_TARGET_IMG'))
|
|||
ghidra_trace_sync_enable()
|
||||
|
||||
# TODO: HACK
|
||||
dbg().wait()
|
||||
dbg.wait()
|
||||
|
||||
repl()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue