Results 6 issues of rootkiter

When writing a pyc file (`PyInstArchive._writePyc(self, filename, data)`), the `pyc_magic` used is different from the value of the original file, which will cause an error in decompiling the pyc-file (`$...

It seems a bug in Makefile ... The command log: ``` radare2-extras-1.6.0$ make all for a in ; do \ ( cd $a ; ./configure --prefix=/usr ; make ) ;...

当前Hex编辑在大部分模式下,都是只读模式,要强制保存,需要执行 w! 命令才能令修改生效。 这是由于模式转换后的保存逻辑有些混乱,需要重新梳理。

010editor 的模版解析引擎没有开源,目前只看到一个相近的解析引擎,还在犹豫是否使用它https://github.com/d0c-s4vage/pfp。

What process is the target here and how is it created https://github.com/smx-smx/ezinject/blob/a88709d32d3474697c855a563dd6069b6dc95599/README.md?plain=1#L157

我在配置 cliproxy 网站的代理时, 发现, 当出口指向 socks5 账号密码认证代理时, 无法正常连接, 报错为: ``` 2025/02/24 04:47:56 [Warning] [1300339743] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/socks: failed to establish connection to server > EOF...