Skip to content

Commit d08fedd

Browse files
authored
Merge pull request #1 from hackflame/master
Update README.md
2 parents df51332 + bb601bd commit d08fedd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ python版本 2.7
66
1.把tq.py 放到ida/python 目录下
77

88
2.在ida/python 中找到 init.py ,打开此初始化脚本,然后拖到最下边 找到
9+
910
from idc import *
1011

1112
from idautils import *
1213

1314
import idaapi
1415

1516
#在下面加一行
17+
1618
import tq
1719

1820
3.打开ida测试。快捷键为 ALT+Z

0 commit comments

Comments
 (0)