Fix #1345 - Cleanup some offensive fortunes
This commit is contained in:
parent
b298413192
commit
17b89e3bf6
2 changed files with 5 additions and 3 deletions
|
|
@ -150,7 +150,8 @@ if [ "`uname`" = Darwin ]; then
|
|||
jmp _main"
|
||||
else
|
||||
OBJCOPY=objcopy
|
||||
CFLAGS="-fPIC -fPIE -pie"
|
||||
CFLAGS="-fPIC -fPIE -pie -fpic"
|
||||
LDFLAGS="-fPIC -fPIE -pie -fpic"
|
||||
SHDR="
|
||||
.section .text
|
||||
.globl main
|
||||
|
|
@ -199,6 +200,7 @@ if [ "$D" ]; then
|
|||
echo "${CC} ${CFLAGS} -o $F.tmp -S ${OPT} $F"
|
||||
fi
|
||||
rm -f $F.bin
|
||||
# echo ${CC} ${CFLAGS} -o $F.tmp -S ${OPT} $F > /dev/stderr
|
||||
${CC} ${CFLAGS} -o $F.tmp -S ${OPT} $F || fail
|
||||
echo "${SHDR}" > $F.s
|
||||
cat $F.tmp \
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ This is a compressed PDF. Why the hell are you opening this in r2 ? SIGSEGV
|
|||
Can you stand on your head?
|
||||
I hope you segfault in hell.
|
||||
May the segfault be with you.
|
||||
I script in C, because fuck you.
|
||||
I script in C, because I can.
|
||||
EXPLICIT CONTENT
|
||||
Bindings are mostly powered by tears.
|
||||
In Soviet Russia, radare2 have documentation.
|
||||
|
|
@ -214,7 +214,6 @@ V is for Visual
|
|||
r2-goverity: found corruption - please eliminate!
|
||||
Stop debugging me!
|
||||
THIS IS NOT A BUG
|
||||
Fuck you, fuck you in the mouth, with a chair!
|
||||
Polish reversers blame git
|
||||
vm is like a small cow in ascii
|
||||
Do you want to print 333.5K chars? (y/N)
|
||||
|
|
@ -229,3 +228,4 @@ It's not a bug, it's a work in progress
|
|||
Stop swearing!
|
||||
I didn't said that it was working, I said that it's implemented
|
||||
Wrong argument
|
||||
Remember that word: C H A I R
|
||||
|
|
|
|||
Loading…
Reference in a new issue