The compiler outputs what are known as object code files.
Further decompiling of the object code is not permitted..
This produces slightly larger object code because the code that restores the stack must exist at every point a procedure is called.
この結果、プロシージャーが呼び出されるたびに、スタックを復元するためのコードが必要となるため、オブジェクト・コードのサイズが多少大きくなります。
When you link a project that uses the library, selected object code from the library is linked into that project's executable code to satisfy calls to external procedures.
ライブラリーを使用するプロジェクトをリンクするときには、外部プロシージャーの呼び出しを解決するために、ライブラリーから選択されたオブジェクト・コードがプロジェクトの実行形式コードにリンクされます。
This is often called object code.
これはしばしばオブジェクトコードと呼ばれます。
Now, when the compiler compiles each of these files it creates object code.
コンパイラがこれらの各ファイルをコンパイルすると、オブジェクトコードが作成されます。
Source code and object code of a computer program can be protected by copyright.
コンピュータープログラムのソースコードとオブジェクトコードは著作権で保護することが可能である。
The versatility of the format allows you to store executable code, shared libraries or object code.
フォーマットの多様性により、実行可能コード、共有ライブラリ、またはオブジェクトコードを保存できます。
A compiler, as we've seen above, takes the entire program and converts it into object code, basically straight machine code the processor understands.
上で見たように、コンパイラはプログラム全体をオブジェクトコードに変換します。 基本的には、プロセッサが理解できるコードです。
To propagate the markers into your object code, simply put them into literal character strings.
マークをオブジェクトコードに組み込むには、それをリテラルな文字列中に含めます。
Code obfuscation techniques include stripping object code of its symbol tables, or altering the names of variables and identifiers.
たとえば、シンボルテーブルのオブジェクトコードを取り除いたり、変数名や識別子名を変更したりします。
If there are no errors, the resulting object code is swapped into the currently executing program.
エラーが発生しなかった場合は、現在実行中のプログラムのコードと、コンパイル後のオブジェクトコードが入れ替わります。
When you compile a program to run on a particular processor, you are creating object code that will only run on that processor.
特定のプロセッサ上で実行するようにプログラムをコンパイルする場合、そのプロセッサ上でのみ実行されるオブジェクトコードを作成しています。