funclatency/sslsniff: fix the TypeError when enabling pid filter on uprobe
attach_uprobe() and attach_uretprobe() expect the type of pid argument is "int" instead of "str". Fix it by specifying the type of the "-p"/"--pid" option as "int", and updating the format string of args.pid accordingly. Fixes: d73c58f0
Showing
Please register or sign in to comment