Initial commit
This commit is contained in:
11
namecollision/analyze.sh
Normal file
11
namecollision/analyze.sh
Normal 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
|
||||
Reference in New Issue
Block a user