Skip to content

Commit 5b9c666

Browse files
committed
Remove the obsolete "authomize output" option
1 parent 5546c7c commit 5b9c666

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

examples/windows_trace.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def emulate(path, rootfs, verbose=QL_VERBOSE.DEBUG, enable_trace=False):
115115
parser.add_argument("-t", "--trace", help="Enable full trace", action='store_true', default=False)
116116
parser.add_argument("-R", "--root", help="rootfs", default=None)
117117
parser.add_argument("-d", "--dump", help="Directory to dump memory regions to", default="dump")
118-
#parser.add_argument("-a", "--automatize_input", help="Automatize writes on standard input", default=False)
119118
parser.add_argument("-p ", "--profile", help="customized profile",
120119
default="qiling/profiles/windows.ql")
121120
parser.add_argument('input', nargs='*')

qiling/os/windows/windows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def __make_fcall_selector(atype: QL_ARCH) -> Callable[[int], QlFunctionCall]:
8888
self.argv = self.ql.argv
8989
self.env = self.ql.env
9090
self.pid = self.profile.getint('KERNEL', 'pid')
91-
self.automatize_input = self.profile.getboolean("MISC","automatize_input")
9291

9392
self.services = {}
9493
self.load()

qiling/profiles/windows.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ split = False
4040
# maily for multiple times Ql run with one file
4141
# usage: append = test1
4242
append =
43-
automatize_input = False
4443
current_path = C:\
4544

4645
[SYSTEM]

0 commit comments

Comments
 (0)