From 391981db20067bc0acf371905d6fe1932efd0153 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Wed, 8 Mar 2017 11:42:30 -0800 Subject: [PATCH] updating section 1.2 --- fundamentals2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fundamentals2.md diff --git a/fundamentals2.md b/fundamentals2.md new file mode 100644 index 0000000..5f69ce2 --- /dev/null +++ b/fundamentals2.md @@ -0,0 +1,19 @@ +--- +layout: default +permalink: /RE101/section1.2/ +title: Fundamentals +--- +[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) + +# Section 1.2: Fundamentals # + +## Anatomy of a C program ## + +![alt text](https://securedorg.github.io/images/Cprogram.gif "C Program") + +## x86 Assembly ## + +### Registers ### + +### Opcodes ### +