Junyeong Jeong

Results 45 comments of Junyeong Jeong

While I was working on this issue, I got to know that `llvm-sys` can be linked into higher version of LLVM library. For example, `llvm-sys-130` can be linked into not...

@kevi-sun I've looked into this for two hours but I couldn't solve it yet. I'll let you know if I find something.

Hello @kevi-sun Here's a good news. I solved the problem and now TCP header options are available. Phew, I've struggled with BPF verifier many times but finally I made a...

@kevi-sun Wow your code is impressive! I really like it. Of course, it is welcomed 100%. You seem to struggle with BPF verifier logs many times. I also understand how...

@rsdy It seems that there are broken links in foniod.org And it's worth updating some documentations in docs.rs. Rust users normally are looking for some documentation in docs.rs, right? I...

I'd like to resurrect the documentation update logic so that we can provide documentation of all crates at docs.rs. I am going to fix this soon. And IMHO it is...

hmm.. it has failed to run `cargo rustdoc` for cargo-bpf and redbpf-probes crates in docs.rs. It seems not an easy task to solve this problem... phew.. https://docs.rs/crate/cargo-bpf/2.0.1 https://docs.rs/crate/redbpf-probes/2.0.1 I am...

#186 handles this issue.

@ghostpepper108 Thanks for your suggestion. I totally agree with your opinion. As a first step for a better documentation other than API references, I tried to write a beginners tutorial...

How about running an example? You can follow the steps describe here https://github.com/foniod/redbpf#building-redbpf-from-source And then try this: `cargo run --example vfsreadlat`