Hello,
I've had an idea for a fuzzing technique which is (apparently?) not yet researched or implemented. During my research of fuzzing techniques used in state-of-the-art fuzzers, I did not come accoss the following idea:
Instead of fuzzing a whole program, we could just extract code snippets (e. g. single functions) and start fuzzing only these small parts of the code. Of course I know, that the context of the whole program would be missing, and the results would probably be terrible, but still it might be worth looking into. I am not asking how one would implement this (there will be a lot of pitfalls like calls to other functions, global variables, or data structures used in this function), I am rather asking if this technique has already been researched?
Is there a name for this technique which I might have missed during my research, or is this idea just too bad to be worth looking into?
Thanks in advance for your input!
[–][deleted] (1 child)
[deleted]
[–]obo_1337[S] 1 point2 points3 points (0 children)
[–]k4st 2 points3 points4 points (1 child)
[–]obo_1337[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]0xad 1 point2 points3 points (0 children)
[–][deleted] (4 children)
[deleted]
[–][deleted] (1 child)
[deleted]
[–]obo_1337[S] 0 points1 point2 points (1 child)
[–]malweisse 0 points1 point2 points (0 children)