pypcode icon indicating copy to clipboard operation
pypcode copied to clipboard

Python bindings to Ghidra's SLEIGH library for disassembly and lifting to P-Code IR

Results 13 pypcode issues
Sort by recently updated
recently updated
newest added

You can do it today, but you need to use the lower level csleigh API. Add a nicer interface for it.

updates: - [github.com/pre-commit/mirrors-clang-format: v18.1.7 → v18.1.8](https://github.com/pre-commit/mirrors-clang-format/compare/v18.1.7...v18.1.8) - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.0...v1.10.1)

### Description There is an issue after recent updates to the windows-latest runner via https://github.com/actions/runner-images/pull/9990 that causes test execution to fail. ``` test_name (test.AddrSpaceTests) ... ::error::Command python -m unittest discover...

bug