wallds

Results 12 comments of wallds

Same to me, Python 3.8.10 and IDA 7.5. ![Screenshot 2021-11-09 105853](https://user-images.githubusercontent.com/12907032/140854170-8f255ab3-f587-481b-9358-9568842c12a2.png)

![image](https://user-images.githubusercontent.com/12907032/169466071-4639136f-02d3-4947-9cc1-36859829ab62.png) ```cmd py setup.py install --old-and-unmanageable ```

少个文件 `__init__.py`, 放到pyvtil里面。 ```python from . import vtil ```

样本是vmp3.x x64吗? 还有vmp demo版目前也不支持。

插件看上去是加载成功了,试试别的样本。

0x0014011ECE6 试一下这个样本吧。 [1.vmp.exe.zip](https://github.com/wallds/NoVmpy/files/8737897/1.vmp.exe.zip)

额。这就不清楚了。 我这边的环境是ida 7.7 sp1+py 3.9.6 ---- 是脚本

![image](https://user-images.githubusercontent.com/12907032/169494714-6811f8fc-ad1b-4dce-88f2-7c8ac008f66a.png) 这个问题好像是因为py 3.8不支持这个语法? `a: list[int]`

这里我应该是写错了 应该要用 typing.List

https://github.com/wallds/NoVmpy/commit/d302b10e199555866305f49e73949775d1864c66 先试一下这个补丁。