Skip to content

Commit c9f32f1

Browse files
committed
Explicitly set some properties in the constructor
1 parent f274b22 commit c9f32f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

qiling/core.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,14 @@ def __init__(
206206
# Add extra guard options when configured to do so
207207
self._init_stop_guard()
208208

209+
###############################
210+
# Properties configured later #
211+
###############################
212+
self.entry_point = None
213+
self.exit_point = None
214+
self.timeout = None
215+
self.count = None
216+
self._initial_sp = None
209217

210218
#####################
211219
# Qiling Components #

0 commit comments

Comments
 (0)