Sylvain Pelissier
|
19b7eeba38
|
Add CRC search to magic ##search
|
2024-08-17 13:39:25 +02:00 |
|
Sylvain Pelissier
|
3270166fa3
|
Add ed25519 private key search ##search
|
2024-08-14 17:39:14 +02:00 |
|
pancake
|
da67e7408b
|
Fix unmatching brace in pdc output ##decompiler
|
2024-08-05 18:42:11 +02:00 |
|
pancake
|
c4fa97b7bd
|
Improve Ve glitches on small terminals ##visual
|
2024-08-05 17:19:36 +02:00 |
|
pancake
|
6e9c65de28
|
Implement prj.history to save/load the per-project command history ##projects
|
2024-08-05 13:45:47 +02:00 |
|
satk0
|
060d976412
|
Replace other r_return_* uses and update DEVELOPERS.md ##refactor
|
2024-08-05 13:31:58 +02:00 |
|
pancake
|
361b8b0c15
|
!! for session history, !. for history save ##shell
|
2024-08-05 13:06:19 +02:00 |
|
satk0
|
ebd8bf9042
|
Replace r_return_val_if_fail with uppercase alternative
|
2024-08-05 12:26:32 +02:00 |
|
pancake
|
df188d8c21
|
Reimplement internal cfg.editor line editor ##cons
|
2024-08-05 10:34:12 +02:00 |
|
pancake
|
28a25c98a0
|
Few fixes for the line editor ##cons
|
2024-08-04 18:16:04 +02:00 |
|
pancake
|
4c12ff6fbd
|
Honor cfg.editor when there's a comment in V; ##visual
|
2024-08-04 14:49:36 +02:00 |
|
pancake
|
ebc1067011
|
Fix null deref in panels
|
2024-08-04 13:05:43 +02:00 |
|
pancake
|
5be9cdd59c
|
Fix bug in V;! not bringing back the mouse ##visual
|
2024-08-04 12:57:37 +02:00 |
|
satk0
|
aac8f3306b
|
Deprecate r_str_new and R_STR_DUP ##refactor
|
2024-08-04 12:21:44 +02:00 |
|
pancake
|
43cc6b7052
|
Implement RBinPlugin Commands in the new abi via i: ##bin
|
2024-08-04 12:07:46 +02:00 |
|
pancake
|
d2725b7bd0
|
Improved default function names ##analysis
|
2024-08-02 13:00:12 +02:00 |
|
pancake
|
2848e1d62b
|
Remove esil stop global for newabi
|
2024-08-01 23:33:15 +02:00 |
|
pancake
|
c6faf1b1ff
|
Some cleanup and minor refactoring for the f commands
|
2024-08-01 13:56:44 +02:00 |
|
pancake
|
6ab1a8db78
|
Add anal.flagends to stop a functions when flags are found ##analysis
|
2024-08-01 12:07:23 +02:00 |
|
Lars Haukli
|
82f6234beb
|
Fix aac on rebased files ##analysis
* Use r_bin_file_get_vaddr
|
2024-07-29 22:01:23 +01:00 |
|
pancake
|
9c6a2a7858
|
Refactor 'aaa' into a separate command
|
2024-07-24 19:12:48 +02:00 |
|
Francesco Tamagni
|
da4f9e705d
|
Fix aae behaviour on invalid instructions ##analysis
This prevents a scenario in which an invalid instruction also
invalidated the next ones, causing missing references.
|
2024-07-23 23:02:18 +02:00 |
|
pancake
|
5170fd452b
|
Optimize RAnalOp.setBytes with extra sauce for NEWABI ##analysis
|
2024-07-23 10:32:31 +02:00 |
|
pancake
|
5dd8795850
|
Return earlier when bin.classes is false ##bin
|
2024-07-22 22:37:49 +02:00 |
|
pancake
|
c534ed6a71
|
Use callAt instead of cmdAt for section formats ##bin
|
2024-07-22 21:24:11 +02:00 |
|
Francesco Tamagni
|
a766ec884b
|
Avoid over-unsetting fixed arch / bits ##core
|
2024-07-22 21:15:08 +02:00 |
|
pancake
|
a9215b1644
|
Add anal.fixed.* (move anal.gpfixed and add arch/bits ones) ##core
|
2024-07-22 18:30:58 +02:00 |
|
Francesco Tamagni
|
2ba8d835fe
|
Don't ask sections if fixed arch / bits set ##core
Avoids unnecessary iteration of all the sections to get the value of
bits and arch, in case they're fixed.
|
2024-07-22 17:43:04 +02:00 |
|
pancake
|
63241f1a05
|
Fix #23064 - Implemented iclc command ##bin
|
2024-07-22 15:47:39 +02:00 |
|
pancake
|
26778a3fb2
|
Fix asm.emu derefenced word issue on big endian ##disasm
|
2024-07-21 18:34:17 +02:00 |
|
pancake
|
a8c981cc44
|
Support '0x, not just '@0x and improve "'?'" help ##shell
|
2024-07-19 16:22:24 +02:00 |
|
pancake
|
bd9567a1ea
|
Fix null deref in ?iu
|
2024-07-19 15:52:33 +02:00 |
|
pancake
|
e86e84806b
|
Fix help for 'abt?' ##analysis
|
2024-07-19 11:59:20 +02:00 |
|
Sylvain Pelissier
|
10f4c29dcf
|
Display /h help
|
2024-07-18 22:03:44 +02:00 |
|
pancake
|
43cd79b92e
|
Add Bit Registers panel ##visual
|
2024-07-18 21:05:01 +02:00 |
|
pancake
|
5882a5a13c
|
Initial implementation of ?iu for the onelinered custon UI ##visual
|
2024-07-18 21:01:08 +02:00 |
|
Richard Patel
|
f2536aa064
|
Support base64 encoded r2js scripts ##lang
|
2024-07-18 11:33:48 +02:00 |
|
pancake
|
8a58808a63
|
Add -D as an alias for iD ##shell
|
2024-07-17 16:29:15 +02:00 |
|
pancake
|
ac1ce58033
|
Fix last memleaks, simplify Vz to toggle folding basic blocks ##visual
|
2024-07-16 23:21:24 +02:00 |
|
pancake
|
10bb86f5bd
|
Fix shift-tab and space behaviour in visual mode ##visual
|
2024-07-16 21:56:06 +02:00 |
|
pancake
|
64b996e549
|
Improved space key behaviour for the hexdump ##visual
|
2024-07-16 20:01:45 +02:00 |
|
pancake
|
219e429378
|
Improve the multiline comment user experience ##shell
|
2024-07-16 19:34:14 +02:00 |
|
pancake
|
68a6bc4a3a
|
Add support for parsing next zignatures ##zinatures
|
2024-07-16 18:59:55 +02:00 |
|
pancake
|
bda4eb0832
|
Better parsing for the "join" command ##shell
|
2024-07-12 23:11:11 +02:00 |
|
pancake
|
7b435a6b8b
|
Fix 'rm $foo' and '$foo+=N' ##shell
|
2024-07-12 22:59:26 +02:00 |
|
pancake
|
9ca2c5695b
|
Improve argument parsing logic for 'tail' ##shell
|
2024-07-12 15:45:11 +02:00 |
|
pancake
|
ec4872e16a
|
Python goes before Python2 in the rlang plugin now ##lang
|
2024-07-11 16:54:25 +02:00 |
|
pancake
|
9d8fa62011
|
Add few missing arm64 fpu instructions for pseudo ##decompiler
|
2024-07-10 22:50:47 +02:00 |
|
pancake
|
4d2a8411ea
|
Run the native swift demangler tests on darwin-x64 too ##bin
|
2024-07-10 17:03:37 +02:00 |
|
satk0
|
6923af97ef
|
Make duplicated zignatures optional via zign.dups + tests ##zignatures
|
2024-07-09 22:33:10 +02:00 |
|