Chapter 16. Intercepting Control Flow

 

“Nothing is so simple it cannot be misunderstood.”

 
 --Freeman's Law

Control Flow Defined

Control flow is a sequence of execution of methods and instructions by a thread. The Java virtual machine (JVM) executes Java bytecode instructions in the order in which they are found in the class file. The control flow can be programmed using conditional statements such as if, else, and for or by invoking a method. Intercepting ...

Get Covert Java™: Techniques for Decompiling, Patching, and Reverse Engineering now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.