Commit Graph

553 Commits

Author SHA1 Message Date
Apkunpacker
2090ca5c6f Fix typos in different locations 2023-01-16 18:41:04 +01:00
pancake
443db663bb Reference abidiff's ci usage in doc/abi.md ##doc 2023-01-09 00:53:18 +01:00
pancake
25865cb778 Remove build warnings spotted in termux and improve install instructions 2023-01-08 20:06:59 +01:00
pancake
bdb1e7227d Fix fortune message for #md5 and add ph: variant of "ph " ##print 2022-12-24 16:41:29 +01:00
pancake
0df4fa645d Add frida and radare emoji images 2022-11-03 15:54:42 +01:00
pancake
9a4fe919c6
Prefer _tostring() instead of _to_string() ##api 2022-10-24 20:59:18 +02:00
singurty
b6b3364d64 fix toggle typo 2022-10-24 16:14:43 +02:00
pancake
fee1a457c1 Move doc/node.js to the r2pipe repository and define engine node>16 2022-10-14 10:34:25 +02:00
pancake
62fdc0f0ff
shlr/yxml -> libr/util/rxml - fork the abandoned yxml parser and expose it ##util 2022-10-10 12:33:43 +02:00
pancake
83446e8325 Fix last char bug in swift strings found with /az ##search 2022-10-09 23:13:54 +02:00
pancake
65db9866c1 Implement the new pieb command as an alias for pie $Fi ##print 2022-10-08 17:50:59 +02:00
condret
9250240fc0 Update doc/fortunes.fun 2022-10-07 16:22:33 +02:00
pancake
bc93eab86c Remove RPrintRowlog and use R_LOG isntead ##shell 2022-09-16 20:45:13 +02:00
pancake
b6e7292019 Enable linting for trailing tabs ##lint 2022-08-22 23:25:40 +02:00
pancake
59bfb51cec Use RCore.help instead of eprintf in more commands under aa ##shell 2022-08-19 13:16:59 +02:00
Paul B Mahol
cc4a6115f6 Tell correct command for function renaming 2022-08-07 00:03:40 +02:00
Paul B Mahol
bf386b221d Remove obsolete tip, and fix another one. 2022-08-01 18:20:10 +02:00
Paul B Mahol
0a618dd048 Remove no more useful tip for code that was removed long ago 2022-07-20 13:25:13 +02:00
pancake
f78330e37e
Merge asm.mips(cs,gnu) into anal.mips ##refactor 2022-07-07 18:43:00 +02:00
condret
e9e427876f Merge asm_rsp into anal_rsp ##refactor 2022-06-30 19:19:48 +02:00
tbodt
6aec8c081a
Correct toki pona fortune message (#20380)
toki pona doesn't capitalize, and "kama jo e musi" isn't idiomatic
2022-06-30 00:08:45 +02:00
colt
448fbfa1ff Rename doc/crosscompile to doc/cross-compile.md ##doc 2022-06-22 11:40:28 +02:00
condret
43eb022ec6 Add premium installation fortunes 2022-06-20 09:10:54 +02:00
Apkunpacker
5bac9e3139 Update fortunes.fun 2022-06-17 06:04:39 +02:00
RHL120
bcc48100d0 I think even would be better than pair in abi.md 2022-06-10 22:38:50 +02:00
pancake
b577d41fd9 Update the ABI document with more examples 2022-06-09 01:17:16 +02:00
pancake
47c8724080 Add ABI stability explanation ##doc 2022-06-08 23:24:23 +02:00
pancake
78bf3d5388 Add some more lines to the devdebug document 2022-05-18 00:37:09 +02:00
pancake
034e490d95 Update README and add doc/devdebug.md ##doc 2022-05-18 00:25:00 +02:00
pancake
e1bddbac9d Add pokemon fortune 2022-05-17 17:29:50 +02:00
pancake
a16cb20feb Add minecraft fortune 2022-05-13 16:10:55 +02:00
Wadim Mueller
1680a7079c Fix typo in fortune 2022-05-10 14:29:20 +02:00
pancake
043fa1734a Fix last covs 2022-05-10 11:36:50 +02:00
pancake
e876eef2a2
Add math meme fortune 2022-04-01 12:51:41 +02:00
pancake
202e7d3b26 Update the Windows build instructions ##doc 2022-03-17 10:11:28 +01:00
pancake
97c594d009 Extend macos.md with DevToolsSecurity and SIP instructions 2022-02-11 02:26:12 +01:00
Roman Valls Guimera
d4d1d7afd5
Implement ESIL on more instructions for v850.np ##esil 2022-01-25 12:11:50 +01:00
pancake
57cf4595da Add a couple of new fun fortunes 2022-01-25 11:38:41 +01:00
Roman Valls Guimera
1d41ee33e4
Handle ESIL in more v850.np instructions ##esil
* Implement or and not for v850 ESIL
* Some documentation on how to run ESIL step by step
* and/andi... can't remember how to do the processor flags
* Implement AND's S and Z logic... not sure if those ESIL conditionals are right yet...
* Change from $ to # for ESIL args, otherwise it'll clash with flags
* Change = on flags to := otherwise it affects the state of all the other flags
2022-01-20 12:41:07 +01:00
Sylvain Pelissier
e3256a2e6d
Fix typo in capstone.md 2022-01-06 18:04:43 +01:00
Lazula
2470a6c284
Rewrite user-facing documentation (#19543) 2022-01-01 06:11:46 -06:00
pancake
e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
Sergi Àlvarez i Capilla
4a7d42e0bf Add WIP 5.5.0 release slides in doc/r2s 2021-11-02 19:35:39 +01:00
Sergi Àlvarez i Capilla
9ae0675c2e Handle the .r2s extension for visual slides ##visual 2021-10-27 12:35:06 +02:00
Sergi Àlvarez i Capilla
5f33adbd83 Implement RCore.visual_slides() ##visual
* Add clearkeys() helper and r2slides example
2021-10-27 01:54:43 +02:00
Dennis Goodlett
30908015e2 Add r == invincible fortune 2021-10-22 00:46:05 +02:00
condret
c899b176e9 Add Doom Eternal fortune msg 2021-10-21 18:13:41 +02:00
Sergi Àlvarez i Capilla
76a50afce0 Add build failure fortune 2021-10-20 15:22:12 +02:00
Abdelrahman Eid
e7f2d25c75
Improve sixref plugin UX ##analysis
By accepting `address` and `len` parameters. `address` means we're
interested in xrefs for only one address. And `len` means we want to
look for xrefs only from the current offset up to `len`, bounded by
the end of the current (executable) section.

* Add fortune cookie

Petition to make adding one fortune cookie mandatory for all PRs!
2021-10-18 21:30:54 +02:00
dogtopus
544c9ea1ec
Add a dumb Minecraft reference to fortunes.fun (#19235)
Just something that randomly came to my mind...
2021-10-16 13:47:41 +02:00