* Make Manticore behave like a dict; slim callback
* Update all sample scripts to not take a context
* Add a sample script (count_instructions.py)
* We no longer need to close over Manticore state; add callback directly
* Move Manticore's context to a public attribute
* Proxy ArrayStore's 'name' property to the underlying Array
* Make setup_stack() repeatable
* Re-initialize the stack if any of the environment was symbolicated
* Encorporate name proxy test to ArrayStore
* Use issymbolic()
* Initial moving
* Initial package __init__.py
* Use relative imports
* Correct imports for tests
* Rename main.py -> __main__.py
* Use relative imports in main
* Refactor cli to be used with setuptools
* Add basic setup.py
* Fix test_memory import
* Fix test_cpu_manual imports
* Correct iterpickle import
* Use manticore console_script installed by setuptools
* Make travis install our package for integration cli tests
* Refactor model hooks dynamic import for being in pkg
* Correct import
* Rm empty line
* Fix coverage test paths
* Remove ManticoreControl object
* Some changes were brought in from dev-symbolicate-api
* Add Manticore.terminate()
* Add State.abandon()
* Update sample scripts
* Remove ctl from README
* Fix tests
* Bring in changes from dev-symbolicate-api
* Lower-case wildcard
* string -> cstring
* abandon() docstring
* Rename "name" to "label"
* Remove obsolete comment
* Make NUL a possible value for the last byte of a cstring
* Fix AbandonState and add example binary&script
* name -> label in tests, manticore.py
* Ignore .DS_Store
* Update symbolicate_buffer docstring
* Import elftools properly
* Add pyelftools as dep
* Use elftools dep
* Rm embedded elftools
* Make travis use requirements.txt
* Workaround capstone install bug
https://github.com/aquynh/capstone/issues/445