maybe
maybe copied to clipboard
can this work in cygwin?
No I guess. Maybe detects internal *nix system calls which makes permanent changes.
what cygwin do is provide Linux Like functionality! But internally it's using windows calls; which will not be detected by maybe.
NOT SURE THOUGH :sweat_smile:
Cygwin actually contains an strace implementation. Since maybe, like strace, relies on ptrace, at least in theory maybe could work under Cygwin.
I have no way to test this though, because I do not have access to a Windows machine.