Commit Graph

12475 Commits

Author SHA1 Message Date
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
pancake
4706aa0f6e Add help message for /at? ##search 2022-08-22 14:31:35 +02:00
pancake
eac902d491 /at accepts a comma separated list of optypes ##search 2022-08-22 14:31:35 +02:00
pancake
58ea6757eb Honor : table modifiers in om, ##shell 2022-08-22 01:50:32 +02:00
pancake
87239d64f6 omt->om, and make omr print map size with no args ##shell
* Fill null deref if fs plugin doesnt provide the dir callback
2022-08-22 01:50:32 +02:00
pancake
02c17a9b59 Implement mdd, mdq and ms's ls -l ##fs 2022-08-22 01:50:32 +02:00
pancake
521e296fd7 Fix UAF in md<tab> by owning the graph by core in the heap, not in stack 2022-08-22 01:50:32 +02:00
pancake
82646917c7 Use RLOG in fs, fix null fs.mount and unused drx_at warning 2022-08-22 01:50:32 +02:00
pancake
37de3794e4 Implement s** for proper seek history parseable output ##shell 2022-08-20 23:47:31 +02:00
pancake
2da84ef851 Implement ics command to list address of class methods ##shell 2022-08-20 23:47:31 +02:00
pancake
990af88ae2 Protect ms shell with scr.interactive ##shell 2022-08-20 20:19:29 +02:00
pancake
55d9d55787
Linting for 'cmp (' and asan in Cf 2022-08-20 12:35:11 +02:00
pancake
1e3e198818 Rename asm.arm_cs to asm.arm ##arch 2022-08-20 02:39:01 +02:00
pancake
9fea483cf4 Fix null deref crash in RTable and improve C, ##shell 2022-08-20 02:17:09 +02:00
pancake
0fb54f9413 More RLOG usage in core 2022-08-20 01:03:21 +02:00
pancake
e4b09af81e TLS a global and add tests for e, 2022-08-19 23:11:47 +02:00
pancake
91dac00efa Better 'e!' command handling and use more R_LOG 2022-08-19 23:11:47 +02:00
pancake
8740bc55af Implement 'e,' for table format, old e, is now e: ##shell 2022-08-19 23:11:47 +02:00
pancake
bb380846d2 Fix prj.alwasyprompt description text ##config 2022-08-19 23:11:47 +02:00
pancake
59bfb51cec Use RCore.help instead of eprintf in more commands under aa ##shell 2022-08-19 13:16:59 +02:00
pancake
8994ff6bd3 Switch some eprintf to use R_LOG apis instead in core 2022-08-19 11:11:08 +02:00
pancake
09fd66facc Improve aab results by using section size ##anal
* Dont use cfg.debug in anal/blaze, rlog is enough
2022-08-19 11:10:32 +02:00
pancake
7cf0c56dbf Improve visual text editor navigation ('j' moves to next line) ##visual 2022-08-19 00:11:17 +02:00
pancake
79679dbae0 Fix #20602 - Insert and cursor glitching in hex panel ##visual 2022-08-19 00:09:59 +02:00
pancake
469e38c39d Implement interactive text editor mode in VPi command ##visual
* Tab to toggle between insert and replace mode
* Cursor is enabled after insertion
* Still not yet a replacement for your favourite editor
2022-08-18 23:29:36 +02:00
pancake
6654541c71 Implement wcu command to undo cached writes ##io
* Integrated with the visual hex editor with the 'u' key
2022-08-18 21:31:21 +02:00
pancake
fe71345577 Fix insert nibbles in visual hex editor ##visual 2022-08-18 21:30:41 +02:00
pancake
b74970f966 Add missing help for y- command 2022-08-18 21:29:55 +02:00
pancake
785a469a6d else block linting 2022-08-18 18:35:22 +02:00
pancake
22a1266331 Implement y- command and some other indentation fixes ##shell 2022-08-18 17:14:19 +02:00
pancake
7a35f03471 More source spacing linting 2022-08-18 14:37:29 +02:00
pancake
a538b2b700 Add =0 and =1 lintings 2022-08-18 13:58:40 +02:00
pancake
e01660dc52 Rename to io.basemap 2022-08-18 10:31:22 +02:00