sscan 0.10.0

A scriptable file/process/network scanner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Counter API #

A simple counter that can only be incremented by one unit at a time.

## Fields ##

- `counter.value`: Gets the current value of the counter.

## Methods ##

| Method            | Description                   |
| ----------------- | ----------------------------- |
| `counter:inc()`   | Increment the counter by one. |
| `counter:reset()` | Reset the counter to zero.    |