CRoot

Results 8 comments of CRoot

所以修复了吗

``` python # -*- coding: utf-8 -*- # Keypatch IDA Plugin, powered by Keystone Engine (http://www.keystone-engine.org). # By Nguyen Anh Quynh & Thanh Nguyen, 2016. # Keypatch is released under...

yep my ida is 7.0 and keystone is 0.9.2. That 's not Keystone's problem, it is keypatch,py.

``` python if key == 'values' or key == 'args': obj_list = getattr(parent, key, None) ``` The determination of types appears to be incomplete; let's wait until it's corrected before...

Thank you very much! The code is currently working fine in my project without any blocking issues. Looking forward to hearing good news. Additionally, I have resolved the issue regarding...