mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 8.3
This commit is contained in:
@@ -20,8 +20,6 @@ description:
|
||||
Note: the real body of code is in `simple_appcall_common.py`.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.dirname(__file__))
|
||||
|
||||
@@ -20,8 +20,6 @@ description:
|
||||
Note: the real body of code is in `simple_appcall_common.py`.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append(os.path.dirname(__file__))
|
||||
|
||||
@@ -7,8 +7,6 @@ description:
|
||||
execution.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import ida_dbg
|
||||
import ida_ida
|
||||
import ida_lines
|
||||
|
||||
@@ -6,8 +6,6 @@ description:
|
||||
symbols that the process being debugged, provides.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import ida_dbg
|
||||
import ida_ida
|
||||
import ida_name
|
||||
|
||||
Reference in New Issue
Block a user