First , disassemble the machine instructions from the object file and save them as a file 首先,從對(duì)象文件中反匯編機(jī)器指令,并將它們保存為一個(gè)文件:
Quickly came assembly language , which abstracted away the ones and zeros to provide rudimentary machine instructions such as 很快有了匯編語(yǔ)言,它將1和0抽象成基本的機(jī)器指令,例如
Assembler : a progamming language in which one mnemonic source statement is coded for each machine ? level instruction 匯編語(yǔ)言:一種編程語(yǔ)言,每一條助記符源語(yǔ)句都對(duì)應(yīng)一條機(jī)器指令。
A basic or fundamental unit , often referring to the lowest of a machine instruction or lowest unit of language translation 一種基本單位或基礎(chǔ)單位,常常指機(jī)器指令的最低一級(jí)或語(yǔ)言翻譯的最低的單位。
A basic or fundamental unit , often referring to the lowest of a machine instruction or lowest unit of language translation 一種基本單位或基礎(chǔ)單位,常常指機(jī)器指令的最低一級(jí)或語(yǔ)言翻譯的最低的單位。
The above machines will put into use only after declaration that the machines have been assembled into the machines which compliance with machine directive 上述機(jī)器只有在聲明已組裝成符合機(jī)器指令的機(jī)器后才能投入使用。
Then , if the security requirements are met , the clr performs just in time compilation to convert the il code into native machine instructions 然后,如果符合安全要求, clr執(zhí)行實(shí)時(shí)( jit )編譯以將il代碼轉(zhuǎn)換為本機(jī)機(jī)器指令。
Code generation arm / thumb instuctions are converted into ir ( intermediate representation ) , which are translated into x86 instructions later 代碼生成描述了arm / thumb機(jī)器指令對(duì)應(yīng)的中間代碼,以及生成x86機(jī)器指令的過(guò)程。
For verifiable code , you must use the clr : safe flag , and you must instruct the linker to generate msil instead of native machine instructions 對(duì)于可驗(yàn)證的代碼,必須使用/ clr : safe標(biāo)志,并且必須指示鏈接器生成msil ,而不是本機(jī)機(jī)器指令。