We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added:
Support old versions of erlang in binary detection
Additional context:
erlang:17.5.6.9
# strings /usr/local/lib/erlang/erts-6.4.1.6/bin/erlexec | grep -C 2 -e '17\.5' # # strings /usr/local/lib/erlang/erts-6.4.1.6/bin/beam.smp | grep -C 2 -e '17\.5' StrT Erlang/OTP 17%s [erts-6.4.1.6] [source] [64-bit] [smp:%beu:%beu] [async-threads:%d] [hipe] [kernel-poll:%s] 17.5.6.9 o0q0 r0t0 # strings /usr/local/lib/erlang/erts-6.4.1.6/lib/internal/liberts_internal.a | grep -C 2 -e '17\.5' # # ls /usr/lib/swipl/ ls: cannot access /usr/lib/swipl/: No such file or directory
erlang:18.3.4.5
# strings /usr/local/lib/erlang/erts-7.3.1.3/bin/erlexec | grep -C 2 -e '18\.3' # # strings /usr/local/lib/erlang/erts-7.3.1.3/bin/beam.smp | grep -C 2 -e '18\.3' eniL Erlang/OTP 18%s [erts-7.3.1.3] [source] [64-bit] [smp:%beu:%beu] [async-threads:%d] [hipe] [kernel-poll:%s] 18.3.4.5 o0q0 r0t0 # strings /usr/local/lib/erlang/erts-7.3.1.3/lib/internal/liberts_internal.a | grep -C 2 -e '18\.3' # # ls /usr/lib/swipl/ ls: cannot access /usr/lib/swipl/: No such file or directory
erlang:19.3.6.9
# strings /usr/local/lib/erlang/erts-8.3.5.4/bin/erlexec | grep -C 2 -e '19\.3' # # strings /usr/local/lib/erlang/erts-8.3.5.4/bin/beam.smp | grep -C 2 -e '19\.3' eniL Erlang/OTP 19%s [erts-8.3.5.4] [source] [64-bit] [smp:%beu:%beu] [ds:%beu:%beu:%beu] [async-threads:%d] [hipe] [kernel-poll:%s] 19.3.6.9 o0q0 r0t0 # strings /usr/local/lib/erlang/erts-8.3.5.4/lib/internal/liberts_internal.a | grep -C 2 -e '19\.3' # # ls /usr/lib/swipl/ ls: cannot access /usr/lib/swipl/: No such file or directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added:
Support old versions of erlang in binary detection
Additional context:
erlang:17.5.6.9
erlang:18.3.4.5
erlang:19.3.6.9
The text was updated successfully, but these errors were encountered: