diff options
| author | jv35 <43965298+jv35@users.noreply.github.com> | 2018-10-10 09:17:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-10 09:17:53 -0400 |
| commit | 3d38e142e82f6473e9b615174157cef93c684eeb (patch) | |
| tree | c80ce9fd2370c80acd0fdd1aa160b76eb045f95c /docs | |
| parent | e0c2dbf56996f49aee35b3c010a24f6b4b394666 (diff) | |
fixes #1158
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/getting-started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 0361a27a..d3186d27 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -163,7 +163,7 @@ Current options include:  -The hexadecimal view is useful for view raw binary files that may or may not even be executable binaries. The hex view is particularly good for transforming data in various ways via the `Copy as`, `Transform`, and `Paste from` menus. Note that `Transform` menu options will transform the data in-place, and that these options will only work when the Hex View is in the `Raw` mode as opposd to any of the binary views (such as "ELF", "Mach-O", or "PE"). +The hexadecimal view is useful for view raw binary files that may or may not even be executable binaries. The hex view is particularly good for transforming data in various ways via the `Copy as`, `Transform`, and `Paste from` menus. Note that `Transform` menu options will transform the data in-place, and that these options will only work when the Hex View is in the `Raw` mode as opposed to any of the binary views (such as "ELF", "Mach-O", or "PE"). Note that any changes made in the Hex view will take effect immediately in any other views open into the same file (new views can be created via the `Split to new tab`, or `Split to new window` options under `View`.). This can, however, cause large amounts of re-analysis so be warned before making large edits or transformations in a large binary file. |
