jesko
jesko
Unfortunately, the fix for #113 seems to have introduced another issue that appears when PyPCAPKit is used in a Python 3.7 environment. The following is on Python 3.7.0, Windows 10,...
This is related to #3, #81, and #76. I am using this (fantastic, might I say) library in malware research to unpack ISO files that contain malicious samples. It works...
### Description Installing PyPCAPKit under Python 3.7.0 fails. ### System information A clear and concise description of your system information. - OS Version: Windows 10 - Python Version: 3.7.0 -...
This issue tracks https://github.com/lief-project/LIEF/issues/1110, which is currently the main blocker for switching completely to LIEF as our executable parsing abstraction layer. This would replace 3 dependencies, some of them rather...
Similar to https://github.com/lief-project/LIEF/issues/1110, it looks like `ktool` does not correctly parse the MachO file with the following SHA-256 hash, and based on the errors it seems likely that this is...
**Describe the bug** When trying to run a PyGhidra script, it fails to import the `pyghidra` module even though Ghidra is started with a working PyGhidra interpreter. **To Reproduce** Steps...
Hey! I am maintaining a [downstream project](https://github.com/binref/refinery/) that was using ``` 2.0.1.post1 ``` until recently. I have now upgraded to the most recent release: ``` 2.1.4 ``` This has [gone...
While [the tests pass](https://github.com/binref/refinery/actions/runs/19538352987/job/55937917687), it looks like upgrading to unicorn 2.1.4 caused a lot of exceptions to be thrown in the Windows runner environment. This is reported upstream as https://github.com/unicorn-engine/unicorn/issues/2264.