首页
社区
课程
招聘
[分享]patching在ida9的可用版本
发表于: 2024-8-11 14:59 3955

[分享]patching在ida9的可用版本

2024-8-11 14:59
3955

patching在ida9的可用版本,直接替换文件


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 1
支持
分享
最新回复 (8)
雪    币: 263
活跃值: (233)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2

修复了ASMARM的patch,请有ARM需求的重新下载,谢谢!

最后于 2024-8-12 21:13 被UnicornMaker编辑 ,原因: 修改附件
上传的附件:
2024-8-11 15:07
2
雪    币: 786
活跃值: (1591)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
感谢楼上分享 可用
2024-8-11 21:07
0
雪    币: 225
活跃值: (136)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
使用patching_macos.zip,报错“Patching plugin is not compatible with this IDA/Python version
Traceback (most recent call last):
  File "/Applications/IDA Professional 9.0.app/Contents/MacOS/./patching.py", line 51, in <module>
    class PatchingPlugin(ida_idaapi.plugin_t):
NameError: name 'ida_idaapi' is not defined”
2024-8-12 18:07
0
雪    币: 263
活跃值: (233)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
eastlhu 使用patching_macos.zip,报错“Patching plugin is not compatible with this IDA/Python version Traceback (m ...

刚在MacOS intel上测试没有问题,你的补丁放的位置不对吧,要放在plugins下。

最后于 2024-8-12 21:18 被UnicornMaker编辑 ,原因:
2024-8-12 21:15
0
雪    币: 411
活跃值: (3245)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
UnicornMaker 修复了ASMARM的patch,请有ARM需求的重新下载,谢谢!
You may start to explore the input file right now.
Exception in ida_kernwin.UI_Hooks dispatcher function: SWIG director method error. Error detected when calling 'UI_Hooks.ready_to_run'
Traceback (most recent call last):
  File "E:\Application/IDA Professional 9.0/plugins\patching\core.py", line 129, in load
    self._init_assembler()
  File "E:\Application/IDA Professional 9.0/plugins\patching\core.py", line 182, in _init_assembler
    assembler = AsmARM(inf)
                ^^^^^^^^^^^
  File "E:\Application/IDA Professional 9.0/plugins\patching\asm.py", line 660, in __init__
    if inf.is_64bit():
       ^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'is_64bit'
arm有这个报错
2024-8-17 15:44
0
雪    币: 263
活跃值: (233)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
pexillove You may start to explore the input file right now. Exception in ida_kernwin.UI_Hooks dispatcher fun ...
下载的是我新版本的吗?
2024-8-18 09:47
0
雪    币: 411
活跃值: (3245)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
8
UnicornMaker 下载的是我新版本的吗?
解决了谢谢
2024-8-18 11:05
0
雪    币: 849
活跃值: (6979)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
9
现在才看到,用上了,非常正确,感谢分享!
1天前
0
游客
登录 | 注册 方可回帖
返回
//