This commit is contained in:
Fabio Zadrozny 2019-10-25 08:25:23 -03:00
parent e7727eb17a
commit 88db1db271

View file

@ -470,7 +470,7 @@ def run_python_code_linux(pid, python_code, connect_debugger_tracing=False, show
cmd.extend(["--eval-command='set architecture %s'" % arch])
cmd.extend([
"--eval-command='call dlopen(\"%s\", 2)'" % target_dll,
"--eval-command='call (void*)dlopen(\"%s\", 2)'" % target_dll,
"--eval-command='call (int)DoAttach(%s, \"%s\", %s)'" % (
is_debug, python_code, show_debug_info)
])