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

Support erlang ols versions #3235

Open
witchcraze opened this issue Sep 16, 2024 · 0 comments
Open

Support erlang ols versions #3235

witchcraze opened this issue Sep 16, 2024 · 0 comments
Labels
binary-analysis enhancement New feature or request

Comments

@witchcraze
Copy link
Contributor

What would you like to be added:

Support old versions of erlang in binary detection

  • 17.x
  • 18.x ( < 18.3.4.6)
  • 19.x

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
@witchcraze witchcraze added the enhancement New feature or request label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary-analysis enhancement New feature or request
Projects
Status: Ready
Development

No branches or pull requests

2 participants