eiffel-fl
eiffel-fl
I agree with you on the fact that it adds verbosity to RustScan and maybe it is too much. Moreover, and as you pointed, we need to take into account...
@bergabman You are right that if there are no open ports found the user does not have information about elapsed time. So, I modified the code to print periodically (when...
Hi. I investigated on the code. First, the bug does not occur everytime, I would say it occurs 1/30 of the time when we are not lucky. Regarding the code,...
Hi. I thought to several approaches to deal with harcoded syscall numbers: 1. If we can [call any kernel functions](https://lwn.net/Articles/856005/) from BPF code, we can do something like this: ```C...
Hi. Is it possible to get some feeback on this PR? The same for #3893 would be really appreciated. Best regards and thank you in advance.
> Please rebase and push again. Thanks. Done!
Thank you for the merge!
Hi. Thank you for your reviews: >Why not ? You just need to check which symbol exists and do bpf_program__set_attach_target. I was not aware of this function, I will then...
I will not address this comments. I would like to first try to write a Rust control plane because it would solve all the problem we are having with the...
I am still not happy with the proposed solution but I addressed the above comments. I think, if bcc maintainers are OK with this, we can merge this version with...