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

Unclear instructions on how to run with Ida #56

Closed
paramikoooo opened this issue Mar 29, 2020 · 3 comments
Closed

Unclear instructions on how to run with Ida #56

paramikoooo opened this issue Mar 29, 2020 · 3 comments

Comments

@paramikoooo
Copy link

When I download the last release version , How do I run it with ida pro?
I read README.md but still not understand
I tried to run cwe_checker/CweCheckerParser.py , but Ida Pro 7.4 did not give me any results

@Enkelmann
Copy link
Contributor

The script only imports the already generated cwe_checker results into IDA Pro, so you have to run the cwe_checker first. How to run the cwe_checker and how to use the script to import the results to IDA Pro is explained in the online documentation here. If it is still unclear after reading the instructions there, please tell me!

I will leave the issue open until we updated the readme. We need to overhaul it anyway.

@XVilka
Copy link
Contributor

XVilka commented Jul 22, 2020

I have a suggestion how loading and running these scripts can be autotested. There exist a project python-idb that allows to open IDB files without IDA Pro itself, and some basic IDAPython-like subset of the API. Depending on the functions used it might be useful for this purpose.

See also BinaryAnalysisPlatform/bap#859

@Enkelmann
Copy link
Contributor

Closing the issue, since it is outdated. The up-to-date issue for this topic is issue #217.

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

3 participants