You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,8 +38,10 @@ You can use as many operations as you like in simple or complex ways. Some examp
34
38
-[Convert a date and time to a different time zone][3]
35
39
-[Parse a Teredo IPv6 address][4]
36
40
-[Convert data from a hexdump, then decompress][5]
37
-
-[Display multiple timestamps as full dates][6]
38
-
-[Carry out different operations on data of different types][7]
41
+
-[Decrypt and disassemble shellcode][6]
42
+
-[Display multiple timestamps as full dates][7]
43
+
-[Carry out different operations on data of different types][8]
44
+
-[Use parts of the input as arguments to operations][9]
39
45
40
46
41
47
## Features
@@ -56,7 +62,7 @@ You can use as many operations as you like in simple or complex ways. Some examp
56
62
- Search
57
63
- If you know the name of the operation you want or a word associated with it, start typing it into the search field and any matching operations will immediately be shown.
58
64
- Highlighting
59
-
- When you highlight text in the input or output, the offset and length values will be displayed and, if possible, the corresponding data will be highlighted in the output or input respectively (example: [highlight the word 'question' in the input to see where it appears in the output][8]).
65
+
- When you highlight text in the input or output, the offset and length values will be displayed and, if possible, the corresponding data will be highlighted in the output or input respectively (example: [highlight the word 'question' in the input to see where it appears in the output][10]).
60
66
- Save to file and load from file
61
67
- You can save the output to a file at any time or load a file by dragging and dropping it into the input field (note that files larger than about 500kb may cause your browser to hang or even crash due to the way that browsers handle large amounts of textual data).
62
68
- CyberChef is entirely client-side
@@ -92,6 +98,8 @@ CyberChef is released under the [Apache 2.0 Licence](https://www.apache.org/lice
0 commit comments