提供的二进制没有标准输出。请用 `strace` 追踪系统调用,确定它打开并读取的文件。
以 `strace ./二进制名` 开始追踪。
关注 `open` 和 `openat` 调用。
得到路径后直接用 `cat` 检查。