Overview of the JMP Instruction in Assembly Language

Overview of the JMP Instruction in Assembly Language

Overview of the JMP Instruction The JMP instruction is an unconditional transfer instruction that can modify the IP (Instruction Pointer) or simultaneously modify both the CS (Code Segment Register) and IP, thereby changing the execution flow of the program. The JMP instruction requires two key pieces of information: The destination address for the transfer The … Read more

Analysis of Experiment 8 in Assembly Language

Analysis of Experiment 8 in Assembly Language

“Assembly Language”, 3rd Edition by Wang Shuang Chapter 9: Principles of Transfer Instructions (Page 187) Experiment 8 Analysis of a Strange Program Analyze the program below and think before running: Can this program return correctly? After running, think: Why is the result like this? This program deepens the understanding of related content. ;"Assembly Language", 3rd … Read more

Assembly Language Day 08

Assembly Language Day 08

IntroductionSummer time This is a daily learning and note-sharing chapter, where I mainly share some notes I wrote during my learning process. I hope to help everyone learn. The content of this chapter is not limited to evasion techniques, malicious development, reverse engineering, etc. Please note that do not use the knowledge gained for illegal … Read more