mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
Add the Play Media operation and place it under a new "Multimedia" category. Move the Render Image to this new category as well.
This commit is contained in:
parent
8ab56a29ac
commit
866dd546c8
4 changed files with 152 additions and 1 deletions
|
@ -341,6 +341,13 @@
|
|||
"From MessagePack"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Multimedia",
|
||||
"ops": [
|
||||
"Render Image",
|
||||
"Play Media"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Other",
|
||||
"ops": [
|
||||
|
@ -355,7 +362,6 @@
|
|||
"Generate TOTP",
|
||||
"Generate HOTP",
|
||||
"Haversine distance",
|
||||
"Render Image",
|
||||
"Remove EXIF",
|
||||
"Extract EXIF",
|
||||
"Numberwang",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue