Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'IDAPythonStdOut' object has no attribute 'fileno' #1414

Closed
MalwareGuy opened this issue Dec 2, 2023 · 1 comment
Closed

Comments

@MalwareGuy
Copy link

Describe the bug
Within IDA, IDA Python throw san error due to Qiling attempting to interact with IDAPythonStdOut by setting up the logging utility in one of its modules, even when the verbosity has been set to disabled.

Sample Code

from qiling import Qiling
from qiling.const import QL_VERBOSE
ql = Qiling(['lockbit.bin'], 'examples/rootfs/x86_windows', verbose=QL_VERBOSE.DISABLED)

Expected behavior
This line of code is expected to create a Qiling object with the verbosity of the logs set as disabled.

Screenshots
image

Additional context
Tested on IDA Home 8.3.230608 (current version), with Qiling 1.4.6 (current version).

@MalwareGuy
Copy link
Author

Looks like there's been existing requests in #1362 and #475 - gonna close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant