-
As discussed on ##linux-surface, hardware buttons on some Surfaces are not working. Reloading the button module works post-boot:
```
sudo modprobe -r soc_button_array
sudo modprobe soc_button_array…
-
I self-compiled an apk using the openssl static library, and I removed the symbols to locate the offset of the SSL_write and SSL_read functions
![~%CT@_JV}GY448QO508N4OP](https://github.com/gojue…
-
Is there any useful libraries/tools that we can use to debug codes written in Rust? (Not tools written by Rust)
-
I'm new in BPF. Does this rbpf support kprobe and uprobe? If support uprobe, does it has context switch issues?
-
I have a golang program:
```go
package main
import "time"
func main() {
time.Sleep(time.Second)
}
```
then build `go build -o main main.go`
then run:
```bash
$ gofuncgraph --upr…
-
Trying to run ecapture from cmd line, in a Docker container, as root. It emits error:
```
root@test-xhunterbase-56b679589-w7nmz:/tmp/ecapture-v0.6.3-linux-x86_64# ./ecapture --libssl="/usr/lib/x86_…
-
The issue is similar to https://github.com/aya-rs/aya/issues/498 .
Following the guide, cargo-generated projects didn't work out of the box.
This was fixed by updating all aya-* packages to the git.…
-
Memory tagging is great, but as per my understanding, it doesn't protect against in-object overflows and ROP exploits.
ARM introduced some time ago the [PAC extension](https://learn.arm.com/learnin…
-
Introducing a `time.Sleep()` seems to break the ebpf uprobes.
Consider `trace --ebpf` on the program below:
```
sudo ./dlv trace /home/andrei/src/github.com/andreimatei/play/example-go/main.go trac…
-
**Describe the bug**
The wifi device doesn't appear with `ip a` command.
Failed to run INIT ucode: -110
`dmesg |grep iwlwifi` gives:
```
[ 4.150315] iwlwifi 0000:00:0b.0: can't derive rout…