diff options
| author | Carlos Maiolino <[email protected]> | 2025-09-06 12:59:56 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2025-09-06 13:01:26 +0200 |
| commit | 4d1c070b813f3b3b64bd8bf96723756041840ac0 (patch) | |
| tree | 72a58d5c43e218e2700c30ac29db1b5a98ba8b65 /C/HF/chap8/bin | |
| parent | 133a564a7ba1f57ff229e7c181227d43b4bae584 (diff) | |
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 <[email protected]>
Diffstat (limited to 'C/HF/chap8/bin')
| -rwxr-xr-x | C/HF/chap8/bin/ecat | bin | 12944 -> 0 bytes |
| -rw-r--r-- | C/HF/chap8/bin/libs/libencrypt.a | bin | 3754 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/C/HF/chap8/bin/ecat b/C/HF/chap8/bin/ecat Binary files differdeleted file mode 100755 index 1167d31..0000000 --- a/C/HF/chap8/bin/ecat +++ /dev/null diff --git a/C/HF/chap8/bin/libs/libencrypt.a b/C/HF/chap8/bin/libs/libencrypt.a Binary files differdeleted file mode 100644 index f609c17..0000000 --- a/C/HF/chap8/bin/libs/libencrypt.a +++ /dev/null |
