Commit Graph

6 Commits

Author SHA1 Message Date
eisbaer 4f94ae35c7 Added a readme. 2022-10-30 23:12:37 +01:00
eisbaer df6fd81872 now chelper-make-header-from-source only adds the declarations to
the end of the file if there already exists a header. If no
.h exists then it creates a buffer with its name.
2022-10-11 13:13:24 +02:00
eisbaer 21fa70979d chelper-make-header-from-source did not work in .emacs.d now fixed. 2022-10-07 00:04:28 +02:00
eisbaer 7452400453 implemented chelper-make-header-from-source
TODO: - prettify the function headers
2022-10-06 23:37:18 +02:00
eisbaer ee3243f1e6 cluster is now written into a pickle and you can use it with main.py
to print all function definitions of a c file with:
python main.py <src.c>
2022-10-01 14:42:32 +02:00
eisbaer c4f6468cb4 Clustering works. The c file I used was onion_crypto.c from Tor. 2022-09-29 13:26:53 +02:00