armijnhemel / binaryanalysis-ng

Binary Analysis Next Generation (BANG)
GNU Affero General Public License v3.0
471 stars 66 forks source link

Any usage? #343

Closed true-zk closed 1 year ago

true-zk commented 1 year ago

what should I do after nix-shell is ready?

When I run "python3 -m bang.cli scan -u xxx xxx", It shows error: Error while finding module specification for 'bang.cli' (ModuleNotFoundError: No module named 'bang')

armijnhemel commented 1 year ago

Thank you for your report. I am still refactoring the repository, so not everything is there yet including some of the documentation, for which I apologize. I have added some more instructions to README.md that should help.

true-zk commented 1 year ago

Wow, thanks for ur response. It works.