Skip to content

Instantly share code, notes, and snippets.

@h4ck3rk3y
h4ck3rk3y / format.lua
Last active August 29, 2015 14:26 — forked from dmiller-nmap/format.lua
WIP Formatting library for NSE
---
-- Formatting functions for script output
--
local stdnse = require "stdnse"
local table = require "table"
local string = require "string"
local debug = require "debug"
local _R = debug.getregistry()
_ENV = stdnse.module("format", stdnse.seeall)