From 47fc94928960397feba24dd687f9b1c803213b34 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 30 Nov 2021 19:44:39 +0100 Subject: [PATCH] tips: Fixed typo --- tips/re.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips/re.json b/tips/re.json index 0c83c3e..0003f4e 100644 --- a/tips/re.json +++ b/tips/re.json @@ -1,11 +1,11 @@ { "name" : "Reverse Engineering", "tips" : [ - "Reverse Engineering a foregin file format becomes a lot easier if you know some values that should be stored in there.", + "Reverse Engineering a foreign file format becomes a lot easier if you know some values that should be stored in there.", "Ghidra, binwalk, Unicorn, x86dbg, DetectItEasy, Dependencies and CheatEngine are other fantastic and free reverse engineering tools!", "ALWAYS read the documentation if there is one. It will save you a lot of time.", "Tools are what you make of them, practice makes perfect.", "Looking for patterns and repeating structures in binary data is always a good start.", "The entropy graph is an easy way to quickly figure out where interesting data is stored and if the data is encrypted or compressed." ] -} \ No newline at end of file +}