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

Missing DATABASE_PATH when analyzing ELF binary #24

Closed
GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments
Closed

Missing DATABASE_PATH when analyzing ELF binary #24

GoogleCodeExporter opened this issue Mar 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hello,
When I try to analyze an ELF binary I get the following traceback (For your 
information: pysqlite and sqlite3 are installed.) :

user@trudy /opt/pyew % python2 pyew.py /usr/bin/ls
ELF Information

Entry Point at 0x1ce0
CodAnalyzing address 0x00011e40 - 0 in queue / 3 total                          
                                Analyzing address 0x0000cc50 - 1 in queue / 2 
total
Traceback (most recent call last):n queue / 1 total                             
  File "pyew.py", line 532, in <module>
    main(sys.argv[1])
  File "pyew.py", line 219, in main
    saveAndCompareInDatabase(pyew)
  File "pyew.py", line 164, in saveAndCompareInDatabase
    db = sqlite3.connect(DATABASE_PATH)

Original issue reported on code.google.com by Chris.Re...@gmail.com on 7 Aug 2014 at 1:27

@GoogleCodeExporter
Copy link
Author

fixed.. I installed it under /opt/ with root permissions.. and tried to execute 
it with user permissions. So it does not work.. m(

sorry for stealing your time :)

Original comment by Chris.Re...@gmail.com on 7 Aug 2014 at 1:33

@GoogleCodeExporter
Copy link
Author

Don't worry! I think I should document somewhere in the Wiki the configuration 
options that require writing permissions (as well as fix how these options are 
configured, via a config.py, which is not good).

Original comment by joxean.p...@gmail.com on 7 Aug 2014 at 6:57

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant