metasploit-framework/external
usiegl00 b9052be102
Use libdyld locator to fix osx stager on monterey
We locate the dyld_shared_cache in memory to find and resolve the
functions we need in libdyld.dylib. We retain the original dyld location
method on osx versions before Sierra.

Explicitly set length for osx x64 initial stage

The rdx register, used for passing the payload length, is being
clobbered by a system call in the new MacOS version. Instead of relying
on the register being untouched, we set it equal to the payload length.
2022-04-12 11:27:23 +09:00
..
burp-proxy
serialport
source Use libdyld locator to fix osx stager on monterey 2022-04-12 11:27:23 +09:00
zsh