Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yconfiscator
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Adding BPF target support to the Rust compiler
(confused.ai)
1 points
by
yconfiscator
6y ago
|
0 comments
2.
▲
by
yconfiscator
6y ago
Thank you I can't believe this had to be said explicitly.
3.
▲
by
yconfiscator
6y ago
Thank you! Mind I only tested on latest ubuntu and fedora so feel free to DM me on twitter if you run into issues.
4.
▲
by
yconfiscator
6y ago
That was just the quick and naive way I went for because I didn't want to download new tools, but there's many other options. The easiest way if you have a capable debugger is probably to look for SSL strings/error codes in r
5.
▲
by
yconfiscator
6y ago
Since the Zoom TOS explicitly forbid reverse engineering, sadly it isn't so easy.
6.
▲
by
yconfiscator
6y ago
I think what makes redbpf stands out is that the other libraries allow you to write the user-space code in Python or Lua etc, but then the kernel code must still be written in C and gets compiled with clang. In redbpf we let you write t
7.
▲
by
yconfiscator
6y ago
Writing a toy ad blocker is actually on my todo list :) There's just so many things you can so. The original goal of the post was to tamper with zoom's attention tracking for example (which was a field in one of their protobuf pay
8.
▲
by
yconfiscator
6y ago
Glad you liked it!