Makefile: add osx-sign-libs target so that sys/build.sh will work

* doc/fortunes.tips: fix and old tip
This commit is contained in:
Riccardo Schirone 2015-09-22 15:25:56 +02:00
parent 4807826bb8
commit 4674f1c32b
2 changed files with 3 additions and 1 deletions

View file

@ -266,6 +266,8 @@ tests:
osx-sign:
$(MAKE) -C binr/radare2 osx-sign
osx-sign-libs:
$(MAKE) -C binr/radare2 osx-sign-libs
quality:
./sys/shellcheck.sh

View file

@ -62,7 +62,7 @@ Analyze socket connections with the socket plugin: 'radare2 socket://www.foo.com
Setup dbg.fpregs to true to visualize the fpu registers in the debugger view.
To debug a program, you can call r2 with 'dbg://<path-to-program>' or '-d <path..>'
Use 'e' and 't' in Visual mode to edit configuration and track flags.
Use 'rabin2 -rios' to get the import/export/other symbols of any binary.
Use 'rabin2 -ris' to get the import/export symbols of any binary.
Remember to maintain your ~/.radare_history
Enable the PAGER with 'e scr.pager=less -R'
Use 'e asm.offset=true' to show offsets in 16bit segment addressing mode.