Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Add more API mappings #33

Closed
Grazfather opened this issue Jul 19, 2020 · 2 comments
Closed

Add more API mappings #33

Grazfather opened this issue Jul 19, 2020 · 2 comments

Comments

@Grazfather
Copy link

I am working on a simple IDA plugin and found your IDAW wrapper (See hugsy/gef#510)

There are a bunch of mappings that could be added to get it to work better. See https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml

A tiny subset, that works for my plugin, at least:

        'GetBptEA' : 'get_bpt_ea',
        'GetBptQty' : 'get_bpt_qty',
        'GetColor' : 'get_color',
        'Jump' : 'jumpto',
        'MakeComm' : 'set_cmt',
        'MakeName' : 'set_name',
        'SetColor' : 'set_color',
@Grazfather
Copy link
Author

Look at hugsy/gef#553. The above doesn't work perfectly because some commands take extra args. My linked PR fixes this, and I think does the safe_generator thing better, feel free to pilfer.

@jimmy-sonny
Copy link

Thanks @Grazfather for the advices. We will address the problem with a new plugin version compatible with IDA 7.3+. The issue is related to #30.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants