Skip to content

Fork of SymEx-VP for specification-based symbolic execution of stateful network protocol implementations via SPS protocol specifications

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE.GPL
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

agra-uni-bremen/sps-vp

Repository files navigation

SPS-VP

A modified version of SymEx-VP with support for symbolic execution of stateful network protocol implementations. This version of SymEx-VP is intended to be used in conjunction with SPS protocol specifications. The implementation is further described in the publication “Specification-based Symbolic Execution for Stateful Network Protocol Implementations in the IoT” which will be published in the IEEE Internet of Things Journal.

Installation

Run the following command to create a Docker image:

$ docker build -t sps-vp .

Afterwards, start the container using the following command

$ docker run --rm -it sps-vp

Usage

As described in Section III E) of the aforementioned paper, this version of SymEx-VP receives input specifications from a state protocol server (SPS). When starting a state protocol server, a host and port must be specified. This host and port information needs to be passed to the SymEx-VP executable using the --sps-host and --sps-port command-line arguments. For example:

$ hifive-vp --sps-host 127.0.0.1 --sps-port 2342 <path to executable>

The hifive-vp will then communicate with the state protocol server to obtain symbolic input format specifications based on the current state in the specified protocol state machine. Refer to Section III of the journal publication for more information.

License

See the original SymEx-VP license description. This modified version of SymEx-VP also includes a Bencode implementation by Jim Porter which is licensed under MIT.

About

Fork of SymEx-VP for specification-based symbolic execution of stateful network protocol implementations via SPS protocol specifications

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE.GPL
MIT
LICENSE.MIT

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •