Update MentOs code to the latest development version.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
for obj_file in "$@"
|
||||
do
|
||||
ADDR=$(readelf -WS $obj_file | grep .text | awk '{ print "0x"$5 }')
|
||||
echo "add-symbol-file $obj_file ${ADDR}"
|
||||
done
|
||||
Reference in New Issue
Block a user