viv-utils
viv-utils copied to clipboard
Utilities for working with vivisect
# Issue Description Installing latest `viv-utils` with `flirt` extra fails on Python 3.12 ```sh pip install "viv-utils[flirt]==0.7.9" ``` ``` Collecting viv-utils==0.7.9 (from viv-utils[flirt]==0.7.9) ... ERROR: Could not find a version...
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.0.0.3 to 69.0.0.20240115. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.4. Release notes Sourced from pytest's releases. pytest 7.4.4 (2023-12-31) Bug Fixes #11140: Fix non-string constants at the top of file being detected as docstrings...
Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.8.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.8 We’ve just uploaded mypy 1.8 to the Python Package Index (PyPI). Mypy...
Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.12.1. Release notes Sourced from black's releases. 23.12.1 Fixed a bug that included dependencies from the d extra by default (#4108) 23.12.0 Highlights It's almost...
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.10.0 to 2.11.1. Changelog Sourced from pycodestyle's changelog. 2.11.1 (2023-10-12) Changes: E275: fix false positive with fstrings containing keyword parts in python 3.12 2.11.0 (2023-07-29) Changes: Drop...
Via @upside2 > I think there's a problem in viv_utils even with my alloca_probe fix. The test for [vivisect] PR #515 gets to https://github.com/williballenthin/viv-utils/blob/e6e372c51221ca3e6d2858d62d8be80ba00029b7/viv_utils/emulator_drivers.py#L293 where executeOpcode() correctly steps into the...
as a suggestion, let's split up the emulators into individual files; `emulator_drivers.py` is already over 800 lines long _Originally posted by @mr-tz in https://github.com/williballenthin/viv-utils/pull/35#discussion_r837757488_
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 72.2.0. Changelog Sourced from setuptools's changelog. v72.2.0 Features pypa/distutils#272pypa/distutils#237pypa/distuils#228#4538) v72.1.0 Features Restore the tests command and deprecate access to the module. (#4519) (#4520) v72.0.0 Deprecations...
Bumps [types-setuptools](https://github.com/python/typeshed) from 70.0.0.20240524 to 71.1.0.20240818. Commits See full diff in compare view Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | |...