Merge pull request #21 from vee1e/add-macho-samples

Add mach-O samples
This commit is contained in:
yuno 2026-03-05 20:09:15 +05:30 committed by GitHub
parent c0eb9b1cd4
commit 4c3f4bb64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 0 deletions

13
macho/README.md Normal file
View file

@ -0,0 +1,13 @@
# Mach-O Testfiles for FLOSS/QUANTUMSTRAND
## ls
64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
## regdmp
64-bit arm64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|PIE>
## true
Mach-O universal binary with 2 architectures - x86_64 and ARM

BIN
macho/ls Executable file

Binary file not shown.

BIN
macho/regdmp Executable file

Binary file not shown.

BIN
macho/true Executable file

Binary file not shown.