-
## Description
When tried to get the plt information from `init` elf with `pwntools`, it outputed the wrong address for some functions.
```python
In [1]: from pwn import ELF
In [2]: init_elf …
-
ida pro 7.5 不支持python2 ,可以用2to3.py 脚本转换。然后ida 加载提示“NameError: name 'LocByName' is not **defined** ” 。
![image](https://user-images.githubusercontent.com/72059221/165016001-5456e29b-0115-4664-af7f-605…
-
Hello @Jinmo
Do you have any plans to release a new version that supports IDA Pro 9?
-
I followed the instructions to the letter, when IDA Pro is started, this error happens:
```
C:\Tools\IDAPro\plugins\die_proxy.py: cannot import name base
Traceback (most recent call last):
Fil…
r0ptr updated
2 years ago
-
> > I understand that you are solving for a particular use case w/ Signal or something else, but there is an issue w/ the MachOs generated by the export.go `Export` func where it produce…
-
I want to say this one is so much better than the keypatch plugin.
Can you enlarge the dialog or perhaps calculate the proper width? I'm trying to avoid the horizontal scroll bar, so as long as the…
-
I really appreciate what you have done in your paper. It really inspires me a lot . I 'd like to ask a question which is when I used run.py on my own binaries ,the process.py did't run correctly .Th…
-
I would recommend changing the default config location in `settings.py` from
`CONFIG_FILE_PATH = os.path.join(idc.idadir(), 'cfg', 'HexRaysPyTools.cfg')`
to
`CONFIG_FILE_PATH = os.path.join(…
-
As discussed with @psifertex on Slack, at the moment there is no way to view imports and exports for a given binary unless you click on View->Triage Summary. Ideally there should be a window option su…
-
this plugin doesn't work for IDA Pro 7.4
there is an error with the background const
AttributeError: module 'ida_kernwin' has no attribute 'CK_EXTRA4'