From 52e3ab594b34bf309b8669fcaa855c295a00e114 Mon Sep 17 00:00:00 2001 From: Nicholas Hall Date: Thu, 14 Sep 2017 16:42:29 -0500 Subject: DC414 meeting presentation files --- notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 notes.md (limited to 'notes.md') diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..b7a6116 --- /dev/null +++ b/notes.md @@ -0,0 +1,13 @@ +# presentation software +sent - Simple plaintext presentation tool. +https://tools.suckless.org/sent/ + +# glibc version +ldd --version + +# glibc source +git://sourceware.org/git/glibc.git + +# compile as shared object +gcc -fPIC -c strcmp.c -o strcmp.o +gcc -shared -o strcmp.so strcmp.o -- cgit v1.2.3