May 2017
Intermediate to advanced
416 pages
21h 33m
English
There are times when you will realize that the code you are writing could be put into a library to be reused by other NSE scripts. The process of writing an NSE library is straightforward, and there are only certain things that we need to consider, such as not accessing global variables used by other scripts.
This recipe will teach you how to create your own Lua NSE library.
Read now
Unlock full access