> For the complete documentation index, see [llms.txt](https://frida.ivory.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frida.ivory.cafe/1.-yun-xing-shi-xin-xi/1.1-frida.md).

# 1.1 Frida

* `Frida.version`: 属性，当前 Frida 版本信息，类型为字符串。
* `Frida.heapSize`: 动态属性，包含 Frida 当前私有堆内存的大小。该私有堆内存由所有脚本和Frida运行时共享。这个属性可以帮助你留意注入消耗的内存。
