Crates.io | apple-aslrtool |
lib.rs | apple-aslrtool |
version | 1.0.0 |
source | src |
created_at | 2024-02-07 12:09:18.72523 |
updated_at | 2024-02-07 12:09:18.72523 |
description | Simple utility to fetch ASLR slide on macOS >= 10.7 (recommended macOS >= 11) for x86_64 and aarch64 binaries |
homepage | https://github.com/cvscade/apple-aslrtool |
repository | https://github.com/cvscade/apple-aslrtool |
max_upload_size | |
id | 1130432 |
size | 30,952 |
Simple tool to fetch the ASLR slide for a given process on Apple Silicon and Intel Mac systems.
false
as the hardened runtime is enforced by SIP.codesign --remove-signature
.apple-aslrtool --pid=<pid>
: Fetch the ASLR slide for the given process using a PID.apple-aslrtool --name=<pid>
: Fetch the ASLR slide for the given process using a name. The first found task will be used. Any tasks using hardened runtime will be ignored!You can also provide an additional --base-address
flag in case you want to override the default 0x100000000
value.