-
Hi,
Does pe-sieve support 32-bit and 64-bit architectures.
Also now windows started supporting ARM. Does pe-sieve support ARM?
Thanks
-
For some reason I"m not able to build hollow-hunter on Ubuntu using mingw toolchain
issue:
```
./mingw_build.sh
....
[ 86%] Linking CXX static library libpe-sieve.a
[ 86%] Built target …
-
Hi,
First off, thank you for your fantastic contributions to the community! Your research, write-ups, and tools are incredibly inspiring.
I'm reaching out regarding an issue I encountered with m…
-
Hi,
when trying to build this simple no-op program `t.c`…
``` c
#include "pe_sieve_api.h"
int main() {
PEsieve_params pp = {0};
PESieve_scan(pp);
}
```
…using this following Makefile…
…
-
Hi,
I am currently experimenting with pe-sieve for detection of various DLL injection methods. but I have found it is able to detect only the reflective DLL injection. What about the other mode of…
-
Hi, so I am doing a project with CapeV2 sandbox and I have a task to add PeSieve as an auxiliary module to join the analysis process on a PID.
Currently, I am able to make PeSieve execute on the PID,…
-
Can you provide library files for easy integration?Or could you provide a Visual Studio project for compilation? Thank you.
-
It would be awesome if pe-sieve included bindings for Rust (just like it does now for Python and Go).
-
### Steps to reproduce
1.open mail app
2.go to account setting sieve
3.sieve emty and save keep spinning
### Expected behavior
show sieve script made in roundcube...which is working with same m…
-
Since [v0.2.1](https://github.com/hasherezade/pe-sieve/releases/tag/v0.2.1) PE-sieve no longer works on XP.
The reason is, the function `GetProcessDEPPolicy` is not available on XP, and should be ret…