Skip to content

Automated mocking #26

@nirizr

Description

@nirizr

Doing this manually is too slow and annoying.

Using one or more of the following options:

  • 1. Record all idapython functions being called while running in IDA, log responses and mock them up.
  • 2. Parse the idapython repo, the IDA sdk or something similar to autogenerate the APIs.
  • 3. Using https://github.com/williballenthin/python-idb and a few IDBs, mock API calls by implementing them as pyidb calls (not sure this actually saves time).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions