Commit Graph

489 Commits

Author SHA1 Message Date
pancake
73f220f22d Update doc/license for more clarifications ##build
* Orphaned shlr/arm/omap3430 script moved to extras
* Unified json format for r2 -Lj
* Update QNX io plugin to GPL until clarified with the author
2021-03-17 12:56:38 +01:00
condret
ecb6b64777 Update esil.md 2021-01-28 01:58:34 +01:00
condret
c5240b1a3d Fix wrong documentation of rep cmpsb esil expression in esil.md 2021-01-25 19:43:37 +01:00
pancake
c551ddb203 Revert a couple of offensive fortunes
Commits reverted:
* cff5ec5736
* 7bb922dd7f
2020-12-31 15:33:47 +01:00
ratijas
6d811285c2
Fix wording and whitespacing ##doc (#18065)
* Fix wording, whitespacing and other minor stuff
* cmd.c: ellaborated yy syntax, improved descriptions
  - replace "srcoff" with "origin"
* cmd.c(cmd_autocomplete):
  - refactor help into function: render autocomplete types with generic
    help subsystem;
  - "Types" heading now follow the "Usage" style by not being prefixed
    by a pipe character;
* cmd_anal.c: fix whitespaces & help text
* cmd_info.c: fix help text capitalization.
* cmd_print.c:
  - fix `pf` cmd help;
  - TODO: what pz? is doing here?
* cons.c:
  - refactor & better document r_cons_cmd_help();
  - fix whitespaces;
* visual & panels modes:
  - as of commit 46187fe4e1, '!' no longer
    launches the r2048 game. The game itself it broken anyway, even when
    running from the Help menu in panels mode;
  - transitioning from panels to visual is not 'entering' but actually
    swapping/replacing visual panels with just panels, thus...
  - reword 'enter into the' to 'swap into' or even just 'enter', e.g.:
    "enter into the visual panels mode" -> "enter visual panels mode".
  - remove the "(dwm style)" words from a fortune tip, because I have no
    idea what it is, and it does not appear to be a valid command in any
    of the r2 modes.
  - update global help text.
* [WIP 2] Fix wording, whitespacing and other minor stuff
* visual.c:
  - r_core_visual_append_help(): first steps merging with
    r_cons_cmd_help from cons.c; use consistent colors for headers.
* [WIP 3] Fix wording, whitespacing and other minor stuff
* panels.c(__update_help):
  - shorten code and titles;
  - add comment to clarify that it is not a copy-paste error;
* [WIP 4] Fix wording, whitespacing and other minor stuff
panels.c, visual.c: tweak help text;
* [WIP 5] Fix wording, whitespacing and other minor stuff
* cmd_help.c: update global help text about visual mode -- it was
  outdated and overloaded.
* vmenus.c:
  - rename stuff, shuffle around static consts to reflect an actual
    ordering when viewing as a help text;
  - slightly improve help text rendering;
  - fix whitespaces;
* [WIP 6] Fix wording, whitespacing and other minor stuff
* lots of help text changed.  still working on proper commit message.
2020-12-21 01:12:08 +01:00
Filipe Laíns
163312bff3 fortunes: remove nsfw and creepy fortunes
These fortunes make a lot of people unconfortable and can be trigering
for some. Even if they are not active by default, they should have no
place here if you are trying to be a welcoming project.

There are a lot of other ways to be quirky and fun, I see no logical
reason to have these fortunes knowing they will negatively impact
people.

