We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f274b22 commit c9f32f1Copy full SHA for c9f32f1
qiling/core.py
@@ -206,6 +206,14 @@ def __init__(
206
# Add extra guard options when configured to do so
207
self._init_stop_guard()
208
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
217
218
#####################
219
# Qiling Components #
0 commit comments