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:
parent
4807826bb8
commit
4674f1c32b
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue