我为 Windows 下载了radare 2.5。我正在尝试使用radare在Windows上调试二进制文件并尝试了以下操作:
radare2 -d a.exe
fork_and_ptraceme/CreateProcess: The request is not supported.
w32_dbg_maps/w32_OpenProcess: The parameter is incorrect.
[w] Cannot open 'dbg://a.exe' for writing.
我也试过用gdbserver和radare远程连接。它连接但卡住了,我无法给它任何命令或看到任何东西。
我也打算尝试windbg remote,但是,我开始怀疑,我是否需要安装另一组库或其他类型的调试器,或者做一些额外的配置来使radare2调试工作。有什么建议?