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
* Organize examples in Makefile
* .gitignore binaries created in examples/linux
* Add a new Linux example using fclose
* Add a test case for the fclose example binary
See also #1602 and #1604.
* Add a comment for the change from #1604
* Delete an obsolete comment
* Add type hints to native integration tests
* Do not squelch command output from test
* Use `--worksapce` for `test_logger_verbosity`
This should prevent extra mcore_* directories from hanging around after testing.
* Reformat test_integration_native.py via `black`
OS / Environment
Manticore version
Python version
Dependencies
Summary of the problem
If you try to run manticore on
/bin/ls
with no arguments, Manticore crashes.Step to reproduce the behavior
Expected behavior
Manticore should not crash.
Actual behavior
The text was updated successfully, but these errors were encountered: