pancake
|
6db7d19e72
|
Add linting to spot misuses of r_strbuf_appendf and fix them all ##refactor
|
2022-09-09 23:12:01 +02:00 |
|
pancake
|
399ca4c669
|
Define =SN for the sparc register profile and improve warning message ##analysis
|
2022-09-09 22:24:00 +02:00 |
|
pancake
|
998e9474e6
|
Fix UB bug in afi command causing random segfaults ##crash
|
2022-09-09 22:19:14 +02:00 |
|
pancake
|
1e57fabb3e
|
Warn when bypassing the word bounds of numeric arguments in wo ##write
|
2022-09-09 13:50:15 +02:00 |
|
pancake
|
0affc893be
|
New syntax for wo[x]([n]+[v]) to differentiate hex and numbers ##write
|
2022-09-09 13:50:15 +02:00 |
|
pancake
|
cd10051282
|
Fix #20387 - woa 1 confusing error message ##shell
* Better help messages and argument handling
|
2022-09-09 13:50:15 +02:00 |
|
pancake
|
b34220b3b7
|
Fix afi regression introduced in 5fb324c5ef
|
2022-09-09 13:21:24 +02:00 |
|
pancake
|
c302ecdf5a
|
Fix bug introduced in 96ca94e892 for abj
|
2022-09-09 13:21:24 +02:00 |
|
pancake
|
f36c9c0797
|
Implement new toyish visualization command agt ##graph
* Render the list of functions or basic blocks in a fibonacci map layout
* Should improve to a full featured tree map and use better metrics
|
2022-09-09 13:21:24 +02:00 |
|
Nikhil Saxena
|
655ecfb659
|
Add 'pxu' mode to ##visual
* Unsigned integers in print format list
|
2022-09-09 12:34:30 +02:00 |
|
pancake
|
96ca94e892
|
Include bb instruction addresses in an array for abj ##analysis
|
2022-09-09 00:08:31 +02:00 |
|
pancake
|
a6004d8a35
|
Fix more tests to run outside x86-64 ##anal
* Hint oneliner to improve aanr
|
2022-09-08 23:39:28 +02:00 |
|
pancake
|
9129b7d6fb
|
Implement aflx and aflx* commands to re-analyze function callers ##analysis
|
2022-09-08 23:39:28 +02:00 |
|
pancake
|
1d286ff1c7
|
Add tnf command to filter functions with the new noret column in afl,
|
2022-09-08 23:39:28 +02:00 |
|
pancake
|
48a6cc7049
|
Implement aflm. and aflm? to print the makefile-style function call summary ##anal
|
2022-09-08 23:39:28 +02:00 |
|
pancake
|
50b30dd603
|
Implement aggb command, like agfb but for agn/age ##graph
|
2022-09-08 20:49:36 +02:00 |
|
pancake
|
2050ee90eb
|
Fix #16492 - Handle - suffix in te and ts , add tests ##types
|
2022-09-07 17:53:02 +02:00 |
|
pancake
|
724bf0a8b2
|
Honor <tab> autocompletion in the of command ##shell
|
2022-09-07 10:51:47 +02:00 |
|
pancake
|
a84f140e8d
|
Use RCoreHelp for j? and uc? to fix a lint ##shell
|
2022-09-07 10:51:47 +02:00 |
|
pancake
|
d9cc0b52d0
|
Add |E |D |J pipe aliases for base64 command execution and encoding ##shell
```
?e ?e hello world|E
P2UgaGVsbG8gd29ybGQK
> b64:P2UgaGVsbG8gd29ybGQK
hello world
> ?e P2UgaGVsbG8gd29ybGQK|D
?e hello world
```
|
2022-09-07 10:51:47 +02:00 |
|
pancake
|
37b4317f69
|
Support interpreting executable binaries with r2 -i or '.' ##shell
* Only checks for the exec bit if the file doesnt have any known extension
|
2022-09-07 00:49:21 +02:00 |
|
pancake
|
f792fe8514
|
Fix #20651 - Decompiler panel was disapearing after clicking ##panels
|
2022-09-07 00:20:15 +02:00 |
|
pancake
|
53edb5f909
|
Enable r2pm-native when calling it from r2 ##tools
|
2022-09-06 23:24:53 +02:00 |
|
pancake
|
d020b38d32
|
Use more Config.setBoolean() and lint some cases
|
2022-09-06 22:23:08 +02:00 |
|
pancake
|
30dcf3328a
|
Use more r_core_cmd_help_match in cmd_open, remove eprintfs
|
2022-09-06 22:23:08 +02:00 |
|
pancake
|
84a97a57e6
|
Use more R_LOG in core, bin, debug, io, .. and add more lints
|
2022-09-06 08:08:24 +02:00 |
|
pancake
|
e57b387f36
|
Fix last covs
|
2022-09-06 01:52:17 +02:00 |
|
condret
|
d55fa18ae4
|
Remove occurences of $$ in arm_cs esil ##refactor
|
2022-09-05 17:51:43 +02:00 |
|
pancake
|
ec873f35bd
|
Fix Vca - assembly in visual cursor mode losing higher bits of the address
|
2022-09-05 12:27:39 +02:00 |
|
pancake
|
acfc53553c
|
Use more R_LOG in cmd.open ##refactor
|
2022-09-04 21:43:27 +02:00 |
|
pancake
|
38a3946d00
|
Fix #20573 - filename must be quoted in o* for projects
|
2022-09-04 21:43:23 +02:00 |
|
pancake
|
46eb73dd13
|
Implement pxu{1,2,4,8} like pxd but unsigned ##print
|
2022-09-04 18:13:30 +02:00 |
|
pancake
|
3d8074de19
|
Add cmd.bbgraph to use a different command to render the basic blocks ##graph
* Use RConfig.getb() where boolean vars are involved
|
2022-09-04 06:24:16 +02:00 |
|
pancake
|
4b12f283c6
|
Make command repeat behave as expected with the foreach operator ##shell
|
2022-09-03 20:47:48 +02:00 |
|
pancake
|
6babe1f5af
|
Improve the yank command and help ##shell
|
2022-09-03 02:18:54 +02:00 |
|
pancake
|
e36bfdee5a
|
Implement wa+ command to assemble + seek ##write
|
2022-09-02 21:11:41 +02:00 |
|
pancake
|
8f56596438
|
Add table's :help and ignore commas in i subcommand parsing ##bin
|
2022-09-02 18:26:10 +02:00 |
|
pancake
|
de5f7c8bff
|
Fix #20653 - uaf of an unused variable in visual
|
2022-08-29 18:11:35 +02:00 |
|
pancake
|
cda4af4f5d
|
Fix last covs
|
2022-08-29 18:09:37 +02:00 |
|
pancake
|
5ce3c287db
|
Add new 'drp*' 'arp*' commands to flag the reg arena ##debug
|
2022-08-23 23:54:17 +02:00 |
|
pancake
|
34a77c1be0
|
Fix lintings
|
2022-08-23 22:00:25 +02:00 |
|
pancake
|
89a6b0eb83
|
Fix w6e and w6d, Add w6x, p6[e|d][s|z] + tests ##print
* encode, decode, hex buffers, argument strings null terminated strings, ..
|
2022-08-23 21:51:37 +02:00 |
|
pancake
|
9f0e5997b3
|
Remove hack fixing a bug that is now gone for agn ##graph
|
2022-08-23 19:16:47 +02:00 |
|
pancake
|
10bf07b74b
|
Move bin.pdb into bin.formats.pdb
|
2022-08-23 18:52:25 +02:00 |
|
pancake
|
4cd6ff74a4
|
Handle pdk? pdi? and pd,? removing related warnings
|
2022-08-23 18:41:22 +02:00 |
|
pancake
|
d33d85638f
|
Fix #20624 - Implement ic, command to query klass information ##bin
|
2022-08-23 17:43:52 +02:00 |
|
pancake
|
5ffc549708
|
Fix last covs
|
2022-08-23 17:43:34 +02:00 |
|
pancake
|
e2d2c4538b
|
Fix oba $$ in frida://0 global ##bin
* removed a global to be toggled after release
|
2022-08-23 00:54:22 +02:00 |
|
pancake
|
b6e7292019
|
Enable linting for trailing tabs ##lint
|
2022-08-22 23:25:40 +02:00 |
|
pancake
|
f9f9e367de
|
Use rlog instead of eprintf in 300 more places
|
2022-08-22 14:35:04 +02:00 |
|