mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Change "Run Script" to "Run radare2 script" (#2330)
* Improve "Run script" title to make it more clear * Update docs to reflect the change
This commit is contained in:
parent
73f99c696f
commit
e0bfcccb87
@ -78,9 +78,17 @@ Export to code
|
||||
|
||||
Run a radare2 script
|
||||
----------------------------------------
|
||||
**Description:** Cutter allows you to execute radare2 scripts to automate task or transfer information.
|
||||
**Description:** Cutter allows you to execute radare2 scripts to automate task or transfer information. Radare2 scripts are files that contain list of radare2 commands. The scripts can be created manually by you, or automatically generated by radare2 commands (which typically end with a star character. e.g. ``afl*``).
|
||||
|
||||
**Steps:** File -> Run Script
|
||||
Such a script can look like this:
|
||||
|
||||
.. code-block::
|
||||
|
||||
?e hello world
|
||||
?v 10+5
|
||||
pdf @ main
|
||||
|
||||
**Steps:** File -> Run radare2 script
|
||||
|
||||
Quit Cutter
|
||||
----------------------------------------
|
||||
|
@ -651,7 +651,7 @@
|
||||
</action>
|
||||
<action name="actionRun_Script">
|
||||
<property name="text">
|
||||
<string>Run Script</string>
|
||||
<string>Run radare2 script</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionReset_settings">
|
||||
|
Loading…
Reference in New Issue
Block a user