Signed-off-by: Filipe Laíns <lains@riseup.net>
2020-11-29 01:14:28 +01:00
Francesco Tamagni
8bc1dc4860
Update fortunes.fun (#17596) 2020-09-06 20:05:06 +02:00
GustavoLCR
489538e02b
Add DbgEng based debug backend for Windows ##debug (#17491)
* Rename `windbg` plugin to `winkd` ##debug
* Add DbgEng based debug backend for Windows ##debug
2020-08-24 19:01:10 +08:00
yossizap
a54f9363e4
Use meson install instead of manual installation in meson.py (#17424)
* Use meson install instead of manual installation in meson.py
* Update AppVeyor and docs to use the new meson.py flag format
* Meson.py should use --prefix for install paths and --install is a boolean for Windows and Unix now.
* Removed windows specific restrictions from meson.py
* Ensure that the prefix path is an absolute path
* Fix install options syntax
* Added an optional rootdir path for the meson setup command

Co-authored-by: yossizap <yossizap@users.noreply.github.com>
2020-08-11 12:33:15 +08:00
Simos Xenitellis
a034b99484
Update snapcraft.yaml (#17327)
* Introduce the "devmode" confinement
* Switch base to "core18"
* Install ninja and acr as build dependencies
* Add documentation on how to install from Snap

Co-authored-by: Simos Xenitellis <simos.lists@googlemail.com>
2020-07-24 19:02:12 +08:00
pancake
bf88eaeba4
Fix issues in the indent-example file (#17280) 2020-07-15 10:08:28 +02:00
Florian Märkl
cff5ec5736
Add a fortune (#17140) 2020-06-23 19:56:43 +02:00
Soatok Dreamseeker
342da21bc8
Update fortunes.nsfw (#16700) 2020-04-23 18:11:40 +02:00
Liumeo
724d3f7685
Update repository links (#16663) 2020-04-21 11:41:19 +08:00
Hye Sung Jung
757c23d5db Fix spelling errors (#15904) 2020-01-27 07:43:47 +01:00
Florian Märkl
2b21d58e89 Add a fortune (#15736) 2019-12-31 01:21:54 +01:00
David Carlier
28ec4ca297 Debug, BSD systems refactoring ##r_debug
Separate pure BSD calls into its separate compilation unit.
2019-12-20 21:11:30 -06:00
Florian Märkl
ae61aa8e37
Imports Tests from radare2-regressions (#15546) 2019-12-08 15:31:14 +01:00
GustavoLCR
ff71c411c7 Fix #15451 - Update Windows compilation documentation 2019-11-18 01:41:27 +01:00
ilian
7c1f4bfc17 Fix broken pkg uninstall command on macOS (#15437)
Provide a proper package ID to get rid of the following error:
`No receipt for 'radare2.pkg' found at '/'.`

Prepend a `/` for each returned path by the `pkgutil` command, to make
it an absolute path instead of a relative one.

Avoid invoking the `sudo` command for each file, which speeds up the
command significantly.
2019-11-10 02:15:05 +01:00
ilian
15d0bb43d7 Improve macOS installation documentation (#15438) ##doc
Avoid ambiguous signing certificates on macOS.
If a user manually installed a new code signing certificate into the
login keychain as documented, the install script will fail to sign r2 
because the `sys/macos-cert.sh` script generates a new certificate in
the System keychain. This results in the following error when signing:
```
org.radare.radare2: ambiguous (matches "org.radare.radare2" in /Users/user/Library/Keychains/login.keychain-db and "org.radare.radare2" in /Library/Keychains/System.keychain)
```
To be constistent with `sys/macos-cert.sh`, change manual certificate
generation steps to install to System keychain instead of login
keychain.

Mention that code signing certificate generation is automated by the
install script before listing the manual steps to generate a new
code signing certificate.
2019-11-10 02:14:50 +01:00
Jared
34fd50ec63 Clarifying yara-to-r2 integration documentation. (#15404) 2019-11-03 05:21:31 +01:00
dok
810b47343f Add fortunes :] (#15231) 2019-10-08 17:44:54 +02:00
dok
c544a9ceaa fortunes.tips: Fix outdated command (#15229) 2019-10-08 17:43:34 +02:00
Maijin
9227815fdb Change radare->radareorg links 2019-10-07 10:48:31 +02:00
Maijin
4587fa13b5 Change radare->radareorg links 2019-10-07 10:44:21 +02:00
pancake
a6ee807058 Fix vlang plugin to run scripts and add example ##script 2019-10-01 01:44:17 +02:00
pancake
4d04a91c06 Add logo from r2con-2018 2019-09-17 20:51:11 +02:00
Anton Kochkov
1eb3fe25c9
Fix regressions URL (#15027) 2019-09-13 16:49:23 +08:00
Sergey Alirzaev
52d6a5cf85 Document scripted patching (#15001) 2019-09-10 15:14:37 +02:00
Anton Kochkov
98f37535a8
Add a new pun 2019-09-05 15:45:54 +03:00
Chirag Jariwala
028f07ee47 Add fortune 2019-08-30 16:20:49 +02:00
pancake
fb08bb6905 Add r2con2019 svg logo 2019-08-28 13:52:34 +02:00
pancake
444e7b0685 Initial support for r2pipe.html ##r2pipe
$ r2 -i doc/r2pipe.html /bin/ls
2019-08-28 13:36:33 +02:00
Anton Kochkov
9677804b8e
Windows native debugger refactoring ##debug ##windows
* Windows native debugger refactoring

Massive win32 native debugging code refactoring
and corresponding fixes.

* Fix hang after killing process
2019-07-29 11:19:26 +08:00
pancake
7195fc761a Add example file for the pri command ##cons
* The image is generated with Gimp, saving as .data (RGB)
* This is 128(W) * 3(RGB) * ?(H) .. the height is computed with the blocksize
* r2 -e hex.cols=128 -qqfcpri doc/cows128.data
2019-07-11 07:00:41 +02:00
pancake
3556cfe21b Fix two lines in doc/hud 2019-07-02 11:17:35 +02:00
Anton Kochkov
11a643b423
Add fortune 2019-06-26 10:27:10 +08:00
Florian Märkl
7bb922dd7f
Add a cool fortune (#14409) 2019-06-24 13:02:08 +02:00
Anton Kochkov
b22d9f3065 Fix grammar across the code 2019-06-18 14:51:30 +08:00
pancake
b3fe1e63b0 Update doc/capstone 2019-05-20 18:41:55 +02:00
Anton Kochkov
7a16a66958
Add funny fortune 2019-05-20 19:46:59 +08:00
pancake
64374d605f Add macos pkg uninstallaton script instructions 2019-05-04 16:02:11 +02:00
Jonas Stein
45a9f84431 intro.md: Fix typo
Typo in "Begin" fixed
2019-05-03 07:29:52 +03:00
David Carlier
745fefcd92 Couple of new fortunes. 2019-04-11 17:42:45 +02:00
pancake
f2d3750aff Add r2white doc/img 2019-04-03 12:11:05 +02:00
Florian Märkl
2e393212c1 Add C64 Fortune (#13397) 2019-03-16 21:20:20 +01:00
Vasilij Schneidermann
45b21383ec Make Lisp fortune work with Clojure(Script) (#13161) 2019-02-20 12:33:35 +01:00
Alex Gaines
6f0f4a0c0a added valgrind fun fortune (#13086) 2019-02-13 23:09:36 +01:00
Matan Alfasi
8c11817514 Update fortunes.fun (#13044) 2019-02-10 22:30:31 +01:00