vmStartAddress abstract method

int? vmStartAddress([
  1. String? arch
])

The starting address for the VM instructions section.

If debugging information is recorded for multiple architectures, then arch must be provided to get the correct build ID for that architecture.

Returns null if a VM instructions section could not be located or if no architecture was provided when needed to disambiguate.

Implementation

int? vmStartAddress([String? arch]);