Tracing
To see what crypto functions are being called with what input run
gdb --batch -x tracing/trace.gdb ./build/test_ratchet | grep "^[- ]" | tr "{}" "[]" | tracing/graph.py
Name | Last commit | Last update |
---|---|---|
.. | ||
README.rst | ||
graph.py | ||
trace.gdb |
To see what crypto functions are being called with what input run
gdb --batch -x tracing/trace.gdb ./build/test_ratchet | grep "^[- ]" | tr "{}" "[]" | tracing/graph.py