From 4d1c070b813f3b3b64bd8bf96723756041840ac0 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Sat, 6 Sep 2025 12:59:56 +0200 Subject: Create shared library Play with shared libs. Building the same library with different functionalities and loading them at runtime, separately. Fun way to see how we can change runtime behavior without recompiling everything. Signed-off-by: Carlos Maiolino --- C/HF/chap8/bin/ecat | Bin 12944 -> 0 bytes C/HF/chap8/bin/libs/libencrypt.a | Bin 3754 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 C/HF/chap8/bin/ecat delete mode 100644 C/HF/chap8/bin/libs/libencrypt.a (limited to 'C/HF/chap8/bin') diff --git a/C/HF/chap8/bin/ecat b/C/HF/chap8/bin/ecat deleted file mode 100755 index 1167d31..0000000 Binary files a/C/HF/chap8/bin/ecat and /dev/null differ diff --git a/C/HF/chap8/bin/libs/libencrypt.a b/C/HF/chap8/bin/libs/libencrypt.a deleted file mode 100644 index f609c17..0000000 Binary files a/C/HF/chap8/bin/libs/libencrypt.a and /dev/null differ -- cgit v1.2.3