Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various bugfixes mostly cli oriented #467

Merged

Conversation

atlas0fd00m
Copy link
Contributor

ran into bugs while demo'ing some of the CLI commands. mostly Py3 related. one has been a bug since the GIT cutover in 2014

bugfix: getEndian() needs to be in IMemory, since other IMemory functions reference it.
improvement: Removing non-GUI vprint() which uses logging instead of memory canvas.  this is setting us up to make unittests for the CLI functions by patching in a StringMemoryCanvas and comparing the results.
envi/cli.py Show resolved Hide resolved
vivisect/vector.py Show resolved Hide resolved
vivisect/cli.py Outdated Show resolved Hide resolved
vdb/__init__.py Show resolved Hide resolved
envi/memory.py Show resolved Hide resolved
envi/cli.py Show resolved Hide resolved
envi/cli.py Show resolved Hide resolved
envi/cli.py Outdated Show resolved Hide resolved
only envi in this test...
vw to come
@atlas0fd00m
Copy link
Contributor Author

i just added some unittests for your viewing pleasure.

setup.py Show resolved Hide resolved
Copy link
Contributor

@rakuy0 rakuy0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small small questions and once you fix the tests, you should be g2g

envi/tests/test_cli.py Show resolved Hide resolved
.gitignore Show resolved Hide resolved
vivisect/tests/testvivisect.py Show resolved Hide resolved
@atlas0fd00m atlas0fd00m merged commit 44075fe into vivisect:master Nov 11, 2021
@atlas0fd00m atlas0fd00m deleted the various_bugfixes_mostly_cli_oriented branch November 11, 2021 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants