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.61k stars 303 forks source link

Questionnaire #911

Open HouqiyuA opened 2 months ago

HouqiyuA commented 2 months ago

Description

I learned from the article “RESTler: Stateful REST API Fuzzing” that you implemented restler using python code, but I couldn't find any relevant code in the python section of the restler repository. restler compile section. I only found the compile related code in the restler-fuzzer/src/compiler directory. I would like to ask: Is it possible that the restler compile section is not implemented in python? I want to understand the compile section, is it best to focus on the restler-fuzzer/src/compiler section?

kawaiinonian commented 2 months ago

I'm struggling with the same question, for me F# is hard to read and debug. Do you find any solution so far?