Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# IDAPython mipsAudit

## 更新 2020.12 by t3ls

- 重写了一些函数调用以兼容 IDA 7.5,已测试插件可正常运行在 IDA 7.0, 7.2, 7.5 版本上

- 依赖 `prettytable`,`pip3 install prettytable --target="D:\Program Files\IDA 7.5\python\3"`

- 使用方式修改为:

1. 将 `mipsAudit.py` 拷贝到 `D:\Program Files\IDA 7.5\plugins` 目录

2. 启动后在 Edit - Plugins 下点击 mipsAudit 即可(快捷键 Ctrl+Alt+M)

## 简介

这是一个简单的IDAPython脚本。
Expand Down Expand Up @@ -57,6 +69,8 @@ command_execution_function = [

## 使用



File - Script file

![1561006651468](./1561006651468.png)
Expand Down
Loading