I want to pass some inputs to my gdb debugger to automate it.
Something like this:
Enter number of inputs:
5
Enter 5 inputs:
2 4 3 2 5
I have an expect script for that to automate my binary file.
Can I combine my expect script and gdb script?
I want to pass some inputs to my gdb debugger to automate it.
Something like this:
Enter number of inputs:
5
Enter 5 inputs:
2 4 3 2 5
I have an expect script for that to automate my binary file.
Can I combine my expect script and gdb script?