maybe
maybe copied to clipboard
:open_file_folder: :rabbit2: :tophat: See what a program does before deciding whether you really want it to happen (NO LONGER MAINTAINED)
``` Warning: Running without traceFork support. Syscalls from subprocesses can not be intercepted. Traceback (most recent call last): File "/Users/evar/anaconda/bin/maybe", line 11, in sys.exit(main()) File "/Users/evar/anaconda/lib/python3.6/site-packages/maybe/maybe.py", line 159, in main...
Cygwin_x64 rise error: NotImplementedError: Unknown OS!
npm (node package manager) seems to require some TTY features not supported by `maybe`: ``` $ maybe npm help tty.js:73 handle: new TTY(fd, false), ^ Error: EBADF: bad file descriptor,...
Hi. I've just read this post and tried it. [How to use maybe to test Linux commands](http://www.techrepublic.com/article/how-to-use-maybe-to-test-linux-commands/) There's a file named 'abcd'. I run this command from the directory where...
``` gentoo tmp # maybe --version Error executing --version: [Errno 2] No such file or directory. ```
To test maybe, I wrote a simple script ```diff $ cat demo.sh rm -rf temp123 mkdir temp123 $ maybe ./demo.sh - Error executing ./demo.sh: [Errno 13] Permission denied. $ sudo...
I have tried runnning the [Nodejs install script](https://deb.nodesource.com/setup_6.x) with maybe 0.4.0-1 on Ubuntu Yakkety, and with maybe, the script simply stops after "echo 'Installing the NodeSource Node.js 6.x repo...'". ```...
issue#34
return simply the subprocess return value
using `int 0x80` in a elf-64 binary, its easy to bypass, example: test.asm ``` asm section .text global _start section .rodata x db '/tmp/abcd',0x0 _start: mov eax, 5 mov ebx,...
Among others: - `utime`, `utimes` - `futimes`, `lutimes` - `utimensat`, `futimens`