idb
idb copied to clipboard
How to import IDB library to my own python code?
We use GitHub Issues for bugs.
--- Please use this template, and delete everything above this line before submitting your issue ---
Description
In the guided tour, it states that This client library can be imported into your own python3 code if you wish, or the CLI can be called from any other kind of automation. However I have yet to find an manual on how to use it within my code. Importing idb, idb.client does not provide any methods I can call directly.
Reproduction
import idb or idb.client within python3
Solution
[OPTIONAL: Do you know what needs to be done to address this issue? Ideally, provide a pull request which fixes this issue.]
Additional Information
fb-idb==1.0.12
Did you find a solution Qianli-Ma ?