Emanuele Micheletti

Results 30 comments of Emanuele Micheletti

same issue on windows 11, it's a relative path problem with windows slashes

@danielmahon when it will be merged?

@phil-opp I write a writer that use bootloader 0.11 and pixel-based framebuffer (noto_sans_mono_bitmap) based on the code inside the bootloader crate. I can help with the code of post-03 if...

@kennystrawnmusic my was a super minor change, initially they accepted it, probably now they choose to do something different

These days i was trying to play a little bit with **ebpf** for `local mode` on linux and below i can share some information i understood: - **xdp** is the...

From what I can see: 1. The [kprobe](https://github.com/quarkslab/peetch/blob/master/peetch/ebpf_programs/peetch_kprobes.c) get the pid and the filename and cache them in a map 2. The [Uprobe](https://github.com/quarkslab/peetch/blob/master/peetch/ebpf_programs/peetch_uprobes.c) get some informations related to ssl/tls 3....

I can handle with this if you want

You can send here the Q number or send a PR with answer fix

@bhollan today I try to fix all the questions

@mhils Little update: I'm facing with 3 main challenges at the moment and I have a possible and tested solution for only two of them: 1. 🟢 **Intercept packet at...