Skip to content

fix: add luajit to documentation #1768

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

Merged
merged 1 commit into from
Jul 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ linux
lite
logrotate
lua
luajit
malloc
Manjaro
mariadb
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The following checkers are available for finding components in binary files:

<!--CHECKERS TABLE BEGIN-->
| | | | Available checkers | | | |
|--------------- |------------- |---------------- |--------- |--------------- |------------ |--------------- |
|--------------- |-------------- |---------------- |------------- |--------------- |------------ |---------- |
| accountsservice |avahi |bash |bind |binutils |bolt |bubblewrap |
| busybox |bzip2 |commons_compress |cronie |cryptsetup |cups |curl |
| dbus |dnsmasq |dovecot |dpkg |enscript |expat |ffmpeg |
Expand All @@ -268,14 +268,14 @@ The following checkers are available for finding components in binary files:
| kexectools |libarchive |libbpg |libdb |libebml |libgcrypt |libical |
| libjpeg_turbo |liblas |libnss |librsvg |libseccomp |libsndfile |libsolv |
| libsoup |libsrtp |libssh2 |libtiff |libvirt |libvncserver |libxslt |
| lighttpd |logrotate |lua |mariadb |mdadm |memcached |mtr |
| mysql |nano |ncurses |nessus |netpbm |nginx |node |
| ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |openssl |
| openswan |openvpn |p7zip |pcsc_lite |pigz |png |polarssl_fedora |
| poppler |postgresql |pspp |python |qt |radare2 |rsyslog |
| rust |samba |sane_backends |sqlite |strongswan |subversion |sudo |
| syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |wireshark |
| wpa_supplicant |xerces |xml2 |zlib |zsh | | |
| lighttpd |logrotate |lua |luajit |mariadb |mdadm |memcached |
| mtr |mysql |nano |ncurses |nessus |netpbm |nginx |
| node |ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |
| openssl |openswan |openvpn |p7zip |pcsc_lite |pigz |png |
| polarssl_fedora |poppler |postgresql |pspp |python |qt |radare2 |
| rsyslog |rust |samba |sane_backends |sqlite |strongswan |subversion |
| sudo |syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |
| wireshark |wpa_supplicant |xerces |xml2 |zlib |zsh | |
<!--CHECKERS TABLE END-->

All the checkers can be found in the checkers directory, as can the
Expand Down
18 changes: 9 additions & 9 deletions doc/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ which is useful if you're trying the latest code from

<!--CHECKERS TABLE BEGIN-->
| | | | Available checkers | | | |
|--------------- |------------- |---------------- |--------- |--------------- |------------ |--------------- |
|--------------- |-------------- |---------------- |------------- |--------------- |------------ |---------- |
| accountsservice |avahi |bash |bind |binutils |bolt |bubblewrap |
| busybox |bzip2 |commons_compress |cronie |cryptsetup |cups |curl |
| dbus |dnsmasq |dovecot |dpkg |enscript |expat |ffmpeg |
Expand All @@ -147,14 +147,14 @@ which is useful if you're trying the latest code from
| kexectools |libarchive |libbpg |libdb |libebml |libgcrypt |libical |
| libjpeg_turbo |liblas |libnss |librsvg |libseccomp |libsndfile |libsolv |
| libsoup |libsrtp |libssh2 |libtiff |libvirt |libvncserver |libxslt |
| lighttpd |logrotate |lua |mariadb |mdadm |memcached |mtr |
| mysql |nano |ncurses |nessus |netpbm |nginx |node |
| ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |openssl |
| openswan |openvpn |p7zip |pcsc_lite |pigz |png |polarssl_fedora |
| poppler |postgresql |pspp |python |qt |radare2 |rsyslog |
| rust |samba |sane_backends |sqlite |strongswan |subversion |sudo |
| syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |wireshark |
| wpa_supplicant |xerces |xml2 |zlib |zsh | | |
| lighttpd |logrotate |lua |luajit |mariadb |mdadm |memcached |
| mtr |mysql |nano |ncurses |nessus |netpbm |nginx |
| node |ntp |open_vm_tools |openafs |openjpeg |openldap |openssh |
| openssl |openswan |openvpn |p7zip |pcsc_lite |pigz |png |
| polarssl_fedora |poppler |postgresql |pspp |python |qt |radare2 |
| rsyslog |rust |samba |sane_backends |sqlite |strongswan |subversion |
| sudo |syslogng |systemd |tcpdump |trousers |varnish |webkitgtk |
| wireshark |wpa_supplicant |xerces |xml2 |zlib |zsh | |
<!--CHECKERS TABLE END-->

For a quick overview of usage and how it works, you can also see [the readme file](README.md).
Expand Down