Skip to content

SE-Processor-Fuzzing/pfuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status MIT License

pfuzz

Simulated processor fuzzing tool.

Table of contents

Getting Started

Prerequisites

Installation

Open the terminal and follow these steps:

  1. Clone the repository:

    git clone git@github.com:SE-Processor-Fuzzing/pfuzz.git
  2. Navigate to the project root:

    cd pfuzz
  3. Install Poetry in an isolated environment with:

    pipx install poetry
  4. Set Poetry configuration:

    Note: This command will make sure that poetry creates virtual environments within the project's root folder.

    poetry config virtualenvs.in-project true
  5. Install all required dependencies:

    Note: Running the command will automatically create a virtual environment and install all dependencies in an isolated manner. For details see Poetry documentation.

    • For running the tool:
      poetry install
    • For development:
      poetry install --with dev

About

The repository for the processor fuzzer

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages