Translation of "byte-code" in Russian
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
By this time I had most of the project working and this is a key class for byte-code analysis process.
К тому времени у меня была почти работающая программа и это был ключевой класс для процесса анализа байт-кода.
The important features of the technology are flexible security system and independence of byte-code from the operating system and equipment.
Важными особенностями технологии являются гибкая система безопасности и независимость байт-кода от операционной системы и оборудования.
In these pages we'll focus on decompilation of binary executables, or from machine code to source code, since this is much more difficult than decompiling Java byte-code or C#.
На этих страницах мы сосредоточимся на декомпиляции бинарных исполняемых файлов или от машинного кода до исходного кода, поскольку это намного сложнее, чем декомпиляция байт-кода Java или C#.
We present to your attention the technique of creating assembler programs with overlapping instructions, - to protect the compiled byte-code from disassembling.
Представляем вашему вниманию технику создания ассемблерных программ с перекрываемыми инструкциями, - для защиты скомпилированного байт-кода от дизассемблирования.
There are even more decompilers available for managed environments that use byte-code, like Java and C#.
В управляемых средах есть еще больше декомпиляторов, которые используют байтовый код, например Java и C#.
In addition, applications tested on the Simulator are compiled into x86 code, which is the byte-code understood by the Simulator.
Кроме того, приложения, протестированные на Simulator, скомпилированы в код x86, который является байтовым кодом, понятным симулятору.
CPython is the default byte-code interpreter of Python, which is written in C.
Java applications consist of byte-code which may be interpreted by a virtual engine.
Его приложения состоят из байт-кода, который интерпритируется виртуальной машиной.
If compiled into byte code, it depends on a byte-code interpreter.
Programming languages that are translated to byte-code are called interpreted languages.
As utility is a "double" interpreter (Icon binary is a byte-code itself) its performance by definition is much slow than C or C++ programs.
After you run the script, Python firstly compile its source to byte-code for virtual machine.
После того, как запустите сценарий, Python сначала компилирует исходный текст сценария в байт-код для виртуальной машины.