Pop Chunhapanya

Results 104 comments of Pop Chunhapanya

I'm not sure how to install the extension in Tor Browser. After I install it, I can't see the popup icon in the toolbar.

Thanks. What I had to do is to allow it to run in Private Windows.

for noting purpose: this happens in both v2.0.9 and v3.0.0

It works in Firefox+Tor but not in Tor Browser. So weird

I have a real-world example that neither has a non-blocking syscall nor has a fallback mechanism. ``` (gdb) x/10i $rip => 0x555556921610 : pause 0x555556921612 : mov (%rcx),%rax 0x555556921615 :...

> I think we could potentially handle such spin loops by scheduling a native timer to periodically interrupt the managed thread, move simulated time forward, and potentially yield control back...

@stevenengler Since the epoll PR and netlink PR have been merged, do you have a plan for this PR? Side question. Do you think this should be an extra test?...

Fyi, I have implemented AF_NETLINK in Shadow a long time ago. See https://github.com/ppopth/shadow/commit/4fd34 Currently, it has no test and I use it only in my use case, i.e. to simulate...

> If/when we implement this, the `linux_raw_sys` crate has Rust definitions for netlink data structures: https://docs.rs/linux-raw-sys/latest/linux_raw_sys/netlink/index.html How about using `netlink-packet-core` and `netlink-packet-route` crates from https://github.com/rust-netlink instead? `linux_raw_sys` provides only the...