-
Stumbled on this last night while surveying nix files that use osxfuse. I don't have any first-hand rust experience, but I fumbled around until I figured out how to build and get the bash example work…
-
### Describe what you noticed and did
Windows 7 extended kernel [VxKex ](https://github.com/vxiiduu/VxKex) is not compatible with Sandboxie. I've already opened issue on VxKex github page [here](http…
-
In this issue, I proposed several projects based on libafl (like libafl_frida) that we would be glad to include here.
As LibAFL is newly born there is a lot of work on the lib itself and we mostly wo…
-
One way to do this would be to pick one or more open-source GPU drivers, study their kernel/user interface, and support that directly in rr. VMWare's SVGA3D or QEMU's Virgil might be a good choice.
…
-
I'm trying to make my own LD_PRELOAD-able library like this:
``` go
// compile: go build -buildmode=c-shared -o example.so example.go
// tested with Go 1.5 on Ubuntu 15.04 amd64
package main
import "…
-
hi,
Today I observed winword.exe hangs at the startup (after showing splash screen, Not responding) while opening file.
OS: windows 10 64-bit v1709 (Build 16299.309)
Office version: office 201…
-
I use this command to compile:
```bash
make linux-x86_64 KDIR=/lib/modules/$(uname -r)/build
```
When i ``` insmod suterusu.ko ```,i get this error in dmesg:
```
[ 929.932188] ia32_sys_call_ta…
-
Is it possible to get diagnostics when text is edited, like with a debounce/delay so its not overwhelming?
Right now I have to save in order to see them - which is more of a problem than it may see…
dakom updated
2 weeks ago
-
I want to add the support to snapshotting the state of all threads.
There are 2 cases:
1. a thread B starts after that thread A calls afl_snapshot()
2. a thread B started before that thread A calls…
-
### Issue & replication
As the title indicates, I'm encountering a crash whenever I try to hook `sceIoClose()` that I am beginning to think might be a taiHEN issue rather than something with my cod…