-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No_need_F5复现失败 #79
Comments
我不是出题人,但是我在 Linux 下无法复现这个问题。 Python 依赖参考:
|
我也跑不出出题人的angr脚本,我的脚本运行显示input done后运行一段时间会停止运行,无报错也无输出 |
最后的结果要 print,只是脚本没有给出。 |
用python10的环境然后pip installl angr 就可以复现,我现在用的python3.9复现失败 |
我在linux下也是这个报错,linux中python版本也是3.9 我估计是python版本的问题 |
谢谢谢谢,加了print可以跑出来了。我用的Ubuntu20自带的python3.8版本可以跑通 |
我测试用 Arch Linux 的 Python 3.11,与 Nix 环境下的 Python 3.9 都没有出现错误。 shell.nix 如下: { pkgs ? (import <nixpkgs> {}).pkgs }:
with pkgs;
mkShell {
buildInputs = [
python39
];
shellHook = ''
# fixes libstdc++ issues and libgl.so issues
export LD_LIBRARY_PATH=${stdenv.cc.cc.lib}/lib/:/run/opengl-driver/lib/
'';
} |
为什么我用作者的脚本跑不出来结果呢? 报错如下
The text was updated successfully, but these errors were encountered: