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
pancake
709ffb60b6
Fixes for the android build and related warnings
2019-01-21 12:10:33 +01:00
dogtopus
98f928a049
Add some more random "fun" fortunes ##general
2019-01-04 23:52:08 +01:00
dav1901
e36bdc9a71
Rename aftm -> aft and afta -> aaft ( #12631 )
2019-01-04 14:19:06 +01:00
pancake
e44ce60829
Add fun fortune message
2018-12-20 12:02:15 +01:00
pancake
d2133cbdf8
Fix V?? regression. Avoid tabs and ?y was deprecated a while ago
2018-12-17 16:48:29 +01:00
pancake
561ebded53
Add assert warning in fun fortunes
2018-11-29 15:52:25 +01:00
pancake
dbc8759854
Upgrade to latest express to silent github warning
2018-11-26 12:35:41 +01:00
Sergi Àlvarez i Capilla
a9ac72f160
Implement scr.scrollbar ##visual
2018-11-13 00:22:22 +01:00
David CARLIER
2bb99cd10d
Little leak fix into event and add fortune message
2018-11-05 16:01:41 +01:00
Maijin
650628d0f6
Fix #11959 remove radare1 ##fortunes
...
Fix #11959 remove radare1 ##fortunes
2018-10-27 14:21:38 +02:00
Alex Stafeev
b3311d937f
Fixed grammar in fortune message ( #11903 )
2018-10-22 17:26:13 +02:00
radare
c50357fbe6
Fix the build of the iOS SDK ##build ( #11884 )
2018-10-21 14:56:56 +02:00
radare
9beda2f60f
Allow multiple packages as arguments for r2pm -i,-c,-ci ##tools ( #11843 )
2018-10-18 10:10:35 +02:00
radare
c8356abb03
Add zign hash using sha256 ( #11822 )
2018-10-15 19:13:18 +02:00
xtrm0
0c43ff1f5b
Fix ESIL name ( #11745 )
2018-10-05 21:10:59 +02:00
MK
c47e79e81c
Fix #11736 doc/fortunes.tips - improper entry ( #11738 )
...
Removed the following entry:
For a full list of commands see `strings /dev/urandom`
2018-10-05 09:32:28 +02:00
Riccardo Schirone
58ae11607a
Create script to apply style to diffs ( #11261 )
...
* restore tabs size to 8 chars
* fixes clang-format-diff for function declaration
* DEVELOPERS: explain pre-commit hook
* sys/pre-commit: do not consider unstaged changes
* sys/pre-commit: change doc
* create an example in doc
* suggest --no-verify
2018-09-26 10:49:16 +02:00
condret
c473dd75b2
The == operation should not push any value back on the stack, use $z and NUM for this ( #10006 )
2018-09-13 12:22:40 +02:00
Кirils Sоlovjоvs
0f40eee44d
Fixing some typos in fortunes.fun ( #11438 )
...
+ 1 change
2018-09-08 12:06:00 +02:00
Dragoon Aethis
4ce272ef1c
We don't make mistakes... just happy little segfaults. ( #11393 )
2018-09-05 11:17:50 +02:00
Itay Cohen
1464b19d36
In radare we trust ( #11057 )
2018-08-12 20:25:50 +02:00
Maijin
b60a25b914
Add more R2_ prefix for some var
2018-08-07 22:14:54 +02:00
Anton Kochkov
582e7c8484
Delete obsolete types documentation
...
Now it is located in the "Types" chapter of "Analysis" section in the radare2 book.
2018-08-08 00:47:42 +08:00
Fangrui Song
a8f00c4ba9
Update zsh completion files in doc/zsh ( #10970 )
2018-08-07 10:45:33 +02:00
io12
68f3cf65c1
Add various fortunes ( #10942 )
2018-08-05 22:03:15 +02:00
pancake
13f91c426e
Add few more fortune messages
2018-08-01 00:57:36 +01:00
Riccardo Schirone
97b20da54f
capstone: use master branch since v4 has been merged there now
2018-07-24 15:28:42 +08:00
pancake
0e78a762a0
Add svg with more logos
2018-06-27 20:56:56 +02:00
David CARLIER
68177064b4
updating slighty the sandbox readme ( #10357 )
2018-06-15 16:26:34 +02:00
David CARLIER
a619eba4c7
BSD docs update and distinct docs for both systems ( #10349 )
2018-06-14 21:24:34 +08:00
pancake
e577f76e40
Add clickbait fortune messages
2018-05-31 19:32:05 +02:00
Giovanni
855eb16d93
Refactor evars asm.lines.* ( #10085 )
...
* asm.linesout > asm.lines.out
* asm.var.submin fix
2018-05-18 10:29:00 +02:00
pancake
f4ad472fd1
Fix 52 oobreads in the avr anal plugin
2018-05-15 14:58:59 +02:00
Paula
9b6e6a305d
Add white logo in SVG format ( #10093 )
2018-05-14 18:13:52 +02:00
xarkes
721b22de60
Added fortune
2018-05-13 12:31:38 +02:00
Gromimousse
78ce646cf6
Ragg2-cc is now completely erased from r2 (merged into ragg2) ( #9996 )
2018-05-02 20:34:30 +02:00
Christian Håland
db56445548
Fix markdown formatting to show a list instead of a blob of text. ( #9977 )
2018-04-28 14:06:11 +02:00
Dirk Eibach
fc4e3e00be
io: Add DDC2Bi3 protocol wrapper to gprobe plugin
...
The DDC2Bi3 wrapper is used for both DDC2Bi3 and I2C
communication channels, for example HDMI DDC or
I2C Host Interface.
Using this wrapper you can communicate with displays
that are based on Genesis chipsets like the Dell U2410.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
2018-04-06 12:46:52 +02:00
Dirk Eibach
fe3c10fc22
io: Add gprobe plugin ( #9735 )
...
GProbe is a protocol to communicate with various parts from
Genesis/STMicro/MegaChips that are mostly used in video chipsets.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
2018-03-21 10:07:55 +01:00
Siguza
9e5ff69621
Add some Pingu to fortunes.fun
2018-03-15 11:45:18 +01:00
pancake
8b70bc30d6
Add some more fortunes
2018-03-07 11:04:26 +01:00
xarkes
c31122c88d
Update fortunes.fun ( #9581 )
...
Real quote about radare2.
2018-03-05 00:09:08 +01:00
pancake
2497fb6f51
Implement r_cons_readpush() new api and fix the V... automation
2018-02-28 00:26:41 +01:00
Riccardo Schirone
8000d18125
Test PRs with radare2-regressions PRs ( #9515 )
2018-02-27 22:26:54 +01:00
Evan Carroll
c12418f05f
moved to markdown extension ( #9522 )
2018-02-27 10:54:54 +01:00
Farid AYOUJIL
c52849b03b
Adding 'F' format for double 'f' is float (issue #7318 )
2018-02-26 17:11:11 +01:00
xarkes
5e097dbae1
Killed cons->truecolor in favor of cons->color
2018-02-24 11:47:38 +01:00
Farid AYOUJIL
1e29f31576
Refactoring asm.cmt* and scr.*
2018-02-22 17:59:08 +01:00
Adrian Studer
7e04c45bd7
correct esil docs (internal flags) ( #9307 )
2018-02-04 09:43:25 +01:00
pancake
81b4cd3a22
Add some more fortunes
2018-01-19 17:15:17 +01:00
pancake
75505b882d
Remove use of deprecated configure flags
2018-01-11 23:14:00 +01:00
jvoisin
61cf23c33b
Add a stupid fortune
2017-12-27 00:43:01 +01:00
Kartone
287f1f31b6
Doc: backtick missing
2017-12-25 22:02:19 +01:00
Maijin
ac4be8742c
Fix the uncrustify
2017-12-07 15:28:31 +01:00
Maijin
fa44625c5a
Add chip8 disassembler and partial analyzer
2017-12-07 15:25:27 +01:00
Maijin
e44286124a
merge endian in CONTRIBUTING
2017-11-25 12:20:32 +01:00
Tatsuyuki Ishi
6f53a6a69f
PDB downloader: workaround MS server bug Fix #8848
2017-11-25 11:24:33 +01:00
Raul Siles
c89ae55862
Add non-priv user to the Developer Tools group in macOS ( #8839 )
2017-11-15 10:44:55 -05:00
Raul Siles
08d9abe283
Change references from OSX to macOS
2017-11-15 10:43:31 -05:00
Maijin
1d62db86e9
Add "doc" for Cannot find DLLNAME.sdb ( #8784 )
...
Add "doc" for Cannot find DLLNAME.sdb
2017-11-05 14:39:14 +01:00
kaka012
06b2b32dc0
Add commentary about SIP and Apple-signed binaries ( #8780 )
2017-11-04 20:12:13 +01:00
Christina Quast
ad3da3e937
Fix woO command, which is wopO now ( #8682 )
2017-10-13 12:07:11 +02:00
Matthew Conway
e76c8548ef
Update Radare2 suite usage in intro documentation
2017-10-12 00:21:50 +02:00
Petr Vaněk
07ca31c4e7
Fix few typos in doc/ ( #8618 )
2017-09-30 11:58:41 +02:00
pancake
87dc54aa11
Fixes for the fortunes
2017-09-29 14:17:18 +02:00
crd477
05f416b3bd
Add a quote that came to me while watching pancake's 33c3 video.
2017-09-10 21:46:54 +02:00
pancake
7180527894
Add r2bigger png logo image
2017-08-27 13:38:25 +02:00
Fangrui Song
d1cde39852
Fix help messages ( #8136 )
2017-08-07 12:19:15 +02:00
xarkes
3d681b0fe5
Renamed windbg plugin ( #8117 )
2017-08-03 14:58:39 +02:00
Daan Spitz
8b67b13805
add complexity fortune ( #7981 )
2017-07-21 15:38:23 +08:00
Maijin
2bbd8e853c
Fix xdot command
2017-07-17 11:37:18 +02:00
Fangrui Song
57526c050e
Add doc/zsh/{_rabin2,_ragg2,_ragg2-cc}, drop GNU sed dependency from zsh completion files ( #7936 )
...
Fix a benign missing fallthrough in rabin2.c
`sed -r` and regex escape sequence `\S` should be avoided as they are non-portable GNU extensions.
2017-07-17 08:50:24 +02:00
Fangrui Song
eec5aff085
Add Zsh completion file doc/zsh/{_r2,_radiff2,_rafind2,_rahash2,_rasm2,_rax2} ( #7929 )
...
* and minor fixes in the r2 help message
2017-07-16 10:08:48 +02:00
Maijin
c265a38b30
Update delete flag
2017-07-15 20:33:57 +02:00
Lowly Worm
c252664a60
add hextoy fortune
2017-07-12 18:56:17 -07:00
Maijin
fea0de7c53
Update doc #7903
2017-07-11 22:03:56 +02:00
Lowly Worm
cca0ff90c2
clang-format
2017-07-04 13:59:58 -07:00
Lowly Worm
311dfdeed3
make a valid clang-format
...
* this still is suboptimal because it doesn't differente spaces between
parens for declaration vs definition
2017-06-29 22:42:38 -07:00
Daniel W. Crompton
bfc5961a1f
Patch to enable zsh completion ( #7608 )
2017-05-28 20:18:57 +02:00
Adrian Pistol
a19ea41f03
Clean up r2pm code. ( #7566 )
...
See #7566 .
2017-05-23 14:19:51 +02:00
pancake
0668d04488
Honor color theme in p=, add palette rainbow primitives in RCons
2017-05-18 00:01:16 +02:00
pancake
62b13b9294
Add meson-symstall/uninstall/clean and update README and doc Termux
2017-05-15 00:39:41 +02:00
Michael Scherer
d43d06fc2a
Various doc fixes for Freebsd and gdb ( #7337 )
2017-04-21 21:42:51 +02:00
pancake
92dc32ba3c
Add a bunch of queued fun fortunes
2017-04-21 16:14:56 +02:00
xarkes
05abf37193
Updated fortunes.tips pR->id
2017-03-26 18:15:46 +02:00
pancake
36483bba65
Update uncrustify
2017-03-26 00:35:18 +01:00
condret
db884ecd1d
Initial import of the io.null plugin and doc/siol.md
2017-03-21 20:00:35 +01:00
pancake
7a0a11f500
Apply minor naming and indent changes from the siol branch - thanks condret
2017-03-15 02:22:54 +01:00
pancake
73b2a9bb24
Add the r2 fish fortune
2017-03-13 03:02:52 +01:00
pancake
82eb65563b
Fixes for r2-indent
...
* Supports r2pm's uncrustify without having to r2pm -r
* Add r2-indent -a to run indent-whitelist.sh
* Add --fix option in whitelist script
2017-03-09 02:13:09 +01:00
alvarofe
740586e269
Update uncristify config file
2017-03-07 23:22:24 +01:00
pancake
f42791bf14
More uncrustify tweaks
2017-03-02 11:10:20 +01:00
pancake
0aff2ab8ca
Update r2-indent rules
2017-02-27 00:40:25 +01:00
pancake
1ea23bd604
Fix #6816 - null deref in r_read_*
2017-02-20 12:08:06 +01:00
pancake
0ae4a5c3e8
More r2-indent fixes. and reindent a bunch of files
2017-02-20 02:54:16 +01:00
pancake
4bbc73a0e2
Fix #6818 - json indent ~{} honors scr.color
...
- Cannot configure the color palette
2017-02-20 02:32:58 +01:00
pancake
93eb47ccac
Update SDB fixing stack exhaustion in merge sort and enhance indentation scripts
2017-02-12 22:44:13 +01:00
pancake
219f0e6db6
Add support for uncrustify in sys/indent.sh (still not perfect)
2017-02-10 18:04:30 +01:00
pancake
8c1b11ceae
Fix #6755 - Change nN keys in graph view
2017-02-10 17:22:51 +01:00
ITAYC0HEN
25fec0ebec
Fix spelling mistakes in intro.md
2017-02-08 18:26:07 +01:00
SchumBlubBlub
313cb98073
Code style and Fortunes
2017-02-08 12:34:08 +01:00
pancake
3a101795b4
Release 1.2.1
2017-02-02 13:25:24 +01:00
Xiaoyin Liu
8c3db51c48
Use HTTPS for Microsoft symbol server URL ( #6577 )
...
* Use HTTPS for Microsoft symbol server URL
Update Microsoft symbol server URL to https://msdl.microsoft.com/download/symbols . This is the default sympath in WinDbg 10.0.14321.
* Use HTTPS in cconfig.c
2017-01-25 11:29:51 +01:00
Álvaro Felipe Melchor
fe7b17ddcb
Buy a mac
2017-01-19 22:03:29 +01:00
Sven Steinbauer
68cfdf6608
Add r2pipe fortune
2017-01-18 16:17:44 +00:00
Sven Steinbauer
3485e1cb91
Add quantum fortune
2017-01-16 14:49:58 +00:00
pancake
3f164b2e48
Document ldid in rabin2 -O
2017-01-09 15:57:22 +01:00