ptrace(stepName: String, fn: () => Promise, ...args: Value) => () => Promise 跟踪Promise 返回函数的调用, 记录有关调用和解决/拒绝的消息。 装饰 Promise 返回函数并向每个调用添加跟踪。 像以前一样使用这个新功能。 ptrace.log 要使用的记录功能。 默认为console.log。 如果您愿意,可以使用您自己...
@文心快码sysctl: setting key "kernel.yama.ptrace_scope": read-only file system 文心快码 问题理解:你遇到的问题是尝试使用sysctl命令修改kernel.yama.ptrace_scope键值时,系统提示“read-only file system”,即只读文件系统。这意味着当前的系统环境不允许对该键值进行修改。 可能的原因: 系统配置:某些Linux发...
@@ -147,6 +147,9 @@ int ptrace_setxregs(struct task_struct *child, void __user *uregs) elf_xtregs_t *xtregs = uregs; int ret = 0; if (!access_ok(VERIFY_READ, uregs, sizeof(elf_xtregs_t))) return -EFAULT; #if XTENSA_HAVE_COPROCESSORS /* Flush all coprocessors before ...
README.md UNLICENSE _fptracee.c default.nix deps.nix fptracee.go intsliceset.go main.go pstate.go script.go seccomp.go stringsliceset.go sysstate.go trace.go Introduction fptraceis a Linux process tracing tool that records process launches and file accesses. Results can be saved in adeps...