William Findlay

Results 75 comments of William Findlay

I created a simple Rust library to wrap your `tables/syscalls-*` files. The source is available here: https://github.com/willfindlay/sysnames-rs

Here is a minimal example: ```python #! /usr/bin/env python3 import os, sys import time from bcc import BPF prog = """ #define SYS_EXECVE 59 /* Trace execve calls as an...

@gustavo-iniguez-goya nope, never managed to fix it. Seems to be a kernel bug. You can use the new ringbuf map as a workaround through if your kernel supports it.

In BPFContain I was doing this using a custom VM that runs on top of the OSX image (the only one to support nested virtualization). Pros are it is easy...

Yikes that's a lot of CI failures :(

marking dontmerge while I mess around with this

We should probably bump everything to 1.19 all at once.

> Do you know any other password manager that is able to identify the right input fields corresponding to PVQs? I don't think that this is doable without major efforts...

That's a great semi-automated approach @drmoose. Even something like this being officially integrated into the extension (e.g. a dedicated menu option per secret question field) would be super cool. That...