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
Python does not have a fcntl equivalent on windows. This will prevent Qiling from running on Windows OS. qiling.os.posix.filestruct relies on fnctl for ioctl method in the ql_file, ql_socket, and ql_pipe classes.
The text was updated successfully, but these errors were encountered:
As of now we can confirmed Windows can run Qiling with PE only. That is for .travis.yml
So we can use Travis-CI Windows DLL to test our Qiling's Windows code.
As for fcntl, no too sure yet, maybe we will leave this case open until we see hope.
Python does not have a fcntl equivalent on windows. This will prevent Qiling from running on Windows OS. qiling.os.posix.filestruct relies on fnctl for ioctl method in the ql_file, ql_socket, and ql_pipe classes.
The text was updated successfully, but these errors were encountered: