Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated mocking #26

Open
1 of 3 tasks
nirizr opened this issue Jul 21, 2018 · 0 comments
Open
1 of 3 tasks

Automated mocking #26

nirizr opened this issue Jul 21, 2018 · 0 comments

Comments

@nirizr
Copy link
Owner

nirizr commented Jul 21, 2018

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).
@nirizr nirizr changed the title Add some automated mocking generation automated mocking Oct 8, 2018
@nirizr nirizr changed the title automated mocking Automated mocking Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant