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.52k stars 284 forks source link

How can I see source code in /restler_bin/restler/Restler? #778

Open CAGeng opened 1 year ago

CAGeng commented 1 year ago

Description

I am a beginner and I want to know the execution logic of Restler. I would like to see the source code of the program entry point, /restler_bin/restler/Restler, but it is a binary file. Additionally, I would like to know if it is possible to customize the input Swagger format and the custom format processing function.If possible, which files should I modify?

CAGeng commented 1 year ago

I am also struggling with the code developed in F# language under the src directory. I am not sure if I need to modify this part of the code if I want to customize Restler, as it is not easy for me to work with F#.