Skip to content

VM Properties

Mayur Pawashe edited this page May 17, 2021 · 2 revisions

Virtual Memory Properties

  • vm.pid

The process identifier of the running target.

  • vm.is64Bit

true if the running target is 64-bit otherwise false.

  • vm.isARM

true if the running target is on ARM64(e) otherwise false. New to Bit Slicer 1.7.10.

  • vm.isTranslated

true if the running target is running under Rosetta on an Apple Silicon Mac, otherwise false. Note vm.isTranslated may be true while vm.isARM may be true. New to Bit Slicer 1.7.10.