rootkiter
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 (`$...
A bug?
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。
I really like your video teaching, but I always forget the code location when reviewing, so I have compiled an index table that can quickly find the corresponding courses from...
What process is the target here and how is it created https://github.com/smx-smx/ezinject/blob/a88709d32d3474697c855a563dd6069b6dc95599/README.md?plain=1#L157