Disconnect3d
eee5dbcbf1
Remove Py2 class object inheritance
...
The `class T(object):` can just be `class T:` in Py3, so this commit just removes such inheritance.
4 years ago
Nicky Lim
b73973392d
fix typo in dd command
4 years ago
Disconnect3d
ccd8f76803
Remove travis ( #816 )
...
* Remove travis
* Remove travis
5 years ago
Paweł Płatek
e3b910c5d5
Try heap ( #744 )
...
* start try_free_parser
* try_free_parser done, tests written
* add try_free to FEATURES.md
* rename current_heap to allocator
6 years ago
Chiller Dragon
d2fc36701f
Happy new year 2020 ( #718 )
6 years ago
Anatoly Korniltsev
57cc3c2f14
Allow hexdump by module name, like vmmap ( #683 )
...
Implements #678
6 years ago
Jan Mazur
9b6d412db4
Revert "Add history command ( #643 )" ( #658 )
...
This reverts commit d1118f2cbb .
This commit breaks tab autocompletion.
7 years ago
Vesim
d1118f2cbb
Add history command ( #643 )
...
* Add history command
* Sort the imports in history.py
* Add history command to docs
7 years ago
Stuart Nevans Locke
4696c4d25a
Add mkdocs documentation ( #639 )
...
* Initial setup of mkdocs
* Add documentation for every command. Also put them in some structure
* Fix typo
* Fix newline
* Update index
* fix some leakfind errors
* Some more fixes
* Fix search
* More fix
7 years ago
Disconnect3d
15c8a1184f
Fixes #391 - kills compat.py module ( #452 )
8 years ago
KillPinguin
c4f749fcee
Removed duplicate requirement ( #339 )
...
2 Lines stated "capstone"
8 years ago
Zach Riggle
8ee0208cb7
Use "pip" versions of Capstone and Unicorn ( #176 )
...
* Use Pip version of Unicorn
* Remove capstone submodule
* Allow installation to the user site-packages for Darwin, since SIP prevents installation to the system site-packages
* Add helper functions and fix Python calls
* Remove duplicated code (rebase issues?)
9 years ago
Zach Riggle
064a2c1ea8
Add docs requirements file
9 years ago
Zach Riggle
4a96004003
Add documentation, eventually for ReadTheDocs ( #169 )
...
* First-pass for documentation, and mocking
* Add some example commands
* Add a bunch of API documentation
9 years ago