vitalyvch / strace.ebpf

This repository contains a tool which traces syscalls in a fast way using eBPF linux kernel feature
https://github.com/vitalyvch/strace.ebpf
Other
16 stars 6 forks source link

during creating sc_name replace strcpy() with memcpy() #34

Open vitalyvch opened 7 years ago

vitalyvch commented 7 years ago

And extend with zeros until end of array (32 bytes)