|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/assembly-for-reverse-engineering/
课程评论:没有评论
课程名称:反向工程的汇编语言编程 课程概述: 如果你一直在使用调试器进行程序的反向工程,但希望对汇编语言有更深入的理解,那么这个课程就非常适合你。我们将覆盖足够的汇编语言知识,以帮助你理解如何修改可执行文件(exe),以插入自己的代码或更改现有exe文件,使其实现未设计的功能。传统的汇编语言编程通常使用NASM或FASM等汇编工具进行教学,但这种方式并不能提供理解反向工程程序的技能。这个课程填补了这一知识空白。 我们将直接使用x64dbg调试器学习汇编语言,而不是常规的汇编语言工具。你没听错,我们将在x64dbg调试器内编写自己的汇编代码。课程从零基础开始,适合完全的初学者。你将学习如何利用这些技术: - 修改现有代码 - 覆盖现有代码 - 修改内存段以插入数据 - 创建新功能 - 利用代码空洞 - 为现有程序添加新功能 - 等等… 这一黑科技并不广泛教授,市场上几乎没有将汇编语言与反向工程知识系统化整合的课程。大多数课程分别针对汇编语言和反向工程进行讲解,而很多反向工程课程并未从软件黑客的角度深入讲解汇编语言。而几乎所有的汇编语言课程都聚焦于从头编写程序,而不涉及如何使用调试器(如x64dbg)修改现有程序以添加新功能。 你所获得的知识将为你作为安全研究员、恶意软件分析师或软件安全学生带来额外的优势。对于想了解程序如何内部运行及如何在没有源代码的情况下扩展程序功能的程序员来说,也会有很大帮助。 赶快报名吧,我们课程中见!
If you have been using debuggers to reverse engineer programs but wished you had more understanding of Assembly Language, then this course is for you. We will cover enough assembly language to allow you to understand how to modify exe files to insert your own code or, to modify existing exe files to do things which it was not intended to do.Traditionally, assembly language programming is taught using an assemblers like NASM or FASM. But learning it that way will not give you the skills to understand reverse engineered programs. There is a missing link (knowledge gap) of how to apply your assembly knowledge to modify programs. This course fills that knowledge gap. Instead of using an assembler, we will directly use the x64dbg debugger to learn assembly language. That is right, we will write our own assembly code inside the x64dbg debugger itself. You will learn Assembly Language from the ground up with zero knowledge as a complete beginner.We will use techniques that allow you to: modify existing codeoverwrite existing code modify memory segments to insert datacreate new functionsexploit code cavesadd new functionality to existing programsand more...This black art is not widely taught and there are no existing courses elsewhere that puts together coherently all the knowledge of assembly and reverse engineering. Mostly what you will find are separate courses on Assembly and Reverse Engineering. Many courses on Reverse Engineering don't cover the background assembly language from a software hacker's perspective. And almost all Assembly Language courses teach you how to write programs from scratch, instead of how to modify existing programs to add new functionality with your own code using a debugger like x64dbg.The knowledge you gain will be your added advantage either as a security researcher, or, malware analyst, or student of software security. It will also benefit programmers who want to know how programs run internally and how to extend program functionality if you do not have the source code.Go ahead and enroll now and I will see you inside!