Skip to content
Snippets Groups Projects
README.rst 207 B
Newer Older
  • Learn to ignore specific revisions
  • Tracing
    =======
    
    To see what crypto functions are being called with what input run
    
    .. code:: bash
    
        gdb --batch -x tracing/trace.gdb ./build/test_ratchet | grep "^[- ]" | tr "{}" "[]" | tracing/graph.py