A thread is a sequence of executable instructions created by a program 线程是由程序创建的一系列可执行指令。
The breakpoint is set at the next executable instruction in the function call 在函数调用中的下一个可执行指令处设置断点。
The key work performed in this stage is to determine which bytes of the binary hold executable i truction and which hold data 这个阶段要做的主要工作是确定二进制代码中哪些字节是可执行指令、哪些是数据。
The key work performed in this stage is to determine which bytes of the binary hold executable instruction and which hold data 这个阶段要做的主要工作是确定二进制代码中哪些字节是可执行指令、哪些是数据。
Once the executable i tructio of a program have been identified they may be segmented into grou representing procedures ( or functio ) 一旦程序的可执行指令已经被识别,它们就可以被分割为表示过程(或函数)的组。