You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO][qilingida:1038] Rootfs: D:\test\test
[INFO][qilingida:1039] Custom user script: D:\test\test\custom_script.py
[INFO][qilingida:1040] Custom env: {}
[INFO][qilingida:1048] Qiling is initialized successfully.
Traceback (most recent call last):
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 810, in activate
self.action_handler.ql_handle_menu_action(self.action_type)
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 2104, in ql_handle_menu_action
[x.handler() for x in self.menuitems if x.action == action]
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 2104, in
[x.handler() for x in self.menuitems if x.action == action]
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 1043, in ql_start
self.qlemu.start()
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 895, in start
self.ql = Qiling(argv=self.path, rootfs=self.rootfs, verbose=QL_VERBOSE.DEBUG, env=self.env, *args, **kwargs)
File "D:\test\app\IDA_Pro_7.7_Portable\python38\lib\site-packages\qiling\core.py", line 163, in init
self._log_file_fd = setup_logger(self, log_file, console, log_override, log_plain)
File "D:\test\app\IDA_Pro_7.7_Portable\python38\lib\site-packages\qiling\log.py", line 183, in setup_logger
if no_color or log_plain or not __is_color_terminal(handler.stream):
File "D:\test\app\IDA_Pro_7.7_Portable\python38\lib\site-packages\qiling\log.py", line 155, in __is_color_terminal
return handler(stream.fileno())
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 893, in
setattr(sys.stderr, 'fileno', lambda: sys.stderr.fileno())
AttributeError: 'NoneType' object has no attribute 'fileno'
[ERROR][qilingida:1092] Qiling should be setup firstly.
I have set it up
It also indicates success, but there is an error message below
The text was updated successfully, but these errors were encountered:
[INFO][qilingida:1038] Rootfs: D:\test\test
[INFO][qilingida:1039] Custom user script: D:\test\test\custom_script.py
[INFO][qilingida:1040] Custom env: {}
[INFO][qilingida:1048] Qiling is initialized successfully.
Traceback (most recent call last):
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 810, in activate
self.action_handler.ql_handle_menu_action(self.action_type)
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 2104, in ql_handle_menu_action
[x.handler() for x in self.menuitems if x.action == action]
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 2104, in
[x.handler() for x in self.menuitems if x.action == action]
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 1043, in ql_start
self.qlemu.start()
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 895, in start
self.ql = Qiling(argv=self.path, rootfs=self.rootfs, verbose=QL_VERBOSE.DEBUG, env=self.env, *args, **kwargs)
File "D:\test\app\IDA_Pro_7.7_Portable\python38\lib\site-packages\qiling\core.py", line 163, in init
self._log_file_fd = setup_logger(self, log_file, console, log_override, log_plain)
File "D:\test\app\IDA_Pro_7.7_Portable\python38\lib\site-packages\qiling\log.py", line 183, in setup_logger
if no_color or log_plain or not __is_color_terminal(handler.stream):
File "D:\test\app\IDA_Pro_7.7_Portable\python38\lib\site-packages\qiling\log.py", line 155, in __is_color_terminal
return handler(stream.fileno())
File "D:/test/app/IDA_Pro_7.7_Portable/plugins/qilingida.py", line 893, in
setattr(sys.stderr, 'fileno', lambda: sys.stderr.fileno())
AttributeError: 'NoneType' object has no attribute 'fileno'
[ERROR][qilingida:1092] Qiling should be setup firstly.
I have set it up
It also indicates success, but there is an error message below
The text was updated successfully, but these errors were encountered: