We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97150dd + f043f4e commit 4060cc7Copy full SHA for 4060cc7
build.sh
@@ -14,7 +14,7 @@ function bin {
14
}
15
16
function sym {
17
- echo $((0x$(llvm-nm $ELF | grep $1 | cut -d ' ' -f 1) + 1))
+ echo $((0x$(llvm-nm $ELF | grep -w $1 | cut -d ' ' -f 1) + 1))
18
19
20
cat <<EOF
0 commit comments