Mathieu Tarral
Mathieu Tarral
**Describe the bug** LIEF parsing tend to be very slow on huge binaries. For example printing whether pandoc binary (118 MB) has NX takes **48 seconds** ! :fearful: **To Reproduce**...
**Is your feature request related to a problem? Please describe.** I'm considering using your library to parse raw memory from multiple sources (memory dump or a live-VM) The goal is...
Hi, I'm cross-posting this issue from https://github.com/hashicorp/vagrant/issues/11256 Basically, everytime I try to use your image, it fails with a random network access issue in the guest. ### Vagrant version `Vagrant...
Hi ! I found your work thanks to reddit, and it turns out that i was working on the same thing as you, but for the [FLARE VM](https://github.com/fireeye/flare-vm/issues): [packer-flare](https://github.com/Wenzel/packer-flare), a...
Hi, This is a feature request. I would like to have a debug mode in SEE, allowing me to log what signals have been triggered, and what associated handlers have...
Hi, I noticed that when i install `python-see` from `pip`, the `plugins` are also installed: ~~~python In [1]: import plugins In [2]: plugins.__file__ Out[2]: '/usr/local/lib/python3.6/dist-packages/python_see-1.2.6-py3.6.egg/plugins/__init__.py' In [3]: ~~~ Having a...
Hi, I'm facing a segfault while trying to read physical memory: ~~~c #0 std::__atomic_base::store (__m=std::memory_order_release, __i=false, this=0x370f1a00370f190) at /usr/include/c++/9/bits/atomic_base.h:397 #1 std::atomic::store (this=0x370f1a00370f190, __i=false, __m=std::memory_order_release) at /usr/include/c++/9/atomic:105 #2 0x00007ffff75a8be4 in (anonymous...
Hi ! This PR aims to bring the support of a new address space based on virtual machine introspection. ping @asabellico since she looked at the issue I opened a...
## Summary The MinIO provider raises an `ObjectHashMismatchError` when trying to upload an object, for no clear reason 100% reproducible, code to repro the bug is provided ## Detailed Information...
## Summary When using the `minio` provider and getting an object, the method raises an `libcloud.common.types.InvalidCredsError`, despite the fact that it was able to create a container and upload it...