-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
首先明确 idavscode 是通过在 Python 中调用 `exec` 实现启动被调试脚本,被调试脚本和 ida 插件部分执行在同一个 Python 实例下,被调试脚本执行完成后、Python 实例并不会销毁。同时 Python 对模块有缓存机制,所以在被调试脚本第二次运行会直接使用内存中的缓存,除非显式通过 `importlib.reload` 导入模块,否则模块不会重新加载。
解决方…
-
# 前言
苹果公司在MacBook这种生产力平台使用无疑是个伟大且大胆的创新,经过几年的软件生态环境的改善,各种常用工具基本都能在mac下运行。但仍有些闭源发布的软件仍需要在amd64架构下的Linux环境中才能运行,比如本文中的IDA Pro 7.6版,因此整理一下踩坑记录,可供相关需求的同学参考。
**划重点**:arm环境下运行amd64程序;ldd跨架构运行
# 环境和工具
…
m2kar updated
11 hours ago
-
It would be ideal if users were able to control both graphs by long pressing the mouse over the graph overview window. Currently one has to click on each (right or left) graph to manipulate it. This i…
-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
```
What steps will reproduce the problem?
1. Compile IDAPython with hexrays support and IDA SDK and HexRays SDK from 6.5
release
2. Install it as wrote in readme
3. Run IDA and load any IDB (x86 or …
-
I have personally attempted to use DIRTY in many configurations with varying levels of success.
I have run into the following issues:
- Package incompatibilities and/or failures to install
- DIRT…