I've been using this project for a couple months now and I haven't been able to figure out where the base address for nso files comes from. Why was 0x7100000000 chosen?
It's just an arbitrary address for ASLR purposes. Better have something high as base address so disassembler won't assume that some integers are addresses.
I've been using this project for a couple months now and I haven't been able to figure out where the base address for nso files comes from. Why was
0x7100000000
chosen?