-
Hi,
I'm trying to install this plugin on my Ida Pro 7.2.
I have successfully uploaded all files to "Program Files\IDA 7.2\python\" folder overwriting my PyQT5 folder. I also loaded the specific …
-
I use windows ida7.5-pro to open windows tool `ipconfig`, then load lighthouse coverage file, *File->Load File->Code coverage file*, then open the coverage log, it can successful load.
But open a …
-
```
File "D:\IDA Pro 7.6\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript
exec(code, g)
File "C:/Users/Freax/Desktop/dy_data/sub_56dbc.py", line 7, in
vw = jayutils.loadWorks…
-
IDA Version: 7.5
Python Version: 3.9.6
I get this error message in the IDA console when running the Main.py script:
`Virtuailor - Started
update_bpt failed: ('invalid non-printable character …
-
Hi, and THANK YOU VERY MUCH for that plugin, I also get annoyed by McAfee whenever reversing binaries, and popping a full VM just to unpack generic malware is annoying.
I downloaded the archive and…
-
When starting remote debugging session (IDA on Linux, debug server on Windows 7) IDA Pro crashes. I managed to isolate the conditions to:
- IDA Pro is being run with file as an argument `/opt/idapro-…
ghost updated
4 years ago
-
# 前言
苹果公司在MacBook这种生产力平台使用无疑是个伟大且大胆的创新,经过几年的软件生态环境的改善,各种常用工具基本都能在mac下运行。但仍有些闭源发布的软件仍需要在amd64架构下的Linux环境中才能运行,比如本文中的IDA Pro 7.6版,因此整理一下踩坑记录,可供相关需求的同学参考。
**划重点**:arm环境下运行amd64程序;ldd跨架构运行
# 环境和工具
…
-
```Exception in ida_idp.IDP_Hooks dispatcher function: SWIG director method error. Error detected when calling 'IDP_Hooks.ev_oldfile'
Traceback (most recent call last):
File "D:\IDA Pro 7.6.210427…
-
Failed while executing plugin_t.run():
Traceback (most recent call last):
File "D:/tools/IDA_Pro_7.7/plugins/findcrypt3.py", line 224, in run
self.search()
File "D:/tools/IDA_Pro_7.7/plugi…
4hem updated
11 months ago
-
The project VulSeeker(https://github.com/buptsseGJ/VulSeeker) use miasm. It use miasm to fetch asm code features. When processing arm binary, it will raise exception "unknown mnemo STCMI". It seems ST…