microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.62k stars 303 forks source link

Restler source code learning encountered confusions #904

Closed HouqiyuA closed 3 months ago

HouqiyuA commented 4 months ago

Description

  1. Is the compiling function of Restler implemented in python?
  2. What does the code in the restler directory and the code in src in restler-fuzz do, respectively?