Skip to content

Commit dacc8e0

Browse files
committed
Remove redundant BLOB case
1 parent d2b4867 commit dacc8e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

qiling/debugger/qdb/qdb.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ def __bp_handler(ql: Qiling, address: int, size: int):
136136
with self.__set_temp(self.ql, 'verbose', QL_VERBOSE.DISABLED):
137137
self.ql.os.run()
138138

139-
if self.ql.os.type is QL_OS.BLOB:
140-
self.ql.loader.entry_point = self.ql.loader.load_address
141-
142-
elif init_hook:
139+
if init_hook:
143140
for each_hook in init_hook:
144141
self.do_breakpoint(each_hook)
145142

0 commit comments

Comments
 (0)