mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a filename in scripting.xml (nselib-bin vs. nselib).
This commit is contained in:
parent
46a08eef1f
commit
a37d7cf903
1 changed files with 1 additions and 1 deletions
|
|
@ -4035,7 +4035,7 @@ The mainloop function will work on each runlevel grouping of threads in order.
|
|||
A good starting point for writing such modules is provided by
|
||||
<filename>bit.c</filename><indexterm><primary><varname>bit</varname> NSE module</primary></indexterm>
|
||||
inside
|
||||
the <filename>nselib/</filename> subdirectory of Nmap's source tree.
|
||||
the <filename>nselib-bin/</filename> subdirectory of Nmap's source tree.
|
||||
<varname>bit</varname> is a C module already provided by the nselib. C modules
|
||||
basically are shared libraries which get loaded at runtime by Lua.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue