Assembly Language Programming for Reverse Engineering
File List
- 10 - Code Caves/31 - Exercise Get Firstname Lastname.mp4 378.6 MB
- 11 - Calculator Project/34 - Coding the calculator.mp4 352.7 MB
- 12 - Functions that returns a value/36 - Exercise on strlen function.mp4 235.9 MB
- 2 - Basic Skills/3 - Introduction to xdbg debugger.mp4 223.7 MB
- 10 - Code Caves/28 - Introduction to Code Caves.mp4 205.9 MB
- 5 - INC DEC MUL and DIV instructions/14 - DIV Exercises.mp4 197.6 MB
- 7 - The Stack/18 - Pushing register values to the stack.mp4 174.0 MB
- 6 - Accessing main memory RAM/15 - Register to memory and memory to register.mp4 173.3 MB
- 4 - Basic Addition/9 - Addition of partial registers.mp4 166.4 MB
- 3 - Registers/7 - The MOV Instruction.mp4 163.6 MB
- 2 - Basic Skills/5 - How to hollow out an exe file.mp4 161.7 MB
- 5 - INC DEC MUL and DIV instructions/12 - MUL Instructions.mp4 158.9 MB
- 10 - Code Caves/30 - Code Cave Hello.mp4 156.7 MB
- 8 - Function calls/23 - Exercise Function calls with 2 parameters.mp4 154.1 MB
- 8 - Function calls/22 - Function call with 2 parameters.mp4 147.8 MB
- 9 - Input and Output functions/25 - Intro to input output in assembly.mp4 146.3 MB
- 7 - The Stack/19 - Popping stack values to registers.mp4 140.5 MB
- 6 - Accessing main memory RAM/17 - Memory Exercise.mp4 140.1 MB
- 4 - Basic Addition/8 - Addition using full registers.mp4 135.1 MB
- 5 - INC DEC MUL and DIV instructions/13 - DIV Instructions.mp4 130.9 MB
- 9 - Input and Output functions/27 - How to read in strings and output it back to user.mp4 130.6 MB
- 16 - Structured Programming/50 - Introduction to Structured Programming and IfElse Statements.mp4 121.6 MB
- 5 - INC DEC MUL and DIV instructions/11 - INC and DEC Instructions.mp4 120.5 MB
- 17 - Signed Operations/57 - Practical on signed and unsigned extensions.mp4 116.1 MB
- 8 - Function calls/21 - Introduction to function calls.mp4 111.6 MB
- 9 - Input and Output functions/26 - How to read in numbers and output it again.mp4 111.5 MB
- 8 - Function calls/24 - Exercise Function calls with 3 parameters.mp4 111.1 MB
- 16 - Structured Programming/54 - Graph view Trace Animate and Principles of Jumps.mp4 109.6 MB
- 16 - Structured Programming/51 - For Loops.mp4 102.4 MB
- 4 - Basic Addition/10 - Subtraction.mp4 101.8 MB
- 10 - Code Caves/29 - A simple code cave.mp4 95.3 MB
- 16 - Structured Programming/52 - While Loops.mp4 95.1 MB
- 7 - The Stack/20 - How to push Constants and Strings to the Stack.mp4 93.6 MB
- 15 - CMP instructions/49 - Comparing unsigned and signed numbers.mp4 92.0 MB
- 15 - CMP instructions/48 - Practical on the CMP instructions.mp4 90.9 MB
- 16 - Structured Programming/53 - Break out of Loops.mp4 90.5 MB
- 1 - Introduction/2 - Binary and Hexadecimal Number Systems.mp4 89.9 MB
- 13 - The Flags Register/39 - The CF Flag.mp4 85.7 MB
- 12 - Functions that returns a value/35 - Introduction to functions that returns a value.mp4 84.2 MB
- 14 - Jumps/42 - Introduction to Jumps and JZ.mp4 80.2 MB
- 13 - The Flags Register/37 - Intro to the Flags Register and the ZF flag.mp4 77.4 MB
- 14 - Jumps/44 - JZ Loops.mp4 76.4 MB
- 13 - The Flags Register/38 - The SF Flag.mp4 74.8 MB
- 3 - Registers/6 - Introduction to CPU registers.mp4 71.8 MB
- 2 - Basic Skills/4 - Debugger Stepping Basics.mp4 68.0 MB
- 13 - The Flags Register/40 - The OF Flag.mp4 64.7 MB
- 6 - Accessing main memory RAM/16 - MOV to memory and direct memory patching techniques.mp4 62.2 MB
- 17 - Signed Operations/59 - Converting Bytes and Words Using CWD and CDQ.mp4 60.4 MB
- 17 - Signed Operations/58 - Converting Bytes and Words Using CBW and CWDE.mp4 59.7 MB
- 11 - Calculator Project/33 - Designing the solution.mp4 58.1 MB
- 14 - Jumps/45 - JNZ Loops.mp4 53.4 MB
- 1 - Introduction/1 - Installing the tools.mp4 49.5 MB
- 14 - Jumps/43 - JNZ jump.mp4 46.1 MB
- 17 - Signed Operations/56 - Signed and Unsigned Extensions.mp4 40.9 MB
- 15 - CMP instructions/47 - Introduction to compare instructions.mp4 31.9 MB
- 17 - Signed Operations/55 - NEG instruction.mp4 30.9 MB
- 17 - Signed Operations/56 - signed-extensions.mp4 17.3 MB
- 18 - Resources for further study/60 - Bonus Lecture.mp4 12.8 MB
- 13 - The Flags Register/41 - Which flag to look OF or CF.mp4 10.3 MB
- 11 - Calculator Project/32 - Project description.mp4 7.8 MB
- 10 - Code Caves/28 - PE-bear-0.6.1-qt4-x86-win-vs10.zip 5.8 MB
- 14 - Jumps/46 - Other conditional jumps.mp4 5.7 MB
- 10 - Code Caves/28 - HxDPortableSetup.zip 3.2 MB
- 3 - Registers/6 - intro-to-registers.pptx 627.8 KB
- 18 - Resources for further study/60 - useful-resources-2020-feb.pdf 541.8 KB
- 13 - The Flags Register/37 - intro-to-flag-registers.pptx 356.4 KB
- 10 - Code Caves/28 - Intro-to-Code-Caves.pptx 189.0 KB
- 5 - INC DEC MUL and DIV instructions/13 - DIV.pptx 101.9 KB
- 17 - Signed Operations/55 - neg-instruction.pptx 92.0 KB
- 2 - Basic Skills/3 - 01-hello.zip 85.6 KB
- 2 - Basic Skills/5 - 01-hello-2.exe.zip 85.3 KB
- 3 - Registers/template1.zip 85.1 KB
- 16 - Structured Programming/50 - intro-to-structured-programming-v3.pptx 49.3 KB
- 1 - Introduction/2 - binary-and-hex-number-systems.pptx 44.9 KB
- 8 - Function calls/21 - intro-to-function-calls.pptx 44.4 KB
- 14 - Jumps/42 - Intro-to-jumps.pptx 42.2 KB
- 17 - Signed Operations/58 - converting-bytes-and-words.pptx 41.9 KB
- 15 - CMP instructions/49 - comparing-unsigned-and-signed-numbers.pptx 41.4 KB
- 5 - INC DEC MUL and DIV instructions/12 - MUL.pptx 38.3 KB
- 7 - The Stack/18 - the-stack.pptx 38.0 KB
- 14 - Jumps/46 - other-jumps.pptx 37.5 KB
- 5 - INC DEC MUL and DIV instructions/11 - INC-and-DEC.pptx 37.5 KB
- 9 - Input and Output functions/25 - Getting-Input.pptx 37.1 KB
- 4 - Basic Addition/8 - Basic-Arithmetic.pptx 36.9 KB
- 4 - Basic Addition/10 - Basic-Arithmetic-Subtraction.pptx 36.9 KB
- 15 - CMP instructions/47 - intro-to-cmp-instructions.pptx 36.8 KB
- 3 - Registers/7 - mov-instructions.pptx 34.2 KB
- 11 - Calculator Project/32 - project-description.txt 1.1 KB
- 6 - Accessing main memory RAM/17 - memory-exercise.txt 983 bytes
- 12 - Functions that returns a value/36 - exercise-description.txt 952 bytes
- 1 - Introduction/2 - number-systems-references.txt 268 bytes
- 10 - Code Caves/31 - exercise-get-firstname-lastname.txt 254 bytes
- 8 - Function calls/21 - function-call-notes.txt 170 bytes
- 12 - Functions that returns a value/35 - notes-on-functions-that-returns-a-value.txt 141 bytes
- 10 - Code Caves/28 - pe-bear-and-hxd.txt 128 bytes
- 10 - Code Caves/30 - code-cave-hello-notes.txt 121 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.