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

Search libc at user defined place, allow cross plattform analysis #206

Merged
merged 3 commits into from
Dec 15, 2022

Commits on Nov 10, 2022

  1. Add parameter libcfile to allow specific search instead of complete f…

    …ilesystem
    
    The parameter is optional and allows to specify a file or a path where libc is placed.
    If libc is not found the search goes through the complete filesystem.
    sreschke80 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4faad3f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Integrate changes into files in src/ directory.

    Allows `make build`
    sreschke80 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8563813 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. shellcheck fixes

    * adding quotes
    * use -n instead of ! -z to check for non empty string
    sreschke80 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    0b6beb9 View commit details
    Browse the repository at this point in the history