وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Assembly Language Adventures: Complete Course

سرفصل های دوره

Learn the language of your computer


01 - Intro
  • 001 About this course
  • 001 About-This-Course.pdf
  • 001 Course-Materials.rar
  • 002 Where are the exercises.html
  • 003 Tools - File Explorer
  • 004 Tools - Hex Editor
  • 005 Tools - Text Editor
  • external-links.txt

  • 02 - The Binary numeric system
  • 001 Addition and Subtraction
  • 001 Add-Sub.pdf
  • 002 Base Conversion (Part 1)
  • 002 Base-Conversion.pdf
  • 003 Base Conversion (Part 2)
  • 004 Hexadecimal.pdf
  • 004 Hexadecimal Base
  • 005 Hexadecimal Base (Bonus)
  • 006 Signed Numbers (Part 1)
  • 006 Signed-Numbers.pdf
  • 007 Signed Numbers (Part 2)
  • 008 Signed Numbers (Part 3)

  • 03 - x86 Architecture
  • 001 Basic History
  • 001 Basic-History.pdf
  • 002 Basic Structure
  • 002 Basic-Structure.pdf
  • 003 First Instructions (Part 1)
  • 003 First-Instructions.pdf
  • 004 First Instructions (Part 2)
  • 005 Basic Arithmetic (Part 1)
  • 005 Basic-Arithmetic.pdf
  • 006 Basic Arithmetic (Part 2)
  • 007 Basic Arithmetic (Part 3)
  • 008 Basic Arithmetic (Part 4)

  • 04 - Introduction to FASM
  • 001 Fasm-Intro.pdf
  • 001 fasm intro
  • 002 fasm installation
  • 003 First Programs - bare
  • 004 First Programs - console (Part 1)
  • 005 First Programs - console (Part 2)
  • 006 First Programs - first program (Part 1)
  • 007 First Programs - first program (Part 2)
  • 008 Basic Assembly Errors (Part 1)
  • 009 Basic Assembly Errors (Part 2)

  • 05 - Branching
  • 001 Branching Intro (Part 1)
  • 001 Branching-Intro.pdf
  • 002 Branching Intro (Part 2)
  • 003 JMP Examples
  • 004 Flags Register (Part 1)
  • 004 Flags-Register.pdf
  • 005 Flags Register (Part 2)
  • 006 Flags Register (Part 3)
  • 007 Flags Register (Part 4)
  • 008 Basic Conditional Branching
  • 008 Basic-Conditional-Branching.pdf
  • 009 More Conditional Branching (Part 1)
  • 009 More-Conditional-Branching.pdf
  • 010 More Conditional Branching (Part 2)
  • 011 Structured Branching (Part 1)
  • 012 Structured Branching (Part 2)
  • 013 Structured Branching (Part 3)

  • 06 - Signed Operations
  • 001 Signed Operations (Part 1)
  • 001 Signed-Operations.pdf
  • 002 Signed Operations (Part 2)
  • 003 Signed Operations (Part 3)

  • 07 - Bitwise Operations
  • 001 Intro to Boolean Algebra (Part 1)
  • 001 Intro-Boolean-Algebra.pdf
  • 002 Intro to Boolean Algebra (Part 2)
  • 003 Intro to Boolean Algebra (Part 3)
  • 004 Intro to Boolean Algebra (Part 4)
  • 005 Bitwise Instructions (Part 1)
  • 005 Bitwise-Instructions.pdf
  • 006 Bitwise Instructions (Part 2)
  • 007 Practical Bit Games
  • 007 Practical-Bit-Games.pdf

  • 08 - Memory
  • 001 Memory Intro (Part 1)
  • 001 Memory-Intro.pdf
  • 002 Memory Intro (Part 2)
  • 003 Memory Examples - reverse (Part 1)
  • 004 Memory Examples - reverse (Part 2)
  • 005 Memory Examples - get addr
  • 006 Memory Examples - corrupt
  • 007 Data definition
  • 008 Data sections
  • 009 Basic Memory Instructions
  • 009 Basic-Memory-Instructions.pdf
  • 010 LEA
  • 010 Lea.pdf
  • 011 Structures.pdf
  • 011 Structures (Part 1)
  • 012 Structures (Part 2)
  • 013 Structures (Part 3)
  • 014 Memory Ideas (Part 1)
  • 014 Memory-Ideas.pdf
  • 015 Memory Ideas (Part 2)
  • 016 Memory Ideas (Part 3)
  • 017 Addressing Rules Of Thumb
  • 017 Addressing-Rot.pdf

  • 09 - Strings
  • 001 ASCII
  • 001 Ascii.pdf
  • 002 Character Map
  • 003 String Representation
  • 003 String-Representation.pdf
  • 004 UTF8 Example
  • 005 First String Instructions (Part 1)
  • 005 First-String-Instructions.pdf
  • 006 First String Instructions (Part 2)
  • 007 REP Prefixes (Part 1)
  • 007 Rep-Prefixes.pdf
  • 008 REP Prefixes (Part 2)

  • 10 - Subroutines and The Stack
  • 001 Subroutines Intro
  • 001 Subroutines-Intro.pdf
  • 002 The Stack
  • 002 The-Stack.pdf
  • 003 Call and Ret (Part 1)
  • 003 Call-Ret.pdf
  • 004 Call and Ret (Part 2)
  • 005 Calling Conventions (Part 1)
  • 005 Calling-Conventions.pdf
  • 006 Calling Conventions (Part 2)
  • 007 Local State (Part 1)
  • 007 Local-State.pdf
  • 008 Local State (Part 2)

  • 11 - Manuals
  • 001 Downloading the manuals
  • 002 Intel Manual (Part 1)
  • 003 Intel Manual (Part 2)
  • 004 AMD Manual
  • 005 Last Comments

  • 12 - Debugging
  • 001 First Example
  • 002 Debugger Intro
  • 002 Debugger-Intro.pdf
  • 003 WinDbg Intro
  • 003 Windbg-Intro.pdf
  • 004 WinDbg Installation
  • 005 Examples - Basic Control
  • 006 Examples - State - Basics (Part 1)
  • 007 Examples - State - Basics (Part 2)
  • 008 Examples - State - Basics (Part 3)
  • 009 Examples - State - Question Mark
  • 010 Examples - State - Searching
  • 011 Examples - State - Stack
  • 012 Examples - Software Breakpoints (Part 1)
  • 013 Examples - Software Breakpoints (Part 2)
  • 014 Examples - Hardware Breakpoints (Part 1)
  • 015 Examples - Hardware Breakpoints (Part 2)
  • 016 Examples - Exceptions

  • 13 - Basic Windows API
  • 001 API Intro
  • 001 Api-Intro.pdf
  • 002 Examples - ExitProcess
  • 003 Examples - console echo (Part 1)
  • 004 Examples - console echo (Part 2)
  • 005 Examples - CreateFile
  • 006 Examples - String Info
  • 007 Examples - Next Num
  • 008 Examples - Next Num Short
  • 009 Examples - Date
  • 010 Examples - Bananas
  • 011 Examples - Bananas Short

  • 14 - Outro
  • 001 Outro
  • 001 Outro.pdf
  • 002 Next steps.html
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 18951
    حجم: 8017 مگابایت
    مدت زمان: 1750 دقیقه
    تاریخ انتشار: 20 شهریور 1402
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید