Andrey Fedotov
Andrey Fedotov
Hello, I'm using your crate, it's awesome! I have a question: Is it possible to use strings bigger than screen size as items? For now, such strings are cut at...
Hi! Using our Sydr checkers we found an overflow [here](https://github.com/m4b/goblin/blob/master/src/pe/utils.rs#L58). `thread '' panicked at 'attempt to subtract with overflow', /goblin/src/pe/utils.rs:58:14` I had a brief look, it seems not dangerous, what...
Fix for #331
Hi! We were doing some fuzzing with libFuzzer and our tool Sydr and we found some issues. Here is the panic message: `thread 'main' panicked at 'byte index 3 is...
## Issue Hi! :wave: I'm looking a SAST tool for our Rust project [CASR](https://github.com/ispras/casr) and found your interesting project! But, unfortunately I failed to analyze `libcasr` due to oom. It's...
Username is useful when tetragon works on host. On different hosts the same username can have different UIDs. Approach based on resolving username with pure Go `os/user` LGTM. But there...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? _No response_ ### Describe the...
LSM sensor support allows to use LSM BPF programs the way we use BPF programs for kprobes/tracepoints/uprobes. TracingPolicy example: ```yaml apiVersion: cilium.io/v1alpha1 kind: TracingPolicy metadata: name: "lsm" spec: lsmhooks: -...