Skip to content

Commit

Permalink
Update Introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroGameDeveloper authored Oct 8, 2023
1 parent fc64216 commit 706d8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion categories/tutorials/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ We will cover how to reverse engineer a custom file format in a later lesson, bu
<iframe class="wow slideInLeft postImage" width="560" height="315" src="https://www.youtube.com/embed/V3_vc7BO9lU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div markdown="1">
When looking at custom file formats or even just executables, one of the most valuable pieces of data in these files are Text Strings, especially if they are in standard ASCII or UTF-8 format.
There is a really way to dump out all the ASCII strings in a file using the **strings** command like so:
There is a really easy way to dump out all the ASCII strings in a file using the **strings** command like so:
```
strings yourfilename
```
Expand Down

0 comments on commit 706d8b8

Please sign in to comment.