Initial commit

This commit is contained in:
2026-02-23 16:19:27 +01:00
commit f1f11ecf9b
7 changed files with 174 additions and 0 deletions

11
namecollision/analyze.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env sh
# Analyze the code and print the results
echo "libhello.so print symbols..."
objdump -t libhello.so | grep --color=always print
echo ""
echo "main print symbols..."
objdump -t main | grep --color=always print