MCPcopy Create free account
hub / github.com/Vector35/debugger / PerformIsExecutable

Method PerformIsExecutable

core/processview.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 virtual uint64_t PerformGetEntryPoint() const override;
44
45 virtual bool PerformIsExecutable() const override { return true; }
46 virtual BNEndianness PerformGetDefaultEndianness() const override;
47 virtual bool PerformIsRelocatable() const override { return true; };
48 virtual size_t PerformGetAddressSize() const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected