x64dbg / x64dbgpy

Automating x64dbg using Python, Snapshots:
https://ci.appveyor.com/project/mrexodia/x64dbg-python/build/artifacts
MIT License
1.47k stars 70 forks source link

Fix IOErrors when stdin/stdout is closed. #37

Closed ngo closed 5 years ago

ngo commented 5 years ago

See also https://github.com/x64dbg/mona/issues/6

ngo commented 5 years ago

See also discussion here: https://github.com/x64dbg/x64dbgpy/commit/0cba3acd66ca4288b2ea0abd447edc6121a8a245#diff-47f1e75865ebd566712cc8c351c0f5f4

ngo commented 5 years ago

Oh, I see that there is already a pull request that implements that, see https://github.com/x64dbg/x64dbgpy/pull/32. That one is better, so I close mine.

Is there any reason why that PR is not merged?