-
Notifications
You must be signed in to change notification settings - Fork 735
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
Error while Running Qiling in window #33
Comments
hi, i dont think we have fcntl in windows. u can try to run it in WSL. please do taka note WSL2 might work better. |
as @0x1shyboy1 mention. yes, Windows does not comes with fcntl |
Well, being said, we need to find a way to work around it. Any suggestion? |
Windows : Create fcntl.py in the Lib directory of Python. def ioctl(fd, op, arg=0, mutable_flag=True): def flock(fd, op): def lockf(fd, operation, length=0, start=0, whence=0): It work for me !! any example running on Ubuntu is normal. |
Hi, If you able to solve it. PR is appriciated |
Just a note This issue is related to issue #24 |
closed and conversation moved to issue #24 |
The text was updated successfully, but these errors were encountered: