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.
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?
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?