Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 761 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 761 Bytes

TFTP Model

An example of a model that is intended to run against a generic TFTP server.

A Lustre model is generated using the following python script. This model employs some advanced modeling features such as the use of uninterpreted function to introduce non-determinism and to model large memories.

A relay for the TFTP server is here. Note that this relay uses scapy to format and send UDP packets.

Running The Example

Running this example is simplest using Docker.

To start the example, run the following commands from the FuzzM/examples/tftp-model directory:

docker-compose up

To stop the example:

docker-compose down