> I wrote a fuzzing "framework" called Fusil and this week I wrote a fuzzer for
> Python. The idea is quite simple: for a module,
> - list all functions, classes and class methods
> - call a function with random arguments (of random types)
> - instanciate a class with random arguments
> - if t
On Sun, Jul 6, 2008 at 4:11 PM, Victor Stinner
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wrote a fuzzing "framework" called Fusil and this week I wrote a fuzzer for
> Python. The idea is quite simple: for a module,
> - list all functions, classes and class methods
> - call a function with random arg
Hi,
I wrote a fuzzing "framework" called Fusil and this week I wrote a fuzzer for
Python. The idea is quite simple: for a module,
- list all functions, classes and class methods
- call a function with random arguments (of random types)
- instanciate a class with random arguments
- if the clas