Files
metasploit-gs/external/source/shellcode/osx/template/Makefile
T
usiegl00 c028d33cae Update OSX AARCH64 Stager
This fixes an issue with the stager size in the osx aarch64 payloads. It
also adds the source and Makefile for template_aarch64_darwin.bin
2023-07-31 20:30:30 -07:00

5 lines
100 B
Makefile

.PHONY: templates
templates: template_aarch64_darwin
strip $^
cp $^ ../../../../../data/$@/$^.bin