Vasilyy
cbcbd5f020
Fix #22698 - Implement rax2 -j flag for json output ##tools
2024-03-25 17:26:19 +01:00
pancake
da7e2dc2bc
Add r2pipe2.md RFC ##doc
2024-03-18 12:46:36 +01:00
pancake
5f5eb2d4be
Dont show asm.emu comments when asm.comments is off ##disasm
2024-02-29 16:32:15 +01:00
pancake
9eff2623b6
Update some docs
2024-02-29 11:50:53 +01:00
pancake
96e6d1c80e
Update documentation for macOS/arm64e ##doc
2024-02-19 21:55:29 +01:00
Omvpatil
446ce5f541
Fix #19823 - Changed http to https
2024-02-14 17:42:25 +01:00
pancake
82fbc2fdb4
Oops fix master
2024-01-24 12:07:25 +01:00
Pau RE
bd18323e93
Update snap doc
2023-12-27 20:32:40 +01:00
pancake
a4372fb713
Add pf2
using util/format2.c as wip refactoring ##print
2023-12-27 02:18:08 +01:00
Dirk Eibach
30e2872dcf
Update gprobe.md
...
The syntax for specifying segment granularity has changed. Adapt documentation.
2023-11-27 11:18:26 +01:00
Dirk Eibach
40daf8603c
Add gprobe:// flash commands ##io
2023-11-07 23:47:10 +01:00
pancake
0e6dc9cbd5
abpe now runs the commands and old abpe is now abpe* ##emulation
2023-10-25 09:53:56 +02:00
pancake
9b9d4ed769
Import safetiness symbol name database from iaito ##bin
...
* Affects bin.symbol/import/reloc
* Update sdb for better indisk /istext/ check
2023-10-14 13:18:32 +02:00
ApkUnpacker
e2735fd637
Fix some typos
2023-09-18 14:41:40 +02:00
pancake
f0b8a61f25
Deprecate RBinPlugin.file_type() field
2023-09-17 21:51:40 +02:00
Chiller Dragon
7ef7ec1905
Fix relative doc link and perma link it
...
When clicking the link on github in the CI section
94a31e97b8/doc/abi.md (ci)
It redirects you to https://github.com/radareorg/radare2/blob/master/doc/.github/workflows/build.yml#L522
Which is wrong since .github is not in the doc folder. Also pinning line 522 without a fixed commit gets outdated quite fast.
2023-09-12 15:53:38 +02:00
pancake
2ccd118e87
Initial support for sixel graphics ##cons
2023-08-04 20:09:01 +02:00
pancake
f445e5a1a0
Minor fixes and code cleanup
2023-07-20 13:33:45 +02:00
pancake
b09ebceba4
Improve aesue feedback and add tests ##esil
2023-07-11 19:38:01 +02:00
pancake
6efa8ea825
R2PM_SUDO + SUDO just in case ##r2pm
...
* Some packages and scripts still use 'SUDO' and maybe better not to do the full transition yet
2023-07-07 10:58:58 +02:00
pancake
4a42dd689b
Fix recently introduced oobwrite in RAnal.op()
2023-06-22 00:21:56 +02:00
Luc Tielen
428d50708d
Migrate the AVR plugin ##arch
...
* Remove leftovers from migrating old plugins
* Wire up esil callback for plugins
* Add workaround for showing registers for AVR
* Put 590 comment to cleanup esil from anal struct
* Make asm depend on crypto also
2023-06-15 16:07:10 +02:00
pancake
9a32f3db86
Redesigned IO cache with layers ##io
...
* io.cache.read|write are now true by default
* io.cache-related unit tests disabled for now
2023-06-14 18:26:12 +02:00
pancake
f40ce7e9e6
RAnalValue no longer refs an RRegItem ##analysis
...
* Highly reduce memory usage, faster analysis and fix some memleaks and uafs
2023-06-09 12:05:43 +02:00
pancake
6ed6b591d4
Fix #19964 - show relro:no even if no dyn section is found ##bin
2023-06-03 21:56:12 +02:00
pancake
93dbc62c72
Add missing flags for the internal ELF symbol relocactions ##bin
...
* Requires further abi breaking changes to be done during 5.9
2023-06-01 16:38:07 +02:00
pancake
8ef97b3918
Improvements in the visual esil debugger and documentation ##esil
2023-05-31 12:26:16 +02:00
pancake
d145e61bb6
Handle the arch.decode default size and mnemonic on failure ##arch
2023-05-03 20:36:15 +02:00
pancake
e8dd6979e2
Improve r2docker for multiarch support
2023-04-27 11:43:18 +02:00
pancake
3456d0d16e
Fix oobread in the xcoff64 parser ##crash
2023-04-12 18:07:13 +02:00
Luc Tielen
58cc69f0dd
Migrate the brainfuck ##arch
2023-04-01 11:38:31 +02:00
pancake
5b41faf4b1
Implement 'aoem' command to show memory refs via emulation ##esil
2023-03-29 11:36:35 +02:00
theNKCode
7dd19cff68
Referenced https:// instead of http:// everywhere as per requirement
2023-03-22 06:58:25 +01:00
Pau Rodriguez-Estivill
3d033190ae
Remove snapcraft files from dist
2023-03-14 20:37:29 +01:00
Pau Rodriguez-Estivill
e1e8cdf16a
Update snap documentation
2023-03-14 20:37:29 +01:00
pancake
90601b14f7
Improve the pseudo-decompilation output for !x86 and inlined gotos ##print
2023-03-13 17:27:56 +01:00
Lazula
57812e2471
Drastically reduce eUsage counter ##shell
...
* Get rid of some eprintf
* Use RCoreHelpMessage
* Missing comma in cmd_cmp.c and vmenus.c
* cmd.c * cmd_anal.c * cmd_cmp.c * cmd_debug.c * cmd_eval.c
* cmd_flag.c * cmd_help.c * cmd_debug.c 2 * fixes * cmd_info.c
* cmd_log.c * cmd_meta.c * cmd_mount.c * cmd_open.c * cmd_print.c
* cconfig.c * cmd.c * cmd_anal.c * cmd_search.c * cmd_seek.c
* cmd_write.c * core_a2f.c * core_sixref.c * vmenus.c * yank.c
* Please sys/lint.sh
2023-03-09 16:07:09 +01:00
pancake
1b49733909
Clear SSL (C|LD)FLAGS if not willing to use SSL at all ##build
...
* Fixes crash in r2frida
2023-02-16 19:45:20 +01:00
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