• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Overview of Ark Bytecode
2
3The Ark bytecode file is a binary output generated from compiling ArkTS/TS/JS source code. This topic describes the Ark bytecode file format, helping you understand the structure and content of Ark bytecode files, thereby effectively analyzing and modifying bytecode.
4
5- Ark bytecode file format: describes the composition of Ark bytecode files, including information about data structures within the file, how they are stored, and their interdependencies.
6
7- Basic principles of Ark bytecode: describes the fundamental concepts, formats, and meanings of bytecode instructions, helping you understand these instructions and develop features related to bytecode manipulation.
8
9- Naming conventions for Ark bytecode functions: describes the naming conversions for functions within bytecode files.
10
11- Customizing Ark bytecode during compilation: describes how to modify the content of a bytecode file at compile time.
12