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

Inconsistent methods for determining location of configuration files #142

Closed
Enkelmann opened this issue Feb 8, 2021 · 1 comment
Closed

Comments

@Enkelmann
Copy link
Member

Right now the makefile and the actual program use different methods for determining the folder where configuration files should be located. This works OK on Linux, but it fails badly on non-Linux systems (see discussion in #141).

Note that we have not decided yet, whether we want to officially support any OS other than Linux. But right now we do not depend on anything Linux-specific, so we should investigate whether supporting Windows and MacOS is feasible.

Enkelmann pushed a commit that referenced this issue Jan 14, 2022
… not provided (#278)

If no Ghidra path is provided on install, then the installer searches for it and offers all found locations to the user to choose from. Also fixes issue #142.
@Enkelmann
Copy link
Member Author

This issue was fixed by PR #278. I know of a separate issue that is currently preventing compilation on Windows but it may already be possible to compile and run the cwe_checker on MacOS now. Although I did not get a chance to test that yet.

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