Skip to content
Snippets Groups Projects
Commit 30fbe271 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent 45674caf
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ export PATH=$PATH:$IDADIR
export IDALOG=$1.log
export IDALOG_SILENT=1
# Extract the code addresses with objdump.
objdump -d --prefix-addresses $1 | grep "^[0-9]" > $1.SMPobjdump
$PS_OBJDUMP -d --prefix-addresses $1 | grep "^[0-9]" > $1.SMPobjdump
if [ "${IDAROOT}"X = "X" ]; then echo Please set IDAROOT; exit 1; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment