From 245c9cf968acedc8c8bbd47f3b9bd4d65141e6fd Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 27 Mar 2017 11:30:36 -0700 Subject: [PATCH] updating mistakes --- ReportForm.html | 14 +------------- fundamentals2.md | 4 ++-- fundamentals3.md | 2 +- intro.md | 2 +- triage.md | 2 +- 5 files changed, 6 insertions(+), 18 deletions(-) diff --git a/ReportForm.html b/ReportForm.html index 0d03e26..12d65a7 100644 --- a/ReportForm.html +++ b/ReportForm.html @@ -9,18 +9,6 @@ diff --git a/fundamentals2.md b/fundamentals2.md index 4ded833..1bf00d4 100644 --- a/fundamentals2.md +++ b/fundamentals2.md @@ -34,7 +34,7 @@ This diagram shows the relationship of application components for user-mode and ## PE Header ## -The PE header provides the information to operating system on how to map the file into memory. +The PE header provides information to operating system on how to map the file into memory. The executable code has designated regions that require a different memory protection (RWX) - Read - Write @@ -69,7 +69,7 @@ This diagram illustrates how the PE is placed into memory. ## The Stack ## -- Data is either pushed onto or pop off of the stack data structure +- Data is either pushed onto or popped off of the stack data structure - **EBP** - Base Pointer is the register that used to store the references in the stack frame This diagram represents a typical stack frame. diff --git a/fundamentals3.md b/fundamentals3.md index e82e180..15d945c 100644 --- a/fundamentals3.md +++ b/fundamentals3.md @@ -41,7 +41,7 @@ Common Instructions * **jmp, jne, jnz, jnb** (Control Flow) * **push, pop, call, leave, enter, ret** (Control Flow) -Example below is moving value 0xaaaaaaaa into ecx. +Example below is moving value at 0xaaaaaaaa into ecx. | Instruction | Opcode | | --- | --- | diff --git a/intro.md b/intro.md index 74a704c..fbe6d2d 100644 --- a/intro.md +++ b/intro.md @@ -11,7 +11,7 @@ title: Intro # Reverse Engineering # -"is the processes of extracting knowledge or design information from anything man-made and re-producing it or re-producing anything based on the extracted information" +"is the processes of extracting knowledge or design information from anything man-made and re-producing it or re-producing anything based on the extracted information"[1](https://en.wikipedia.org/wiki/Reverse_engineering) ## What does it mean to be a reverse engineer? ## diff --git a/triage.md b/triage.md index 79b60ba..a6be5e4 100644 --- a/triage.md +++ b/triage.md @@ -57,7 +57,7 @@ Questions to ask: ### Collect Strings -* using the string command in linux or BinText tool, extract the strings to find any clues +* Using the string command in linux or BinText tool, extract the strings to find any clues ### Check AV vendors