oran-testing / soft-t-ue

Open source O-RAN 5G security testing tool
https://rantesterue.org
GNU Affero General Public License v3.0
2 stars 3 forks source link

Function overrides for SDU buffer fuzzing #1

Closed cueltschey closed 3 months ago

cueltschey commented 3 months ago

We need to be able to pass the command line arguments passed to the binary, down the trail of called functions to specify how many bits of the SDU buffer should be fuzzed. I propose an additional argument to functions that will tell the send message function to fuzz the packet before sending.

cueltschey commented 3 months ago

see Issue #2 for how this was completed