tips: Added initial imhex and re tips

This commit is contained in:
WerWolv
2021-08-22 00:48:55 +02:00
parent 0bed03fd88
commit 6576e8ba54
2 changed files with 21 additions and 0 deletions

11
tips/re.json Normal file
View File

@@ -0,0 +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.",
"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."
]
}